Microsoft Azure AI Foundry · Authentication Profile

Azure Ai Foundry Authentication

Authentication

Microsoft Azure AI Foundry 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 clientCredentials flow(s).

Artificial IntelligenceGenerative AIAI AgentsFoundation ModelsMachine LearningCloudAzure
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in: header

Security Schemes

apiKey apiKey
· in: header (api-key)
entra oauth2
· flows: clientCredentials

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/azure-ai-foundry-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - clientCredentials
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: api-key
  description: Foundry/Azure OpenAI resource API key
  sources:
  - openapi/azure-ai-foundry-openapi.yml
- name: entra
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token
    scopes: 1
  description: Microsoft Entra ID OAuth 2.0 bearer token (scope https://ai.azure.com/.default)
  sources:
  - openapi/azure-ai-foundry-openapi.yml