auth0 User is not authorized to the audience for those scopes

1.1k Views Asked by At

Context: I am hitting the /oauth/token endpoint, using the Resource Owner / Password authentication flow.

Observations: Previously this was working just fine. Now, without any code or configuration changes, auth0 is returning with a 400 and an error response body: {"error":"invalid_scope","error_description":"User is not authorized to the audience for those scopes"}

Anyone know what is going on here?

0

There are 0 best solutions below