I am using Authentication API debugger for the generating access token. but no matter whatever I do I am not getting user specific information in the access token. i have used the below scopes without any luck,
- openid profile email read:users read:current_user read:user_idp_tokens
- openid profile email
- opened
Is there a setting in the API that I am missing here. i have seen some similar posts in this community. one suggested to use rule
. But in the rule section of the Auth0 says the feature is being deprecated and I should be using action. I found no example in action which genuinely suggests how to implement this. i would have thought it should be just some information in the ID Token. I might be missing some configuration option?
Here is an example of the token that i get,