Allianz Technology Standards OAuth Scopes

OAuth 2.0 derived

Allianz Technology Standards publishes 2 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Allianz Technology Standards API on a user’s behalf.

Tokens are issued from https://standards.allianz.com/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.

Best PracticesEnterprise ArchitectureGuidelinesSoftware DevelopmentTechnology StandardsAPI DesignOpenAPI
Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://standards.allianz.com/oauth2/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
compliance:check Run compliance checks clientCredentials
standards:read Read technology standards clientCredentials

Source

OAuth Scopes

allianz-technology-standards-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/allianz-technology-standards-compliance.yaml
schemes:
- name: OAuth2
  source: openapi/allianz-technology-standards-compliance.yaml
  flows:
  - flow: clientCredentials
    tokenUrl: https://standards.allianz.com/oauth2/token
  description: OAuth2 client credentials for Allianz standards API
scopes:
- scope: compliance:check
  description: Run compliance checks
  flows:
  - clientCredentials
  sources:
  - openapi/allianz-technology-standards-compliance.yaml
- scope: standards:read
  description: Read technology standards
  flows:
  - clientCredentials
  sources:
  - openapi/allianz-technology-standards-compliance.yaml