fix(docs): Fix redirect_url example (#50)
The name of the openid provider gets appended to the redirect_url
This commit is contained in:
parent
54b7f7127c
commit
9bb8a26706
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Authelia config:
|
||||||
description: Vikunja
|
description: Vikunja
|
||||||
secret: <vikunja secret>
|
secret: <vikunja secret>
|
||||||
redirect_uris:
|
redirect_uris:
|
||||||
- https://vikunja.mydomain.com/auth/openid/ <----- Matching slash at the end
|
- https://vikunja.mydomain.com/auth/openid/authelia
|
||||||
scopes:
|
scopes:
|
||||||
- openid
|
- openid
|
||||||
- email
|
- email
|
||||||
|
|
Loading…
Reference in a new issue