Fórum

NTLM SSO 2nd login Fails

Matthew Snider, modificado 13 Anos atrás.

NTLM SSO 2nd login Fails

New Member Postagens: 17 Data de Entrada: 20/08/10 Postagens Recentes
I have Liferay 5.2.3 SP 3 with a backport of the NTLMv2 patch and SSO via NTLMv2 working. I then modified the web.xml filter and NtlmFilter as stated in the Liferay Wiki (http://www.liferay.com/community/wiki/-/wiki/Main/NTLMv2+SSO+Configuration) to allow NTLM SSO on all URLs (i.e. /*). This also worked.

I then added the following line to portal-ext.properties to allow users to logout and login back in as another user using the original login form but SSO on all other pages:

auto.login.ignore.paths=/web/guest/home,/c/portal/login,/c/portal/logout,/c/portal/layout

This works but if a user logs out and then tries to log back in via SSO, it simply takes them back to the login form. If I restart the browser, SSO works again as expected.

Is there a way to have SSO work on all URLs but those required for a manual login?
Matthew Snider, modificado 13 Anos atrás.

RE: NTLM SSO 2nd login Fails

New Member Postagens: 17 Data de Entrada: 20/08/10 Postagens Recentes
Looks like this is caused by the JSESSIONID cookie. When I delete this cookie I can then log in again via SSO. Has anyone experienced this before?