Microsoft Azure Health Data Services OAuth Scopes

OAuth 2.0 derived

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

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

HealthcareFHIRDICOMMedTechIoMTHealth DataHIPAAHITRUSTCloudAzureMicrosoft
Scopes: 2 Flows: authorizationCode, implicit Method: derived

OAuth endpoints

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

Scopes (2)

ScopeDescriptionFlows
https://deid.azure.com/.default authorizationCode
user_impersonation impersonate your user account implicit

Source

OAuth Scopes

azure-health-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/health-data-ai-deid-2024-11-15.json, openapi/healthcare-apis-2024-03-31.json
schemes:
- name: AadToken
  source: openapi/health-data-ai-deid-2024-11-15.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/v2.0/authorize
    tokenUrl: https://login.microsoftonline.com/common/oauth2/token
  description: The Azure Active Directory OAuth2 Flow
- name: azure_auth
  source: openapi/healthcare-apis-2024-03-31.json
  flows:
  - flow: implicit
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
  description: Azure Active Directory OAuth2 Flow
scopes:
- scope: https://deid.azure.com/.default
  flows:
  - authorizationCode
  sources:
  - openapi/health-data-ai-deid-2024-11-15.json
- scope: user_impersonation
  description: impersonate your user account
  flows:
  - implicit
  sources:
  - openapi/healthcare-apis-2024-03-31.json