Foros de discusión

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

Abid Mehmood, modificado hace 8 años.

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

Junior Member Mensajes: 66 Fecha de incorporación: 8/09/11 Mensajes recientes
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 hace 8 años.

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

Liferay Master Mensajes: 676 Fecha de incorporación: 13/02/09 Mensajes recientes
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 hace 8 años.

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

Junior Member Mensajes: 66 Fecha de incorporación: 8/09/11 Mensajes recientes
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