Receiving JWT access token with one auth0 account, non-JWT token with other. Same code

Hi @jamalmoir,

Auth0 will supply a JWT Access Token when you provide an audience that refers to an API that you have registered in your Auth0 tenant. Otherwise, an opaque token will be returned.

Is the API registered in both tenants?

FAQ: Why is my access token not a JWT? (Opaque Token)

1 Like