I am using the standalone version of keycloak in a docker application.
Since Keycloak 1.9.2 contains the auth-server-url-for-backend-requests attribute, removed from the keycloak properties.
This field was me to indicate the internal IP address of the auth server (inside the dock). External (auth-server-url) is used for redirection purposes.
My question is: how to replace the previous request auth-server-url-for-backend-request with a solution to the problem of having different network addresses inside the docker and beyond.
source share