Infinidat · Authentication Profile

Infinidat Authentication

Authentication

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

CompanyStorageEnterprise StorageData InfrastructureData ProtectionCyber ResilienceBackup and RecoveryKubernetesInfrastructureOn-Premises
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: cookie

Security Schemes

basicAuth http
scheme: basic
sessionCookie apiKey
· in: cookie (sessionid)

Source

Authentication Profile

Raw ↑
generated: '2026-08-01'
method: derived
source: openapi/infinidat-infinibox-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - cookie
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic authentication with an InfiniBox user, as used by InfiniSDK.
  sources:
  - openapi/infinidat-infinibox-openapi.yml
- name: sessionCookie
  type: apiKey
  in: cookie
  parameter: sessionid
  description: Session established by POST /users/login and torn down by POST /users/logout.
  sources:
  - openapi/infinidat-infinibox-openapi.yml