I’m running Keycloak through a reverse proxy, but I’m not clear on how to get the client URLs to update to the correct path.
I’m trying to hit keycloak on /keycloak rather than the normal /auth. I have the proxy rewrite /keycloak to /auth.
Most things work, but the built-in client endpoints don’t seem to be updating to the correct path, and it’s not clear how to change them.
The clients have Root URL: ${authBaseUrl}, but I can’t find authBaseUrl documented anywhere – how do you change the authBaseUrl that is being set for the clients?