fix(docs): Fix redirect_url example (#50)
continuous-integration/drone/push Build is failing Details

The name of the openid provider gets appended to the redirect_url
This commit is contained in:
Felix Breidenstein 2022-09-28 15:34:53 +02:00 committed by GitHub
parent 54b7f7127c
commit 9bb8a26706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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