Hello Pradeep, We used shibboleth without Casshib previously.
You are better off having a look at 'The difficulities of SLO' with just Shibboleth here. https://spaces.internet2.edu/display/SHIB2/SLOIssues Session management across multiple applications domain will be of interest. Preparing a Web Application for Single Logout gives you some info as well. If you have casshib, there is additional complexity around it. This is how we got around. When the user clicks on logout of an member application of SSO you redirect them to a page which has logout calls all other member applications as shown below. iframe title="http://app1.environment.org/app1/logout.jsp" src="http://app1.environment.org/app1/logout.jsp" onload="slo(this, '0', 'application.app1.name');" style="visibility: hidden; height: 1px; width: 1px;"></iframe iframe title="http://app2.environment.org/app2/logout.do" src="http://app2.environment.org/app2/logout.do" onload="slo(this, '1', 'application.app2.name');" style="visibility: hidden; height: 1px; width: 1px;"></iframe Again you application should handle the slo individually, this may mean clearing cookies... I hope this helps Cheers -----Original Message----- From: Pradeep Kumar G M [mailto:[email protected]] Sent: Friday, 18 March 2011 5:22 PM To: [email protected] Subject: RE:[cas-user] Single sign out issue Hi Balendran, Could you please provide more info on this. Are you using casshib and knew this issue before? If yes please guide me on this. Thanks Pradeep -- 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 ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ -- 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
