Kipu Quantum · Authentication Profile

Kipu Quantum Authentication

Authentication

Kipu Quantum secures its APIs with apiKey, oauth2, and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

CompanyDeep TechQuantum ComputingQuantumArtificial IntelligenceOptimizationDeveloper PlatformSDKREST APIGermany
Methods: apiKey, oauth2, openIdConnect Schemes: 2 OAuth flows: authorizationCode, clientCredentials API key in: header

Security Schemes

apiKey apiKey
· in: header ()
oidc openIdConnect

Source

Authentication Profile

kipu-quantum-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://kipu-quantum.com/platform
docs: https://login.hub.kipu-quantum.com/realms/planqk/.well-known/openid-configuration
summary:
  types: [apiKey, oauth2, openIdConnect]
  api_key_in: [header]
  oauth2_flows: [authorizationCode, clientCredentials]
  notes: >-
    The Kipu Quantum Hub REST API and Python SDK authenticate with an API key
    (shown in SDK examples as api_key="..."). Interactive and machine-to-machine
    access to the platform is brokered by a Keycloak OpenID Connect provider
    (PlanQK realm) supporting the authorization_code and client_credentials
    grants. Derived by inspection of the platform docs and the live OIDC
    discovery document; no OpenAPI is published yet (v1 SDK docs pending).
schemes:
- name: apiKey
  type: apiKey
  in: header
  description: >-
    First-party API key issued from the Hub, passed by the Python SDK / REST API
    (api_key="..."). Available on the Plus tier and above.
  source: https://kipu-quantum.com/platform
- name: oidc
  type: openIdConnect
  openIdConnectUrl: https://login.hub.kipu-quantum.com/realms/planqk/.well-known/openid-configuration
  description: >-
    Keycloak OpenID Connect provider (PlanQK realm) that fronts the Hub. Issues
    OAuth2 access tokens via authorization_code (interactive) and
    client_credentials (service accounts).
  source: https://login.hub.kipu-quantum.com/realms/planqk/.well-known/openid-configuration