From ad689275d380a99d79110b7ae095477e63e6e8bc Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sun, 12 Feb 2023 12:49:43 -0800 Subject: [PATCH] docs: improve gitea oidc guidance (#4808) Make the non-obvious relationship between the Gitea `Authentication Name` and the path of the redirect URI explicit. Signed-off-by: James Hillyerd --- docs/content/en/integration/openid-connect/gitea/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/en/integration/openid-connect/gitea/index.md b/docs/content/en/integration/openid-connect/gitea/index.md index 386811b9b..b7e7fffff 100644 --- a/docs/content/en/integration/openid-connect/gitea/index.md +++ b/docs/content/en/integration/openid-connect/gitea/index.md @@ -32,6 +32,10 @@ This example makes the following assumptions: * __Authelia Root URL:__ `https://auth.example.com` * __Client ID:__ `gitea` * __Client Secret:__ `insecure_secret` +* __Authentication Name (Gitea):__ `authelia`: + * This option determines the redirect URI in the format of + `https://gitea.example.com/user/oauth2//callback`. + This means if you change this value you need to update the redirect URI. ## Configuration