Hello, I am following the regular web flow here:
And specifically this one:
https://auth0.com/docs/flows/guides/regular-web-app-login-flow/call-api-using-regular-web-app-login-flow
After step 4, the user authenticates into Twitter, and the Auth0 tenant returns the authorization “code” back to the callback URL.
I have specified the callback URL in my Application Dashboard to be:
http://localhost:8081/#!/Admin
However, after the Auth0 dialog disappears, I am sent back to:
http://localhost:8081/?code=7sonNBbTEnQssCQM#!/Login
Does anyone know why this is happening, or seen issues with this functionality before?
*note - my trial period has expired, but I think this particular flow is a free service.