OpenShift · Authentication Profile

Openshift Authentication

Authentication

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

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

BearerToken http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openshift-rest-api-openapi.yml
summary:
  types:
  - http
schemes:
- name: BearerToken
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: OAuth bearer token obtained from the OpenShift OAuth server. Use 'oc whoami -t'
    to retrieve a token, or configure an OAuth client for programmatic access.
  sources:
  - openapi/openshift-rest-api-openapi.yml