Forums de discussion

Liferay with CAS | Login on IE7 does not take to private page

Om P Singh, modifié il y a 14 années.

Liferay with CAS | Login on IE7 does not take to private page

New Member Publications: 15 Date d'inscription: 06/12/07 Publications récentes
We have a requirement where we want the user to login to his private page after authentication.

We are using CAS single sign on solution for authentication. This has been integrated with liferay. In order to achive login to private page we have done the following settings in our portal-ext.properties file.


auth.forward.by.last.path=false
layout.user.private.layouts.enabled=true
layout.user.private.layouts.auto.create=true


The private layout is loaded using a LAR file.

This works fine on firefox browser, when the user logs in he is directly taken to his private page.

On IE7 we are having issues - where the user is actually taken to the community home page and not his private page.

The cas login page -link is constructed like this.

]https:/secure.localhost.com/cas/login?service=https%3A%2F%2Fwww.memberportal.com%2Fc%2Fportal%2Flogin%3Fp_l_id%3D10125%26redirect%3Dhttps%253A%252F%252Fwww.memberportal.com%252Fgroup%252Fportalonline%252Fmemberhome]
If you note redirect is to the community home page, but I think with the above setting it should still take the user to his private page and not the community home page.

Any suggestion or help will be very useful

Regards
Om