docs: 📝 Update docs to add guidance on setting up OIDC

This commit is contained in:
Jesse Wierzbinski 2024-05-12 18:55:34 -10:00
parent 7f6aeeb859
commit 0d4d894fd4
No known key found for this signature in database

View file

@ -56,6 +56,8 @@ jwt_key = ""
# 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
# Set the allowed redirect URIs to (regex) <base_url>/oauth/callback/<name>?.* to allow Lysand to use it
# The last ?.* is important, as it allows for query parameters to be passed
[[oidc.providers]] [[oidc.providers]]
# Test with custom Authentik instance # Test with custom Authentik instance
name = "CPlusPatch ID" name = "CPlusPatch ID"