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",