Hi Auth0 Community,
I am trying to implement single sign out (SLO) with Auth0. I am able to get SSO working, but cannot get SLO working with Auth0.
It seems like when I use the logout endpoint, it does not log out from Auth0. I have tried with different option given with the endpoint as the federated, the client_id and returnTo. As referred to this: Authentication API Explorer
Anyone would know how or which endpoint I should use to make sure that a full logout is happening. I want to log out the user from Auth0, the provider and my application.
Thanks!
-Simon