Skip to content

Homarr integration documentation incorrect #14248

@exenza

Description

@exenza

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions