Hi Teggo,

 

My company managed to do that. What we did was

1.       Configure Liferay to use CAS Authentication (Liferay has a
build in configuration panel for this. Take a look at Enterprise Admin
portlet > Setting > Authentication > CAS). The configuration also took
care of the logout redirection to CAS.

2.       Add a web filter to Alfresco for the login. And for the logout,
we add a CAS logout tag in Alfresco's login.jsp and relogin.jsp.

<%@ taglib uri="/WEB-INF/cas.tld" prefix="cas"%>

<cas:logout var="netID" scope="session"
logoutUrl="https://localhost:8443/cas/logout"; />

 

Regards,

Christine D.

Office of Technology, IS

CrimsonLogic Pte Ltd

www.crimsonlogic.com <http://www.crimsonlogic.com/> 

 

 

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Teggo Lam
Sent: Thursday, December 27, 2007 7:15 AM
To: Yale CAS mailing list
Subject: Re: Setting up CAS 3.1.1 with Ldap

 

Hi Scott,

 

Thanks for help,

 

Could you tell where I can found the renew variable to set, I'm using
the casclient 2.1.1 and the CAS 3.1.1

 

Please I need also help to configure the Single Sign Out on the CAS
3.1.1 integrated with Liferay and Alfresco: 

 

I have 2 applications (Liferay and Alfresco) connected to CAS and
everything works well. 

 

The problem is: I want that when I logout from the Liferay Portal
application the CASTGC cookie will be destroyed (the second application
Alfresco will also be disconnected) and I will be forwarded to CAS login
or logout page 

 

Thank you in advance

 

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to