Hi to everyone, I’m new to vikunja and start setting everithing up with Podman on Alpine Linux.
The setup work fine, but I cant authenticate with my Keyclock instance.
I already use Keyclock without problem with wiki.js.
I followed the vikunja example OpenID example configurations, but that configuration does not work properly, with KEyclock showing the following error
So I’ve tried to change the redirect in Keyclock with https://vikunja.my.domain/auth/openid/keycloak
and now I’ve got tho errors a 400 and an 405
2025-08-26T19:09:18Z: WEB ▶ 151.95.176.70 GET 200 /api/v1/info 119.531µs - Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
2025-08-26T19:09:19Z: ERROR ▶ 0f2 oauth2: "HTTP 405 Method Not Allowed"
2025-08-26T19:09:19Z: WEB ▶ 151.95.176.70 POST 400 /api/v1/auth/openid/keycloak/callback 424.660608ms - Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
With the web page saying Could not authenticate against third party.
My Vikunja version is Vikunja version v0.24.6
My Keyclok version is 26.3.2
Someone can help me solving this strange problem?