Hi.

I have my Keycloak 1.7.0.Final running on port 8080.
I also have an instance of Wildfly 9 running on 8180.

On Wildfly (8180) I have 2 webapps which are clients of the same realm on Keycloak.
When I logout from one webapp, the other webapp still acts like I'm logged in, the user data still in the 2nd app's session.
The same happens on Tomcat 7 and 8.

How can I get it to logout (and renew session) every application of the same realm?


I tried deploying the same webapps on the keycloak wildfly instance (8080) and it works: When I log out from one app, the other gets its session renewed.


Thanks in advance.

Helder S. Alves