Forums de discussion

SSO for third party application

thumbnail
iqbal ahmed, modifié il y a 11 années.

SSO for third party application

Junior Member Publications: 25 Date d'inscription: 18/04/12 Publications récentes
hi friends,
can any one help me in how to achieve Single sign on for third party application with liferay
Anand Kumar, modifié il y a 10 années.

RE: SSO for third party application

New Member Publications: 5 Date d'inscription: 08/04/11 Publications récentes
Hello Iqbal:

Were you able to find any help on this since I need similar help. Please let me know.
thumbnail
Tonu Sri, modifié il y a 10 années.

RE: SSO for third party application

Regular Member Publications: 197 Date d'inscription: 15/04/11 Publications récentes
Hi Iqbal,

Liferay default have feature for SSO with LDAP, NTLM , OPENAM , CAS , Siteminder and Facebook etc.

But if you want to have your own mechanism for SSO. Liferay has an interface called AutoLogin. You can write your class which implements this interface.

You can refer CASAutoLogin, NTLMAutoLogin classes etc. Once done with your class, you should define your class inside your portal-ext.properties.

auto.login.hooks = com.abc.MySSO

Thanks:
Tonu
thumbnail
iqbal ahmed, modifié il y a 10 années.

RE: SSO for third party application

Junior Member Publications: 25 Date d'inscription: 18/04/12 Publications récentes
Hi Tonu nice one thank you very much...