cancel
Showing results for 
Search instead for 
Did you mean: 

About the cas authentication module ...

Antoine_Cordier
Star Contributor
Star Contributor

Hello,

It seems that to make it work with some CAS configurations, source of the CAS2-login-module has to be modified

see [here][1] the checkProxyCasTicket(...) method:

 protected String checkProxyCasTicket(String ticket,
            HttpServletRequest httpRequest) {
        // Get the service passed by the portlet
        String service = httpRequest.getParameter(serviceKey);
        if (service == null) {
			// added ESUP => does not work otherwise. 
			service = getAppURL(httpRequest);            
			//log.error("checkProxyCasTicket: no service name in the URL");
            //return null;
        }

This is kind of annoying for those who want to benefit the hotfix mecanism ...

Is it still up to date ?

Thank you [1]: http://subversion.cru.fr/esup-ecm/nuxeo-platform-login-cas2/trunk/src/main/java/org/nuxeo/ecm/platfo...

0 REPLIES 0
Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.