Expand my Community achievements bar.

SOLVED

How to handle SAML logout in AEM

Avatar

Level 1

Hi,

 

We are using AEM as Cloud Service and for one of our application we are using SAML 2.0 SP initiated authentication with IDP as PING.

The login authentication is working fine but not sure how to handle logout.

we have configured "handleLogout" and "logoutUrl" in SAML configuration.

But it's not working as expected.

how to invalidate a session in AEM after user clicks a "logout" link?

please help.

 

 

"handleLogout": true,
"logoutUrl": "our IDP logout url here",

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @SurenA 
Could you please check https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-make-saml-authentic... 

You need to call the AEM service to perform logout from all the system , not directly the ING IDP logout



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @SurenA 
Could you please check https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-make-saml-authentic... 

You need to call the AEM service to perform logout from all the system , not directly the ING IDP logout



Arun Patidar