Feature: Handle federated logout with Okta connections
Description:
Use-case: I have setup Auth0 authentication with a social connection to Okta.
There is just an issue on logout where the user is logged out of Auth0, but the Okta session remains…
So, when the user is redirected back to login – they are logged back in automatically since auth0 tries login again and checks okta and continues with login as the okta session still exists.
I am using the auth0 logout v2 endpoint with the federated queryString but to no avail.