Im using KeyCloak and openid connect. My KeyCloak is running in the development mode.
I would like to get rid of the session url paramters, is that possible?
Here is an example : Example Url
I tried some changes in Keycloak, but it didnt work and I also didnt find much on the internet.
I solved it!
Beforehand : Im using vue as a framework.
I rerouted on my page via :
I now tried the intergrated router component for rerouting.
and voila no more.
Solution is not to redirect via href="xx".