Fórum

Automatically login into Liferay when user logs-in into the system

Abid Mehmood, modificado 8 Anos atrás.

Automatically login into Liferay when user logs-in into the system

Junior Member Postagens: 66 Data de Entrada: 08/09/11 Postagens Recentes
Hi,
Its a common scenario but i don't want to use NTLM...for SSO i already have CAS integrated but i am just stuck now. Can anyone please describe me if there is any other option that i can use to achieve my goal.
thumbnail
Tomas Polesovsky, modificado 8 Anos atrás.

RE: Automatically login into Liferay when user logs-in into the system

Liferay Master Postagens: 676 Data de Entrada: 13/02/09 Postagens Recentes
Hi Abid,

I remember one client that implemented a solution for windows. It has two parts:

1, A program run after NT login that saved client station IP address into Active Directory. When user logged out it removed the station IP address from there. I don't exactly remember the architecture but I guess this was run on the AD side.

2, Code in portal that authenticated browser based on remote IP address - side look into the AD to see who is behind that IP address.

Of course this be implemented only in company intranet where each station has unique IP address and is not behind NAT/proxy.
Abid Mehmood, modificado 8 Anos atrás.

RE: Automatically login into Liferay when user logs-in into the system

Junior Member Postagens: 66 Data de Entrada: 08/09/11 Postagens Recentes
Many thanks, Tomas . We successfully implemented out solution using CAS, AD,spnego and Kerberos. Sorry for replying so late, didn't get any notification that i have got a reply.

Regards