Confluent · Authentication Profile

Confluent Authentication

Authentication

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

Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/confluent-openapi.yml
summary:
  types:
  - http
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic authentication using a Confluent Cloud API key (ID:secret)
  sources:
  - openapi/confluent-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: OAuth 2.0 bearer token (Confluent STS, external OAuth, or partner token)
  sources:
  - openapi/confluent-openapi.yml