Make sure you pass the service parameter along with the log out request. The service parameter is the one, CAS redirects to after successful log out.
For Ex: https://localhost:8443/cas/logout?service=https://localhost:8443/yourappname/homepage Regards, Ravi On Sat, Mar 22, 2014 at 12:23 AM, Aparna Sinha <[email protected]>wrote: > Our Asp.Net application is using CAS protocol SAML 1.1 for single sign on. > > For single sign out we use the method CasAuthentication.SingleSignout. This > performs > the single sign out from the application but displays the default CAS > logout page. > > On the website https://wiki.jasig.org/pages/viewpage.action?pageId=32210981 > > <http://without%20displaying%20a%20logout%20page%20on%20the%20cas%20server%29/>the > section LogOff Action states > > For *SingleSignOut()* to work transparently (i.e., without displaying a > logout page on the CAS server), you will need to configure the > *logoutController* bean in *WEB-INF/cas-servlet.xml* and add the > following property: *p:followServiceRedirects="true"*. > > We changed the above property from false to true on the CAS server, but > it is still displaying a log out page on the CAS server). > > Screen shot attached. > > Am I missing any parameter, what all can be done so that the CAS logout > page is not displayed. > > Thanks in advance. > > Aparna > > -- > 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-dev > > -- 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-dev
