Adyton · Authentication Profile

Adyton Authentication

Authentication

Adyton secures its APIs with smartcard, webauthn, oauth2, mutualTLS, and sso across 6 declared security schemes, as derived from its OpenAPI definitions.

CompanyEnterprise SaasDefenseZero TrustMobileSecurityPersonnel AccountabilityLogisticsGovTech
Methods: smartcard, webauthn, oauth2, mutualTLS, sso Schemes: 6 OAuth flows: API key in:

Security Schemes

cac smartcard
piv smartcard
webauthn webauthn
oauth2 oauth2
client-certificate mutualTLS
sso sso

Source

Authentication Profile

adyton-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://www.adyton.com/resources/security
note: >-
  Authentication mechanisms as documented on Adyton's Security resource page for the
  Adyton Operations Kit (AOK) / Atlas platform. Adyton publishes no public developer
  API or OpenAPI, so this profile is derived from documented product auth support
  rather than a machine-readable securitySchemes block.
summary:
  types: [smartcard, webauthn, oauth2, mutualTLS, sso]
  mfa: true
  device_authentication: true
schemes:
- name: cac
  type: smartcard
  description: 'Common Access Card (CAC) authentication'
- name: piv
  type: smartcard
  description: 'Personal Identity Verification (PIV) card authentication'
- name: webauthn
  type: webauthn
  description: 'WebAuthn / FIDO2 phishing-resistant authenticators'
- name: oauth2
  type: oauth2
  description: 'OAuth2 supported for integrations to legacy defense infrastructure and cloud APIs'
- name: client-certificate
  type: mutualTLS
  description: 'Client-certificate (mutual TLS) authentication for integrations'
- name: sso
  type: sso
  description: 'Flexible enterprise SSO integration'
controls:
  rbac: true
  multi_factor: true
  device_authentication: true
  remote_wipe: true