79370450

Date: 2025-01-20 06:38:15
Score: 0.5
Natty:
Report link

Please check the token using https://jwt.io/ to see if any value is passed on the claims. If not, please add those claims while generating the token. We have shared the following details on how to fetch claims from the token.I hope this solution is okay for you.

var age =info.Principal.Claims.FirstOrDefault(x => x.Type == "").Value;

Reasons:
  • Whitelisted phrase (-1): solution is
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dattatray Patil