KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: cubillas on October 29, 2010, 09:17:07 am

Title: CAS integration
Post by: cubillas on October 29, 2010, 09:17:07 am
Hello everyone,

I have integrated konakart 5.0 in Liferay 5.2.3 and it works well, now I need to CASifying konakart portlet and Liferay to realize SSO.
Configuring Liferay and konakart application with CAS separately everything works, but when I add kk portlet to Liferay, I have problem with ticket authentication (application can not authenticate).
Can anyone suggest me the right configuration?

Thanks in advance
Cubillas 
Title: Re: CAS integration
Post by: cubillas on October 29, 2010, 04:29:23 pm
This is the output generated when I click on "My Account" in kk, after Liferay login


29-ott 15:23:13 DEBUG (CASFilterRequestWrapper.java:<init>:54) wrapping an HttpServletRequest in a CASFilterRequestWrapper.
29-ott 15:23:13 DEBUG (CASFilter.java:doFilter:387) CAS ticket was not present on request.
29-ott 15:23:13 DEBUG (CASFilter.java:doFilter:405) Did not previously gateway. Setting session attribute to true.
29-ott 15:23:13 DEBUG (CASFilter.java:redirectToCAS:561) entering redirectToCAS()
29-ott 15:23:13 DEBUG (CASFilter.java:getService:528) entering getService()
29-ott 15:23:13 DEBUG (Util.java:getService:57) entering getService(edu.yale.its
.tp.cas.client.filter.CASFilterRequestWrapper@14c4c55, localhost:8080)
29-ott 15:23:13 DEBUG (Util.java:getService:99) returning from getService() with
encoded service [http%3A%2F%2Flocalhost%3A8080%2Fkonakart%2FLogIn.do]
29-ott 15:23:13 DEBUG (CASFilter.java:getService:545) returning from getService(
) with service [http%3A%2F%2Flocalhost%3A8080%2Fkonakart%2FLogIn.do]
29-ott 15:23:13 DEBUG (CASFilter.java:redirectToCAS:574) Redirecting browser to
[https://localhost:8444/cas-web/login?service=http%3A%2F%2Flocalhost%3A8080%2Fkonakart%2FLogIn.do)
29-ott 15:23:13 DEBUG (CASFilter.java:redirectToCAS:579) returning from redirectToCAS()


Can you help me?