No. As mentioned previously, the CAS server will programmatically call back to the CAS client via Java. What you're showing is a browser redirect which does nothing for single log out.
On Tue, May 25, 2010 at 6:28 PM, João Galaio da Silva < [email protected]> wrote: > ok, i didn't had yet the opportunity to make the ssl configuration on the > client application. I will try it tomorrow. > To call the logout is in this form? > https://casserver:8443/cas/logout?service=https://myserviceserver:8443/applicationContext? > > > thank you both. > > cheers, > Galaio > > > > > > On Tue, May 25, 2010 at 11:10 PM, Scott Battaglia < > [email protected]> wrote: > >> Its certificate trust and server reachability (which Marvin had mentioned >> previously). If the CAS server cannot resolve the name of the server or >> connect to the client then the callback will fail. >> >> Cheers, >> Scott >> >> >> On Tue, May 25, 2010 at 6:00 PM, Marvin Addison <[email protected] >> > wrote: >> >>> > Is there any configuration needed on thee cas server to enable logout? >>> I'm >>> > using cas server 3.4.2 >>> >>> The only server configuration involved is certificate trust. The >>> server must trust the SSL certificate presented by each client in >>> order for the SAML LogoutRequest to be sent; recall that the server >>> makes a connection to each client to send this message. If the SSL >>> handshake fails due to trust problems, that particular client session >>> will remain intact. >>> >>> M >>> >>> -- >>> 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 >> >> > -- > > 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
