I am trying to login as a new Google user to the site and I am getting the following after login
@auth0_auth0-react.js?v=8fcaaf86:509 POST https://jackiergleason.auth0.com/oauth/token 401 (Unauthorized)
When I look at the log I see
Failed Exchange
“description”: “Unauthorized”
What am I missing?
Hi @jackiegleason,
This error usually happens if you did not pass in the audience in your login request.
audience
In this situation, I recommend logging in with the audience included in your login request. Then, you can successfully exchange a code for an access token.
Let me know if you continue having errors.
Thanks, Rueben
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.