How to make SAML Authentication Handler handle logout?
Hi,
We're using the SAML Authentication Handler in AEM6 SP2 and this is working fine for logging in. We've also checked the "Handle Logout" option and filled in the "Logout URL" of our IdP. However, when we call /system/sling/logout.html there does not seem to be a call to the IdP to the logout URL. So I have a few questions about this:
- Is it correct to do a HTTP GET request to /system/sling/logout.html to initiate the SAML logout flow? Or is there another URL that should be used for this?
- Is it correct that the actual SAML logout request is supposed to happen in the user's browser? Or is this done server-side by AEM (AEM calling IdP directly)?
- Is there some logging available in AEM somewhere to debug this SAML flow? It would be good if we could see in a debug log whether the SAML Authentication Handler is actually trying to handle the logout or not...
Many thanks,
Jan

