I am authenticating with AUTH0 using the authorization grant type.
Ever since I got it working, all I do is click “Get New Access Token” and it automatically retrieves the token using the identity I successfully logged in with a week ago. That has been fine for the current series of tests. However, I now need to make a second series of tests using a different identity, but I don’t know how to force re-authorization so I can sign into the app with the other identity.
This post did not help. I cleared the cookies, and when I click “Get New Access Token” it auto-logs me in same as before.
Thanks,
Matt