Azure Maps · Authentication Profile

Microsoft Azure Maps Authentication

Authentication

Azure Maps 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).

GeocodingGeospatialLocationMapsMobilityRoutingTrafficWeather
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: implicit API key in: query

Security Schemes

subscriptionKey apiKey
· in: query (subscription-key)
azure_auth oauth2
· flows: implicit

Source

Authentication Profile

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