I am trying to set up SLO for my SAML connection and have been finding it difficult.
This question is specifically for Idp initiated sign out where auth0 is the SP:
When I click setup in the enterprise saml connection I can see the SLO url with the following details:
SingleLogout service URL
This is where the SAML identity provider will send logout requests and responses:
`url.com/logout`
SAML logout requests must be signed by the identity provider.
I am confused as to how this will then trigger the user to be signed out of my application? Is there a callback?
Thanks,
Nadia