I have a web app using the spring security adapter which I have successfully integrated
for the authentication/Authorization with KeyCloak.
We wanted to make the user's life a little easier by providing a link within our app
to allow an authenticated user to go to their Account page in KeyCloak. As this link is
realm specific, is there a way we could get the url dynamically?
Thanks
Bill