Keep getting invalid audience

Hi Guys,
I am working on flask application with auth0, but when i am try to validate jwt token which i am getting from auth0 from this /oauth/token endpoint is keep throwing invalid audience error .

CLIENT_ORIGIN_URL=http://localhost:4040
AUTH0_AUDIENCE=https://tests.example.com
AUTH0_DOMAIN={AUTH0_Name}.us.auth0

Hi @coder,

Welcome to the Auth0 Community!

Have you registered the API, set the correct identifier, and allowed access to the client in the dashboard? The audience you are sending should be the same as the API identifier you see in the dashboard.

Let me know!