How to logout from AEM Publish instance
Hi,
We have intregated the AEM Publisher instance to SAML. We want to implement the logout functionality for the application.We are successfully logout from the SAML session somehow AEM Session is still there, because we see the login-token cookie in the browser even after the SAML logout.
In Author instance, we are using /system/sling/logout.html it is able to clear the login-token cookie from the browser.
But In publish instance, if we are using /system/sling/logout.html, we are getting the below error.
Not Found
The requested URL /system/sling/logout.html was not found on this server.

