-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Authentik doc:
https://docs.goauthentik.io/integrations/services/homarr/
Homarr doc:
https://homarr.dev/docs/advanced/single-sign-on/
Note that AUTH_OIDC_ISSUER requires a trailing slash, without it the redirect fails after authentication.
In the authentik doc this:
AUTH_PROVIDERS="oidc,credentials"
AUTH_OIDC_CLIENT_ID=<Client ID from authentik>
AUTH_OIDC_CLIENT_SECRET=<Client secret from authentik>
AUTH_OIDC_ISSUER=https://authentik.company/application/o/<slug from authentik>
AUTH_OIDC_URI=https://authentik.company/application/o/authorize
AUTH_OIDC_CLIENT_NAME=authentik
OAUTH_ALLOW_DANGEROUS_EMAIL_ACCOUNT_LINKING=true
# Optional: You can add this if you only want to allow auto login via authentik
# AUTH_OIDC_AUTO_LOGIN=true
should be:
AUTH_PROVIDERS="oidc,credentials"
AUTH_OIDC_CLIENT_ID=<Client ID from authentik>
AUTH_OIDC_CLIENT_SECRET=<Client secret from authentik>
AUTH_OIDC_ISSUER=https://authentik.company/application/o/<slug from authentik>/ #Ensure trailing slash is present after slug
AUTH_OIDC_URI=https://authentik.company/application/o/authorize
AUTH_OIDC_CLIENT_NAME=authentik
OAUTH_ALLOW_DANGEROUS_EMAIL_ACCOUNT_LINKING=true
# Optional: You can add this if you only want to allow auto login via authentik
# AUTH_OIDC_AUTO_LOGIN=true
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels