Hi Auth0 Community,
I set the audience properly and get access_token successfully, but when I use it to call API, I get 401 Authorized error with the detail like:
Bearer error="invalid_token", error_description="The audience 'https://development.au.auth0.com/api/v2/, https://development.au.auth0.com/userinfo' is invalid"
Then, I paste the access_token on jwt.io and see that it has 2 audiences the same as the error above.
Could anybody help me out what is the problem and how to fix it. Thanks a lot.