dsb-norge / vue-keycloak-js

A Keycloak plugin for Vue 2
https://www.dsb.no
ISC License
272 stars 98 forks source link

Upgrade keycloak-js dependency to 25.x #194

Open benzht opened 1 month ago

benzht commented 1 month ago

The keycloak-js version currently used (21) is no longer compatible with keycloak starting with Keycloak 25 (released 2024/06/10).

Logging in to a KC with version 25 onward results in a redirect loop and renders your application unable to log in.

azutechNL commented 1 month ago

im having the same issue. any recommendation?

benzht commented 1 month ago

The work around, by the way, is adding an override to you package.json like this: "overrides": { "@dsb-norge/vue-keycloak-js": { "keycloak-js": "25.0.4" } }

azutechNL commented 1 month ago

The work around, by the way, is adding an override to you package.json like this: "overrides": { "@dsb-norge/vue-keycloak-js": { "keycloak-js": "25.0.4" } }

Great that worked! thank you