Hi @prionkor
Auth0 only issues a JWT access token if you include the audience parameter in the request indicating that the application wants access to an API you’ve defined in the Auth0 tenant. If you don’t specify the audience in the authorize request, the access token is only useful to call Auth0’s OIDC userinfo endpoint (/userinfo), and in that case Auth0 generates a simpler, opaque token.