Axway · OAuth Scopes

Axway OAuth Scopes

OAuth 2.0 derived

Axway uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://login.axway.com/auth/realms/Broker/protocol/openid-connect/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.

API ManagementEnterpriseIntegrationSecurity
Scopes: 0 Flows: clientCredentials, authorizationCode, implicit Method: derived

OAuth endpoints

Authorization URL
https://login.axway.com/auth/realms/Broker/openid-connect/auth
Token URL
https://login.axway.com/auth/realms/Broker/protocol/openid-connect/token https://login.axway.com/auth/realms/Broker/openid-connect/token
Flows
clientCredentialsauthorizationCodeimplicit

Scopes (0)

Axway implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Axway does not publish OAuth scopes for the Amplify Platform API; authorization is handled through org roles assigned to client-secret service accounts, and tokens carry only generic OIDC scopes (see https://blog.axway.com/product-insights/amplify-platform/axway-amplify-platform-api-calls).

Source

OAuth Scopes

axway-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/axway-amplify-platform-openapi-original.json
docs: https://blog.axway.com/product-insights/amplify-platform/axway-amplify-platform-api-calls
note: >-
  Axway does not publish OAuth scopes for the Amplify Platform API; authorization is
  handled through org roles assigned to client-secret service accounts, and tokens carry
  only generic OIDC scopes (see
  https://blog.axway.com/product-insights/amplify-platform/axway-amplify-platform-api-calls).
schemes:
- name: OAuth2
  source: openapi/axway-amplify-platform-openapi-original.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://login.axway.com/auth/realms/Broker/protocol/openid-connect/token
  - flow: authorizationCode
    authorizationUrl: https://login.axway.com/auth/realms/Broker/openid-connect/auth
    tokenUrl: https://login.axway.com/auth/realms/Broker/openid-connect/token
  - flow: implicit
    authorizationUrl: https://login.axway.com/auth/realms/Broker/openid-connect/auth
scopes: []