On Wed, Nov 17, 2010 at 11:34 AM, Andy Birchall <[email protected]>wrote:
> Hello, > I'm investigating CAS (3.4.2) as a replacement for our SSO solution but am > not sure about the configuration for sigle sign-out. > I've read the documentation here: > https://wiki.jasig.org/display/CASC/Configuring+Single+Sign+Out and here > https://wiki.jasig.org/display/CASC/CAS+Client+for+Java+3.1#CASClientforJava3.1-OrderofRequiredFilters > > So am I right in thinking that to perform a single sign-out from all > applications which are signed-in I just have to configure the "CAS Single > Sign Out Filter" as described, in each of my web applications, and then just > have the user call > https://<cas-server>/cas/logout<https://%3Ccas-server%3E/cas/logout> from > within one application and this will log them out from all currently > signed-in applications? > Yes, though its "best-effort" so its possible it could fail. On the Java side, we don't have an implementation yet that works in a cluster. Its on my TODO list. Cheers, Scott > > Thanks > Andy B > > > -- > You are currently subscribed to [email protected] as: > [email protected] > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
