Was there any update on this? As Iām experiencing the same issue and have not been able to get my .NET Core API to successfully accept the access token.
Try running the application at this point. Provided you have configured your Auth0
credentials correctly, you should be redirected to the Auth0 Universal
Login page, and back to your app against once you have logged in.
When I look at the login history of the user Iām trying to login as, I see:
[Success Login]
But in the debug output of the Vue.js app in my browser, I see the following error message:
Failed to load resource: the server responded with a status of 401 ()
Response:
{āerrorā:āaccess_deniedā,āerror_descriptionā:āUnauthorizedā}
Did something change, or am I missing anything obvious?
solution of @giotis works for me. After checking everything regarding CORS urls, callback urls but still got issue. This configure save me a day . I checked and realized that I choose a wrong applications. I have a list of 9 applications in the Auth0. It should be Single Page Application instead of Machine to Machine. Thanks so much @giotis