I’ve set it up using the following
auth:
local:
enabled: true
openid:
enabled: true
redirecturl: https://tasks.domain.com/auth/openid/
providers:
- name: "authentik Login"
authurl: https://auth.domain.com/application/o/vikunja/
clientid: <removed client id>
clientsecret: <removed client secret>
logouturl: https://auth.domain.com/application/o/vikunja/end-session/
It seems when I click on logout I’m just taken to the Vikunja logout page. Not sure what I’m doing incorrectly, as the logout url is correct and I can go to it manually. I’ve tried with and without the trailing slash in the config.
Thanks!