RE: SAML integration with liferay

Jamie Sammons, modified 11 Months ago. New Member Posts: 2 Join Date: 2/7/24 Recent Posts

Hi everyone,

I've implemented SAML integration with Liferay, where:

  1. Liferay is the Identity Provider (IDP).
  2. Salesforce is the Service Provider (SP).

The integration works as expected, with authentication, login, and logout functioning properly. However, I encountered an issue during logout. When logging out of the IDP (Liferay), it redirects to the "/c/portal/saml/slo_logout" URL and waits for 5 seconds before logging out automatically. This happens when I'm logged into both Liferay and Salesforce via SAML SSO.

On the other hand, if I’m only logged into Liferay (without logging into Salesforce via SSO), the "/c/portal/saml/slo_logout" URL does not redirect after logout; it logs out immediately.

Could you please advise on how to resolve this issue?

7.1
thumbnail
Zsigmond Rab, modified 11 Months ago. Liferay Master Posts: 764 Join Date: 1/5/10 Recent Posts

Hi Veera,

Have you tried to analyze thread dumps from that 5 secs timeframe to see where the progress stays longer?

Regards,
Zsigmond