Apache OFBiz · Authentication Profile

Apache Ofbiz Authentication

Authentication

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

ERPCRME-CommerceBusiness ApplicationsApacheJavaOpen SourceSupply Chain
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/apache-ofbiz-rest-api-openapi.yaml
summary:
  types:
  - http
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic Auth used only for token acquisition at /auth/token.
  sources:
  - openapi/apache-ofbiz-rest-api-openapi.yaml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: JWT Bearer token obtained from /auth/token. Required for all service endpoints.
  sources:
  - openapi/apache-ofbiz-rest-api-openapi.yaml