Kipu Quantum · OAuth Scopes

Kipu Quantum OAuth Scopes

OAuth 2.0 searched

Kipu Quantum publishes 12 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Kipu Quantum API on a user’s behalf.

Tokens are issued from https://login.hub.kipu-quantum.com/realms/planqk/protocol/openid-connect/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyDeep TechQuantum ComputingQuantumArtificial IntelligenceOptimizationDeveloper PlatformSDKREST APIGermany
Scopes: 12 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://login.hub.kipu-quantum.com/realms/planqk/protocol/openid-connect/auth
Token URL
https://login.hub.kipu-quantum.com/realms/planqk/protocol/openid-connect/token
Flows
authorizationCodeclientCredentials

Scopes (12)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns an ID token.
profile Access to the user's basic profile claims.
email Access to the user's email address claim.
address Access to the user's address claim.
phone Access to the user's phone number claim.
roles Realm and client role claims for the user.
offline_access Issue a refresh token for long-lived / offline access.
service_account Service-account (client_credentials) machine-to-machine access.
microprofile-jwt MicroProfile JWT claims (groups, upn) for service authorization.
web-origins Allowed CORS web origins for the client.
acr Authentication Context Class Reference claim.
basic Basic OIDC claims scope.

Source

OAuth Scopes

kipu-quantum-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://login.hub.kipu-quantum.com/realms/planqk/.well-known/openid-configuration
docs: https://login.hub.kipu-quantum.com/realms/planqk/.well-known/openid-configuration
notes: >-
  OAuth2/OIDC scopes advertised by the Kipu Quantum Hub Keycloak provider
  (PlanQK realm) discovery document. These are the standard OIDC + Keycloak
  client scopes; the Hub does not yet publish API-permission scopes (v1 SDK
  docs pending). Captured from scopes_supported verbatim.
schemes:
- name: oidc
  source: https://login.hub.kipu-quantum.com/realms/planqk/.well-known/openid-configuration
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.hub.kipu-quantum.com/realms/planqk/protocol/openid-connect/auth
    tokenUrl: https://login.hub.kipu-quantum.com/realms/planqk/protocol/openid-connect/token
  - flow: clientCredentials
    tokenUrl: https://login.hub.kipu-quantum.com/realms/planqk/protocol/openid-connect/token
scopes:
- scope: openid
  description: OpenID Connect authentication; returns an ID token.
- scope: profile
  description: Access to the user's basic profile claims.
- scope: email
  description: Access to the user's email address claim.
- scope: address
  description: Access to the user's address claim.
- scope: phone
  description: Access to the user's phone number claim.
- scope: roles
  description: Realm and client role claims for the user.
- scope: offline_access
  description: Issue a refresh token for long-lived / offline access.
- scope: service_account
  description: Service-account (client_credentials) machine-to-machine access.
- scope: microprofile-jwt
  description: MicroProfile JWT claims (groups, upn) for service authorization.
- scope: web-origins
  description: Allowed CORS web origins for the client.
- scope: acr
  description: Authentication Context Class Reference claim.
- scope: basic
  description: Basic OIDC claims scope.