Hi,
I am following the quickstart guide and trying to test a simple application. It seems that my app is failing in the callback during handleRedirectCallback()
. The logs at the Auth0 site show two log messages:
Success Login
FailedExchange - with “description”: “Unauthorized”
I have checked that my client id and domain are correct.
I am able to get to the login page, enter the userid / password for the user I created. The error occurs when the control returns to my app.
Some other info:
If I use the curl command as per instructions, there is no problem.
Any idea what I should look at?
Thanks and Regards
Dibyendu