Hello, In my project I have architecture where CAS server integrated with Java clients by using java-cas-client <https://github.com/apereo/java-cas-client>. According to SLO documentation <https://apereo.github.io/cas/5.0.x/installation/Logout-Single-Signout.html> CAS sending a logout POST callback directly to each registered service. My clients cluster is located behind the Load Balancer, therefore the logout callback hits only one client. This produces the inconsistency within the cas-cients cluster where only one instance became notified for logout. Consequently, the user session only partially cleared within the clients cluster, i.e. user is not fully logged out and all rest of the clients (except the one that got the callback) still hold the CAS session live.
What is the best way to synchronize CAS logout callback within the clients cluster? Do java-cas-client <https://github.com/apereo/java-cas-client> has built-in support for that? Thanks. -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/.
