Skip to content

Configuring OIDC Authentication

WARNING

The original content of this page applied to the V0 OIDC configuration format and does not apply to current V2 releases. This page is kept only to preserve old links; do not use the old fields for a new third-party login setup.

V2 does not use the old type: oidc, oidcIssuer, oidcScopes, and related fields. Current third-party login uses the unified OAuth2 binding structure.

If your OIDC provider supports standard OAuth2/OIDC endpoints, fill in the new structure described in Setting Up OAuth 2.0 Binding:

  • client_id
  • client_secret
  • endpoint.auth_url
  • endpoint.token_url
  • scopes
  • user_info_url
  • user_id_path

After configuring and restarting the Dashboard, log in with a local account first, bind the third-party account on the profile page, and then use the OAuth2 button on the login page.