Hi,
I try to pay around Auth0 and ASP.Net Core WebAPI, configurations are done correctly and I can able to generate a bearer access token based on article Call Your API Using Resource Owner Password Flow
I have below lines of code in Startup.cs file
In my controller, I see the user is authenticated and couple of claims information also presents.
I would like to capture user email address and name, but from User.Claims or Context.User.Indentity.Name giving null.
how to extract user details who is authenticated already , please help me in this regards.