mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
docs: 📝 Update docs to add guidance on setting up OIDC
This commit is contained in:
parent
7f6aeeb859
commit
0d4d894fd4
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue