Foros de discusión

Single Sign On (SSO)

Sameer Shaik, modificado hace 11 años.

Single Sign On (SSO)

New Member Mensajes: 19 Fecha de incorporación: 2/08/12 Mensajes recientes
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 hace 11 años.

RE: Single Sign On (SSO)

Liferay Master Mensajes: 894 Fecha de incorporación: 18/02/09 Mensajes recientes
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