From 0a82cdc59e570096205db9b50da6e7af3e7e4b22 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 16 May 2024 21:30:27 -1000 Subject: [PATCH] docs(config): :memo: Explain what redirect URL to put in OIDC config --- config/config.example.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/config.example.toml b/config/config.example.toml index 3229bee3..2d72a44e 100644 --- a/config/config.example.toml +++ b/config/config.example.toml @@ -57,6 +57,11 @@ forced = false # This is an example configuration # The provider MUST support OpenID Connect with .well-known discovery # Most notably, GitHub does not support this +# Redirect URLs in your OAuth provider can be set to this: +# /oauth/sso//callback* +# The asterisk is important, as it allows for any query parameters to be passed +# Authentik for example uses regex so it can be set to (regex): +# /oauth/sso//callback.* [[oidc.providers]] # name = "CPlusPatch ID" # id = "cpluspatch-id"