From 9bb8a26706f33200a967aa57a08c4df92f340290 Mon Sep 17 00:00:00 2001 From: Felix Breidenstein Date: Wed, 28 Sep 2022 15:34:53 +0200 Subject: [PATCH] fix(docs): Fix redirect_url example (#50) The name of the openid provider gets appended to the redirect_url --- docs/content/doc/setup/openid-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/setup/openid-examples.md b/docs/content/doc/setup/openid-examples.md index 23386501d..0114046ca 100644 --- a/docs/content/doc/setup/openid-examples.md +++ b/docs/content/doc/setup/openid-examples.md @@ -37,7 +37,7 @@ Authelia config: description: Vikunja secret: redirect_uris: - - https://vikunja.mydomain.com/auth/openid/ <----- Matching slash at the end + - https://vikunja.mydomain.com/auth/openid/authelia scopes: - openid - email