dotCMS · Authentication Profile

Dotcms Authentication

Authentication

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

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

Security Schemes

BearerAuth http
scheme: bearer
BasicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/dotcms-openapi.yml
summary:
  types:
  - http
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/dotcms-openapi.yml
- name: BasicAuth
  type: http
  scheme: basic
  sources:
  - openapi/dotcms-openapi.yml