Email claim is getting even after adding in the scope

Configured Swagger with Auth0 in .net core api 6.0.
After authentication I am getting Permissions but not Email. Can you please help out on this.

I am facing similar issue mentioned in below link

Hi @saikumarcme,

Welcome to the Auth0 Community!

It sounds like you are looking for the ID Token, where email should be included.

Here is a doc outlining the difference: ID Token and Access Token: What Is the Difference?

Otherwise, you should be able to add email to the access token in an action.

1 Like