Liferay 7.4.3.6 CE GA6 CAS integration

srini vasulu, modified 3 Years ago. Regular Member Posts: 139 Join Date: 2/22/11 Recent Posts

Hi,

we need CAS intgration with  liferay 7.4.3.6 GA6 but below link showing liferay 7.4 not supporting CAS.

Can any one suggist the is there any other way we can integrate CAS with liferay 7.4?

https://learn.liferay.com/dxp/latest/en/liferay-internals/reference/7-4-breaking-changes.html

Regards

Srini

thumbnail
Mohammed Yasin, modified 3 Years ago. Liferay Master Posts: 593 Join Date: 8/8/14 Recent Posts

Hi, 
You can refer archive folder for CAS Implementation and develop it for Liferay 7.4.

https://github.com/liferay/liferay-portal/tree/master/modules/apps/archived/portal-security-sso-cas-impl

srini vasulu, modified 2 Years ago. Regular Member Posts: 139 Join Date: 2/22/11 Recent Posts

we implemented and working fine but here we need to use the /c/portal/login then only it's working, but as per my requirement we don't want to use the /c/portal/login for that we changed it in CASFilter url-pattern to /* then it's working fine, but when we use the remote service call from postman it's redirecting CAS login page.

if we select Basic Auth and provided liferay credentials no use and also we tried CAS credentials always it's redirecting to CAS login page.

is there a way to remote call services?