I’m stumped with a bug so hoping someone could point me in the right direction.
We are using auth0 with SSO that users use to log in to the Sharefile API and generate an access token. The problem is it seems the auth0 session is not being cleared because the sharefile token returned is always for the previous logged in user.
It works fine if I do it from Chrome Incoginto mode, which is why i think it’s something to do with auth0. I’m hitting the /v2/logout endpoint to log a user out and clearing all session/localStorage/cookies.
Hey there @ben7, I would be happy to take a look at this with you. When you get a chance can you record a HAR file of the current problematic workflow? Be sure to select “Preserve log” to catch redirects and scrub the file of user passwords before passing, I also have included our standard logout documentation for historical reference as we work together to this get this resolved. thanks!