Open ID Logout URL doesn't seem to work

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!

This seems like a bug. I’ll take a look (in the new year)

1 Like

This is now fixed in 748fa2b798, please check with the next unstable build (should be ready for deployment in ~45min, also on try).

1 Like