durandalAI
durandalAI
JCHJava Community | Help. Code. Learn.
Created by durandalAI on 3/30/2025 in #java-help
Connection problem keycloak - java app within docker
Hi there, I am having some problems trying to connect my keycloak - java app using docker, first I face the problem of having referenced in my properties the keycloak container (http keycloak:8080/auth) and my browser was not able to resolve that URI, that was fixed using KEYCLOAK_FRONTEND_URL to change the requests to localhost:8012/auth, however now I am facing the problem to trying to log out from my app , I try the option backchannel logout url setting it to keycloak:8080 but still not working, could any one help? (keycloak 16 btw, jboss)
5 replies