JWT Missing Payload

We’re having trouble with the Authorization Code Flow + PKCE with Auth0.

The client is using the getCredentials hook in the React Native library and sending the access token to our API but the payload/data portion of the JWT token is empty. Are we missing anything or what could be the issue?

Hello there @ademolaafolabi welcome to the community!

It sounds like you’re almost there :slight_smile: My guess is that you are missing an audience param in your configuration and subsequently in your access token - An access token without a specified audience will be opaque.

Hope this helps!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.