Azure OpenAI Service · Authentication Profile

Microsoft Azure Openai Authentication

Authentication

Azure OpenAI Service 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 implicit flow(s).

AIEmbeddingsGPTGenerative AILarge Language ModelsOpenAI
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: implicit API key in: header

Security Schemes

apiKey apiKey
· in: header (api-key)
azure_auth oauth2
· flows: implicit

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/microsoft-azure-openai-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - implicit
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: api-key
  sources:
  - openapi/microsoft-azure-openai-openapi.yml
- name: azure_auth
  type: oauth2
  flows:
  - flow: implicit
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
    scopes: 1
  sources:
  - openapi/microsoft-azure-openai-openapi.yml