Fórum

LDAP login and NTLM SSO at once

Matthew Snider, modificado 13 Anos atrás.

LDAP login and NTLM SSO at once

New Member Postagens: 17 Data de Entrada: 20/08/10 Postagens Recentes
I currently have Liferay operating with LDAP authentication. I would like to add SSO via NTLM.

However, I would like to still be able to login using a username and password combo using a Liferay account or LDAP credentials. I need this for testing and validation purposes.

Is this possible? If so, how can it be done? How will this be achieved?

Thanks!
thumbnail
Martin Lungershausen, modificado 13 Anos atrás.

RE: LDAP login and NTLM SSO at once

New Member Postagens: 11 Data de Entrada: 11/08/09 Postagens Recentes
Maybe you can help me with an idea. I had it also with SSO on 5.2.3 but it does not work anymore on 6.0
Matthew Snider, modificado 13 Anos atrás.

RE: LDAP login and NTLM SSO at once

New Member Postagens: 17 Data de Entrada: 20/08/10 Postagens Recentes
I figured this out. I wrote a Custom AutoLogin class and configured it in portal-ext.properties.

In this class I disabled Autologin for the login and logout URLs. This way when a user logs out they can then perform a login, without being forced to use SSO.