SlashID · Authentication Profile

Slashid Authentication

Authentication

SlashID secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

IdentityAuthenticationPasswordlessMFAPasskeysUser ManagementCIAMOAuth2OIDCSSORBACSecurity
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (SlashID-API-Key)
OAuth2ClientIdSecret http
scheme: basic
OAuth2AccessTokenBearer http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/slashid-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: SlashID-API-Key
  description: Authorizes the request with the organization's API Key.
  sources:
  - openapi/slashid-api-openapi.yml
- name: OAuth2ClientIdSecret
  type: http
  scheme: basic
  description: Authorizes the request with a client ID/client secret pair
  sources:
  - openapi/slashid-api-openapi.yml
- name: OAuth2AccessTokenBearer
  type: http
  scheme: bearer
  bearerFormat: opaque
  description: Authorizes the request with an Access Token for the current user.
  sources:
  - openapi/slashid-api-openapi.yml