Transmit Security · Authentication Profile

Transmit Security Authentication

Authentication

Transmit Security 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 clientCredentials flow(s).

CIAMIdentityAuthenticationPasskeysWebAuthnFraud DetectionRisk ManagementIdentity VerificationOrchestrationOAuth2SecuritySSO
Methods: http, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in:

Security Schemes

bearer http
scheme: bearer
AdminAccessToken oauth2
· flows: clientCredentials

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/transmit-security-backend-authentication-openapi.yml, openapi/transmit-security-fraud-prevention-openapi.yml,
  openapi/transmit-security-identity-management-openapi.yml, openapi/transmit-security-identity-verification-openapi.yml,
  openapi/transmit-security-oidc-hosted-authentication-openapi.yml, openapi/transmit-security-organizations-openapi.yml,
  openapi/transmit-security-platform-administration-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - clientCredentials
schemes:
- name: bearer
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/transmit-security-backend-authentication-openapi.yml
  - openapi/transmit-security-fraud-prevention-openapi.yml
  - openapi/transmit-security-identity-management-openapi.yml
  - openapi/transmit-security-identity-verification-openapi.yml
  - openapi/transmit-security-oidc-hosted-authentication-openapi.yml
  - openapi/transmit-security-organizations-openapi.yml
  - openapi/transmit-security-platform-administration-openapi.yml
- name: AdminAccessToken
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: /oidc/token
    scopes: 0
  description: A token generated by a management application using the [token endpoint](/openapi/token.openapi/other/getaccesstoken).
    It provides access to all resources for the tenant and its apps
  sources:
  - openapi/transmit-security-backend-authentication-openapi.yml
  - openapi/transmit-security-identity-management-openapi.yml
  - openapi/transmit-security-oidc-hosted-authentication-openapi.yml
  - openapi/transmit-security-organizations-openapi.yml
  - openapi/transmit-security-platform-administration-openapi.yml