vue-keycloak-js
vue-keycloak-js copied to clipboard
Token in URL after logging in
I'm using vue 3, when I set iframe to false, on redirect the connection info stays in the URL. I didn't have that problem with vue 2. I set iframe to true and it works as intended, but not sure on the security for that one?
Hi, not quite sure. This is functionality from the downstream keycloak-js library
I think it works fine in prod actually
@blazing234 are you saying this is only an issue when testing locally via localhost? The Vue 2 version doesn't do this.
Basically it seems to be a conflict with vue router 4 if not using login iframe check
do you find the way to fix this bug ? TUT
Nothing yet.