This is not actually appended, its a modified form of the callback with most of the query string stripped out, which the library replaces for "security" reasons (?). See the setting
/**
Normally, you want to clear your hash fragment after
the lib read the token(s) so that they are not displayed
anymore in the url. If not, set this to true. For code flow
this controls removing query string values.
*/
preventClearHashAfterLogin? = false;
Hello.
After logging in and getting redirected to my app, the issuer URL is appended to my URL
This is my setup
bootstrapping the service
And just to test, i have a login/logout button in my root component
I checked my Keycloak terminal logs and don't see it anywhere there
As for my Keycloak client settings, pretty standard too.
Thanks a lot !