We recently started using SAML authentication with our client applications. When signing out of auth0, we want to invalidate any active sessions on our client apps. One is invalidated by sending the user and tenant IDs that are stored as user metadata so that works just fine. The other app however, requires sending the current session ID in an API call. When hitting the https://{AUTH_DOMAIN}/samlp/{application_client_id} to authenticate, we get redirected and can’t capture the session ID. So my question is, is there a way to do SAML authentication and see the credential response we get from our client application?
Thanks in advance for your help!