Fórum

Single Sign On (SSO)

Sameer Shaik, modificado 11 Anos atrás.

Single Sign On (SSO)

New Member Postagens: 19 Data de Entrada: 02/08/12 Postagens Recentes
I am using facebook id to login into liferay portal but when i am logging out ,the session is not getting expired in facebook ,and it is not even expiring in liferay portal too..how to make session expiry in both facebook and liferay portal at the same time ??
Oliver Bayer, modificado 11 Anos atrás.

RE: Single Sign On (SSO)

Liferay Master Postagens: 894 Data de Entrada: 18/02/09 Postagens Recentes
Hi Sameer,

I'm not sure what is the most intuitive way of achieving single sing out but I've used the following hack/workaround. Modify the logout page of your sso server and include unvisible/hidden images (height: 1px, width: 1px) and use the logout urls of your different systems as "src" attribute e.g. use "/c/portal/logout" for the logout in Liferay.

If you find a better solution let me know.

HTH Oli