SSO

Single Sign-On (SSO) and authentication providers settings

Experimental Feature

Please note that this feature is still in development and may not work as expected.

Authelia

Configuration settings for Authelia authentication provider.

Example: auth.example.com
Check this if your authelia server uses HTTPS

OAuth 2.0

Configuration settings for OAuth 2.0 authentication provider.

Public identifier of the OAuth2 application
Secret key of the OAuth2 application
URL to the OIDC discovery document (usually ending with /.well-known/openid-configuration). Used to automatically fetch provider settings.
URL used to authenticate against the OAuth2 provider. Will redirect the user to the OAuth2 provider login view. Optional if Well-Known url is configured.
URL used by Zoraxy to exchange a valid OAuth2 authentication code for an access token. Optional if Well-Known url is configured.
URL used by the OAuth2 provider to validate generated token. Optional if Well-Known url is configured.
Scopes required by the OAuth2 provider to retrieve information about the authenticated user. Refer to your OAuth2 provider documentation for more information about this. Optional if Well-Known url is configured.

Authentik

Configuration settings for Authentik authentication provider.

Example: auth.example.com
Check this if your Authentik server uses HTTPS