Access Token is opaque even sending audience

Hi!

I know that I have to include audience parameter in order to receive a JWT access token from Auth0. But is there another reason to get a opaque token as access token? I’m having an issue where sometimes /oauth/token returns a valid JWT token and sometimes it returns opaque.

If you don’t proved an audience, the access token will be for the userinfo endpoint. It used to be opaque, but it is actually a jwt now.

John

1 Like