fix(config): 🚑 Use correct key in example config

This commit is contained in:
Jesse Wierzbinski 2024-11-18 19:29:24 +01:00
parent aac94e578f
commit 8d2d9bd7fa
No known key found for this signature in database

View file

@ -425,7 +425,7 @@ allow_registration = true
# The asterisk is important, as it allows for any query parameters to be passed # 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): # Authentik for example uses regex so it can be set to (regex):
# <base_url>/oauth/sso/<provider_id>/callback.* # <base_url>/oauth/sso/<provider_id>/callback.*
# [[oidc.providers]] # [[plugins.config."@versia/openid".providers]]
# name = "CPlusPatch ID" # name = "CPlusPatch ID"
# id = "cpluspatch-id" # id = "cpluspatch-id"
# This MUST match the provider's issuer URI, including the trailing slash (or lack thereof) # This MUST match the provider's issuer URI, including the trailing slash (or lack thereof)