From 5a9a9f4a77e71fffe048322c75ff797a5558fff0 Mon Sep 17 00:00:00 2001 From: "slavik.fursov" Date: Thu, 31 Oct 2024 06:36:07 -0700 Subject: [PATCH] sso.md: few fixes for Authentik config docs --- docs/tutorials/features/sso.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/features/sso.md b/docs/tutorials/features/sso.md index 1b9fd54..11c8a33 100644 --- a/docs/tutorials/features/sso.md +++ b/docs/tutorials/features/sso.md @@ -231,13 +231,13 @@ services: ### Authentik To configure a [Authentik](https://goauthentik.io/) OAuth client, please refer to [documentation](https://docs.goauthentik.io/docs/applications) on how to create an application and `OAuth2/OpenID Provider`. -The allowed redirect URI should include `/oauth/google/callback`. +The allowed redirect URI should include `/oauth/oidc/callback`. While creating provider, please note `App-name`, `Client-ID` and `Client-Secret` and use it for open-webui environment variables: ``` - 'ENABLE_OAUTH_SIGNUP=true' - - 'OAUTH_MERGE_ACCOUNTS_BY_EMAIL=false' + - 'OAUTH_MERGE_ACCOUNTS_BY_EMAIL=true' - 'OAUTH_PROVIDER_NAME=Authentik' - 'OPENID_PROVIDER_URL=https:///application/o//.well-known/openid-configuration' - 'OAUTH_CLIENT_ID='