From 57d8375de15164a9f5a887b64e743d5272faecb1 Mon Sep 17 00:00:00 2001 From: Dewi Roberts Date: Fri, 25 Apr 2025 18:38:52 +0100 Subject: [PATCH] website/integrations: adds missing trailing slash in homarr doc (#14249) Added trailing slash to link --- website/integrations/services/homarr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/homarr/index.md b/website/integrations/services/homarr/index.md index 8ffdd860d4..a015a9dd35 100644 --- a/website/integrations/services/homarr/index.md +++ b/website/integrations/services/homarr/index.md @@ -48,7 +48,7 @@ Add the following environment variables to your Homarr configuration. Make sure AUTH_PROVIDERS="oidc,credentials" AUTH_OIDC_CLIENT_ID= AUTH_OIDC_CLIENT_SECRET= -AUTH_OIDC_ISSUER=https://authentik.company/application/o/ +AUTH_OIDC_ISSUER=https://authentik.company/application/o// #Trailing slash is required AUTH_OIDC_URI=https://authentik.company/application/o/authorize AUTH_OIDC_CLIENT_NAME=authentik OAUTH_ALLOW_DANGEROUS_EMAIL_ACCOUNT_LINKING=true