Azure Storage Accounts · OAuth Scopes

Azure Storage Accounts OAuth Scopes

OAuth 2.0 derived

Azure Storage Accounts 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 Storage Accounts 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.

AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage
Scopes: 1 Flows: implicit Method: derived

OAuth endpoints

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

Scopes (1)

ScopeDescriptionFlows
user_impersonation impersonate your user account implicit

Source

OAuth Scopes

azure-storage-accounts-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/azure-storage-accounts-blob-openapi.yaml, openapi/azure-storage-accounts-management-openapi.yaml
schemes:
- name: azure_auth
  source: openapi/azure-storage-accounts-blob-openapi.yaml
  flows:
  - flow: implicit
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
  description: Azure Active Directory OAuth2 Flow
- name: azure_auth
  source: openapi/azure-storage-accounts-management-openapi.yaml
  flows:
  - flow: implicit
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
  description: Azure Active Directory OAuth2 Flow
scopes:
- scope: user_impersonation
  description: impersonate your user account
  flows:
  - implicit
  sources:
  - openapi/azure-storage-accounts-blob-openapi.yaml
  - openapi/azure-storage-accounts-management-openapi.yaml