Hi,
I’ve set up a machine-2-machine Auth0 app, and given it the read:role_members
and read:roles
permissions. Upon authenticating successfully, the email
and name
claims are not being passed with the user list.
I wanted to see whether this might be a claims issue with the ID token/JWT or a permissions issue?