Azure Key Vault · OAuth Scopes

Azure Key Vault OAuth Scopes

OAuth 2.0 derived

Azure Key Vault publishes 1 OAuth 2.0 scope via the implicit flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Azure Key Vault API on a user’s behalf.

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.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity
Scopes: 1 Flows: implicit Method: derived

OAuth endpoints

Authorization URL
https://login.microsoftonline.com/common/oauth2/authorize
Flows
implicit

Scopes (1)

ScopeDescriptionFlows
https://vault.azure.net/.default Access Azure Key Vault implicit

Source

OAuth Scopes

azure-key-vault-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/azure-key-vault-data-plane-openapi.yml
schemes:
- name: OAuth2Auth
  source: openapi/azure-key-vault-data-plane-openapi.yml
  flows:
  - flow: implicit
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
  description: Azure Active Directory OAuth2 authentication. Requires an access token scoped
    to the Key Vault resource.
scopes:
- scope: https://vault.azure.net/.default
  description: Access Azure Key Vault
  flows:
  - implicit
  sources:
  - openapi/azure-key-vault-data-plane-openapi.yml