Hi,
We request an access token for our Angular SPA, based on the total roles there are > 100 permissions that are attached to the token.
This was working previously with all scopes returned in the access token when decoded using jwt.io
When decoding the token now there are exactly 100 coming back in the token with about 20 left off.
Was there a recent change in auth0 that is affecting this ? How can I have all my permissions in the access token.