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