Azure AI Document Intelligence · Authentication Profile

Azure Document Intelligence Authentication

Authentication

Azure AI Document Intelligence secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

AIDocument AIAzureIDPOCRMicrosoftREST
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (Ocp-Apim-Subscription-Key)
OAuth2Auth oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/azure-document-intelligence-openapi.json
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: Ocp-Apim-Subscription-Key
  sources:
  - openapi/azure-document-intelligence-openapi.json
- name: OAuth2Auth
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
    tokenUrl: https://login.microsoftonline.com/common/oauth2/token
    scopes: 1
  sources:
  - openapi/azure-document-intelligence-openapi.json