Cisco Secure Client · Authentication Profile

Cisco Secure Client Authentication

Authentication

Cisco Secure Client secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

Endpoint SecurityRemote AccessSecurityVPNZero Trust
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

basicAuth http
scheme: basic
tokenAuth apiKey
· in: header (X-auth-access-token)

Source

Authentication Profile

cisco-secure-client-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/cisco-secure-client-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: basicAuth
  type: http
  scheme: basic
  sources:
  - openapi/cisco-secure-client-openapi.yml
- name: tokenAuth
  type: apiKey
  in: header
  parameter: X-auth-access-token
  sources:
  - openapi/cisco-secure-client-openapi.yml