9bb8a26706
The name of the openid provider gets appended to the redirect_url
983 B
983 B
date | title | draft | type | menu | ||||
---|---|---|---|---|---|---|---|---|
2022-08-09:00:00+02:00 | OpenID example configurations | false | doc |
|
OpenID example configurations
On this page you will find examples about how to set up Vikunja with a third-party OpenID provider. To add another example, please edit this document and send a PR.
{{< table_of_contents >}}
Authelia
Vikunja Config:
openid:
enabled: true
redirecturl: https://vikunja.mydomain.com/auth/openid/ <---- slash at the end is important
providers:
- name: Authelia
authurl: https://login.mydomain.com
clientid: <vikunja-id>
clientsecret: <vikunja secret>
Authelia config:
- id: <vikunja-id>
description: Vikunja
secret: <vikunja secret>
redirect_uris:
- https://vikunja.mydomain.com/auth/openid/authelia
scopes:
- openid
- email
- profile