From 0d4d894fd4aaaef9d6490aaf1548f8cfca80fd2a Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 12 May 2024 18:55:34 -1000 Subject: [PATCH] docs: :memo: Update docs to add guidance on setting up OIDC --- config/config.example.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.example.toml b/config/config.example.toml index eb26f53a..09ed7d80 100644 --- a/config/config.example.toml +++ b/config/config.example.toml @@ -56,6 +56,8 @@ jwt_key = "" # This is an example configuration # The provider MUST support OpenID Connect with .well-known discovery # Most notably, GitHub does not support this +# Set the allowed redirect URIs to (regex) /oauth/callback/?.* to allow Lysand to use it +# The last ?.* is important, as it allows for query parameters to be passed [[oidc.providers]] # Test with custom Authentik instance name = "CPlusPatch ID"