Keycloak and Docker - Cannot Set Two Types of URLs

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.

+5
source share
1 answer

According to the following links, it looks like you can use the same DNS for external requests as for internal. See the following:

problem with keywords

http://keycloak.imtqy.com/docs/userguide/keycloak-server/html_single/index.html#d4e4114

+1
source

All Articles