mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-28 08:04:48 +00:00
fix(docs): Fix redirect_url example (#50)
The name of the openid provider gets appended to the redirect_url
This commit is contained in:
committed by
GitHub
parent
54b7f7127c
commit
9bb8a26706
@@ -37,7 +37,7 @@ Authelia config:
|
||||
description: Vikunja
|
||||
secret: <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
|
||||
|
||||
Reference in New Issue
Block a user