We have 2 components hosted in 2 separated Wildfly 10 server, we would like to use this CAS wildfly extension for the Jasig CAS support. In our logout servlet, it is calling Java EE request.logout() and then calling request.redirect(userPrincipal.generateLogoutUrl(...)). The process successfully destroyed the local session and the CAS SSO session, but seems my second components not being logged out.