Foren

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

Abid Mehmood, geändert vor 8 Jahren.

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

Junior Member Beiträge: 66 Beitrittsdatum: 08.09.11 Neueste Beiträge
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, geändert vor 8 Jahren.

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

Liferay Master Beiträge: 676 Beitrittsdatum: 13.02.09 Neueste Beiträge
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, geändert vor 8 Jahren.

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

Junior Member Beiträge: 66 Beitrittsdatum: 08.09.11 Neueste Beiträge
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