2 Replies
Dreams
DreamsOP3y ago
same thing happens when I added this line:
c#
claims.Add(new Claim(ClaimTypes.Email, user.Email));
c#
claims.Add(new Claim(ClaimTypes.Email, user.Email));
Jayy
Jayy3y ago
set this in your options
options.MapInboundClaims = false;
options.MapInboundClaims = false;

Did you find this page helpful?