Kipu Quantum OAuth Scopes
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.
OAuth endpoints
https://login.hub.kipu-quantum.com/realms/planqk/protocol/openid-connect/auth
https://login.hub.kipu-quantum.com/realms/planqk/protocol/openid-connect/token
authorizationCodeclientCredentials
Scopes (12)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect authentication; returns an ID token. | |
| profile | Access to the user's basic profile claims. | |
| 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. |
📄 Provider scope reference: https://login.hub.kipu-quantum.com/realms/planqk/.well-known/openid-configuration
Source
OAuth Scopes
Work with this as data
Every scope set here is available over the APIs.io API and to AI agents over MCP.