For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

ODD Platform's four supported authentication mechanisms for the UI/API surface — Disabled, Login form, OAuth2/OIDC, and LDAP — plus the S2S API-key surface for programmatic clients.

This section provides detailed explanations on how to enable one of the authentication mechanisms supported by ODD Platform.

The auth.type setting selects how users sign in to the UI and API. It accepts four values — DISABLED, LOGIN_FORM, OAUTH2, and LDAP — described on the pages below. Server-to-server (S2S) is a separate API-key mechanism layered on top of whichever mode you choose.

Contents

Last updated