docs(config): 📝 Explain what redirect URL to put in OIDC config

This commit is contained in:
Jesse Wierzbinski 2024-05-16 21:30:27 -10:00
parent 606c7e290c
commit 0a82cdc59e
No known key found for this signature in database

View file

@ -57,6 +57,11 @@ forced = false
# This is an example configuration # This is an example configuration
# The provider MUST support OpenID Connect with .well-known discovery # The provider MUST support OpenID Connect with .well-known discovery
# Most notably, GitHub does not support this # Most notably, GitHub does not support this
# Redirect URLs in your OAuth provider can be set to this:
# <base_url>/oauth/sso/<provider_id>/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):
# <base_url>/oauth/sso/<provider_id>/callback.*
[[oidc.providers]] [[oidc.providers]]
# name = "CPlusPatch ID" # name = "CPlusPatch ID"
# id = "cpluspatch-id" # id = "cpluspatch-id"