Ping Identity · Authentication Profile

Ping Identity Authentication

Authentication

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

IdentityAuthenticationAuthorizationSSOMFA
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

bearerAuth http
scheme: bearer
oauth2 oauth2
· flows: clientCredentials, authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/ping-identity-openapi.yaml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/ping-identity-openapi.yaml
- name: oauth2
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: /as/token
    scopes: 0
  - flow: authorizationCode
    authorizationUrl: /as/authorize
    tokenUrl: /as/token
    scopes: 0
  sources:
  - openapi/ping-identity-openapi.yaml