Axway · Authentication Profile

Axway Authentication

Authentication

Axway secures its APIs with apiKey, http, and oauth2 across 6 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, and implicit flow(s).

API ManagementEnterpriseIntegrationSecurity
Methods: apiKey, http, oauth2 Schemes: 6 OAuth flows: authorizationCode, clientCredentials, implicit API key in: cookie, header

Security Schemes

AuthToken apiKey
· in: header (x-auth-token)
BearerClient http
scheme: bearer
MFA apiKey
· in: header (x-auth-code)
OAuth2 oauth2
· flows: clientCredentials, authorizationCode, implicit
Password apiKey
· in: header (x-auth-password)
SessionCookie apiKey
· in: cookie (connect.sid)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/axway-amplify-platform-openapi-original.json
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - cookie
  - header
  oauth2_flows:
  - authorizationCode
  - clientCredentials
  - implicit
schemes:
- name: AuthToken
  type: apiKey
  in: header
  parameter: x-auth-token
  description: Auth token for internal services
  sources:
  - openapi/axway-amplify-platform-openapi-original.json
- name: BearerClient
  type: http
  scheme: bearer
  bearerFormat: jwt
  description: Service account access token
  sources:
  - openapi/axway-amplify-platform-openapi-original.json
- name: MFA
  type: apiKey
  in: header
  parameter: x-auth-code
  description: Multi-factor authentication code
  sources:
  - openapi/axway-amplify-platform-openapi-original.json
- name: OAuth2
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://login.axway.com/auth/realms/Broker/protocol/openid-connect/token
    scopes: 0
  - flow: authorizationCode
    authorizationUrl: https://login.axway.com/auth/realms/Broker/openid-connect/auth
    tokenUrl: https://login.axway.com/auth/realms/Broker/openid-connect/token
    scopes: 0
  - flow: implicit
    authorizationUrl: https://login.axway.com/auth/realms/Broker/openid-connect/auth
    scopes: 0
  sources:
  - openapi/axway-amplify-platform-openapi-original.json
- name: Password
  type: apiKey
  in: header
  parameter: x-auth-password
  description: User password
  sources:
  - openapi/axway-amplify-platform-openapi-original.json
- name: SessionCookie
  type: apiKey
  in: cookie
  parameter: connect.sid
  description: Platform session cookie
  sources:
  - openapi/axway-amplify-platform-openapi-original.json