mirror of
https://github.com/plankanban/planka.git
synced 2026-05-04 18:00:55 +03:00
[Bug]: OIDC with Keyclock - fails with unknown ISS #913
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aneillans on GitHub (Feb 5, 2026).
Where is the problem occurring?
None
What browsers are you seeing the problem on?
Microsoft Edge
Current behavior
Configured for enforced OIDC with Keycloak, following the settings detailed in the wiki
When trying to login with OIDC receive: "Error while exchanging OIDC code: RPError: iss mismatch" in the logs
The ISS logged is the same, but with a slash on the end.
Desired behavior
Login via OIDC completes successfully
Steps to reproduce
Configure OIDC with:
Try to login
Other information
No response
@meltyshev commented on GitHub (Feb 5, 2026):
Hey! Thanks for reporting this. I tried setting up Keycloak with a custom realm and ran into the same issue when
OIDC_ISSUERended with a/(which is a bit strange, since it worked before with the defaultmasterrealm even with the slash). I removed the trailing slash (OIDC_ISSUER=https://keycloakserver/realms/My%20Tools) - and that solved it.@aneillans commented on GitHub (Feb 5, 2026):
Was just about to say, had to remove the trailing slash to get it to work - and make sure not to use email as username!