Fórum

OpenSSO integration question

Lior Hadaya, modificado 11 Anos atrás.

OpenSSO integration question

Regular Member Postagens: 138 Data de Entrada: 24/01/12 Postagens Recentes
Hello,

I'm using Liferay 6.1.20 EE and I want to integrate it with OpenAM in order to manage users.

There are a few properties in portal-ext.properties that need to be defined in order to make Liferay use the OpenAM server for authentication. Two of which are the login and logout URLs:

open.sso.login.url=http://openssohost.example.com:8080/opensso/UI/Login?goto=http://portalhost.example.com:8080/c/portal/login
open.sso.logout.url=http://openssohost.example.com:8080/opensso/UI/Logout?goto=http://portalhost.example.com:8080/web/guest/home

While I understand the meaning of open.sso.login.url, I'm not sure when open.sso.logout.url comes into play. When the users clicks sign out in Liferay is the portal supposed to redirect to the opensso URL? or maybe when the user logs out in openSSO it's supposed to redirect to Liferay?

I'd appreciate if someone could clarify what this open.sso.logout.url property does and how to decide which goto url it should get.

Thanks