Delinea · Authentication Profile

Delinea Authentication

Authentication

Delinea secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Privileged Access ManagementPAMSecrets ManagementIdentity SecurityDevOpsCybersecurity
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

BearerToken apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/delinea-secret-server-openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: BearerToken
  type: apiKey
  in: header
  parameter: Authorization
  description: 'Perform a POST request to `/oauth2/token`. It should include three form data
    parameters - `username`, `password`, and `grant_type`.The `grant_type` parameter should
    always have the value `password`.The access token returned should be included in the header
    of subsequent requests, like ''Authorization: Bearer <em>token</em>''. The token remains
    valid for a time period returned in the ''expires_in'' pro'
  sources:
  - openapi/delinea-secret-server-openapi.json