I have asp.net core web api with jwt authentication. It's fairly "default", something you would find on most tutorials.
If I would generate token it would have payload:
{"sub":"user","exp":1662070302}
{"sub":"user","exp":1662070302}
So whenever token is successfully validated I'm expecting to have two claims with same keys as types and values. But for some reason I'm getting the following: