Currently, because we designed the CentralAuthenticationService API based on the CAS2 protocol, we don't return any additional information when you log out. That's most likely not going to change for the CAS 3.x branch. Anything is open for discussion in CAS4 and if this is something that interests you, please make sure to capture it on the roadmap for CAS (and possibly even in our protocol discussions document in the wiki).
-Scott -Scott Battaglia PGP Public Key Id: 0x383733AA LinkedIn: http://www.linkedin.com/in/scottbattaglia On Thu, Aug 28, 2008 at 1:57 PM, Troy Bull <[EMAIL PROTECTED]> wrote: > This is only partly related, but, is there a way I can display on my > casLogoutView.jsp page a list of all apps that were just send the > logout messages. I want to display the URL's called when > logOutOfServices gets called. > > thanks > troy > > On Thu, Aug 28, 2008 at 12:40 PM, Scott Battaglia > <[EMAIL PROTECTED]> wrote: > > Right, you would need to create an implementation of the > > SessionMappingStorage and inject it into the filter. Just a warning, but > > I've never tried it with clustered applications. I have no clue what the > > results will be (cue scary music) > > > > -Scott > > > > -Scott Battaglia > > PGP Public Key Id: 0x383733AA > > LinkedIn: http://www.linkedin.com/in/scottbattaglia > > > > > > On Thu, Aug 28, 2008 at 1:33 PM, Troy Bull <[EMAIL PROTECTED]> wrote: > >> > >> On Thu, Aug 28, 2008 at 12:26 PM, Scott Battaglia > >> <[EMAIL PROTECTED]> wrote: > >> > Its not that it won't work its just that there's additional stuff that > >> > must > >> > be done because the default filter's storage method is a > hashmap-backed > >> > storage which isn't distributed. You'd have to implement a storage > >> > method > >> > that spans the entire cluster. > >> > > >> > -Scott > >> > >> So inside SingleSignOffFilter > >> > >> I need to make : > >> private static SessionMappingStorage SESSION_MAPPING_STORAGE = new > >> HashMapBackedSessionMappingStorage(); > >> > >> cluster aware (or distributable)? > >> _______________________________________________ > >> Yale CAS mailing list > >> [email protected] > >> http://tp.its.yale.edu/mailman/listinfo/cas > > > > > > _______________________________________________ > > Yale CAS mailing list > > [email protected] > > http://tp.its.yale.edu/mailman/listinfo/cas > > > > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas >
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
