Microsoft Azure Quantum · OAuth Scopes

Microsoft Azure Quantum OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://login.microsoftonline.com/common/oauth2/v2.0/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.

QuantumQuantum ComputingAzureMicrosoftQ#QDKResource EstimationIonQQuantinuumPasqalRigettiHybrid QuantumFault Tolerance
Scopes: 2 Flows: clientCredentials, implicit Method: derived

OAuth endpoints

Authorization URL
https://login.microsoftonline.com/common/oauth2/authorize
Token URL
https://login.microsoftonline.com/common/oauth2/v2.0/token
Flows
clientCredentialsimplicit

Scopes (2)

ScopeDescriptionFlows
https://quantum.microsoft.com/.default clientCredentials
user_impersonation impersonate your user account implicit

Source

OAuth Scopes

microsoft-quantum-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/azure-quantum-data-plane-openapi.json, openapi/azure-quantum-resource-manager-openapi.json
schemes:
- name: AzureEntraAuth
  source: openapi/azure-quantum-data-plane-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token
  description: Azure Entra OAuth2 Authentication
- name: azure_auth
  source: openapi/azure-quantum-resource-manager-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
  description: Azure Active Directory OAuth2 Flow.
scopes:
- scope: https://quantum.microsoft.com/.default
  flows:
  - clientCredentials
  sources:
  - openapi/azure-quantum-data-plane-openapi.json
- scope: user_impersonation
  description: impersonate your user account
  flows:
  - implicit
  sources:
  - openapi/azure-quantum-resource-manager-openapi.json