Greetings,
i would like to post the following issue:
I have set up a docker security proxy container: (from image
jboss/keycloak-proxy ) and a test application behind that proxy that
authenticates users through a keykloak docker container (jboss/keycloak
image).
When i *logout *from keycloak central realm pahe, the session with the
test application DOES NOT FINISH and the client test application is not
logged out.
Can you help please?
proxy.json configuration
{
"target-url": "http://test_app
<
http://sandbox00.dev.extcloud0.ekt.gr:8205/>",
"bind-address": "0.0.0.0",
"send-access-token": true,
"http-port": "8180",
"https-port": "8443",
"applications": [
{
"base-path": "/",
"adapter-config": {
"realm": "internal_applications",
"auth-server-url": "http://keycloak_server/auth
<
http://sandbox00.dev.extcloud0.ekt.gr:8202/auth>",
"resource": "test_app",
"ssl-required": "external",
"credentials":{
"secret":"fgweggeg-ffff-fffff-fgfgff-fffffffffff"
}
},
"constraints": [
{
"pattern": "/*",
"authenticate": true
}
]
}
]
}
thank you!!!
--
_____________________________
Dimitris Charlaftis
Software Engineer
National Documentation Center
email: dharlaftis(a)ekt.gr
_____________________________