
shravank.18307 (Customer) asked a question.
Hi Team,
I have implemented OIDC Authentication using Angular and Asp.Net Core API. Am getting user information at Angular end, I also want to read user information from Asp.Net Core API once the authorization is done. Please tell me how read user info/claims at API. I have tried to read from HTTPContext.User.Claims but that is not giving me user information. Please help how to read.

Hi Shravan,
Our code samples for reading user info with ASP.NET Core can be found here. Did you see any errors when trying to get user info?
If you still aren't able to read user information after following that sample, please open a support case as we will need more detailed info for troubleshooting