PacktPublishing/Keycloak-Identity-and-Access-Management-for-Modern-Applications

Adjusting Keycloak URL

ralfdangel opened this issue · 2 comments

Hello,
i use another Keycloak instance which ist running on server from a Hosting Provider. So i want to change standard URL: http://localhost:8080/auth/.....
to my Keycloak URL. But i can`t find the place where to change it.
Can you help me?
Thanks!

Do a grep for KC_URL which is what the template variable is called in the frontend templates.
Or simply set the environment variable KC_URL , see #14 (comment)

This issue is caused by breaking changes in recent versions of Keycloak, for more details and how to workaround the issues take a look here.

I'm closing this issue for now as a duplicate of #26.