We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89c5eb commit 5b33e0cCopy full SHA for 5b33e0c
src/AspNet.Security.OAuth.Yahoo/YahooAuthenticationOptions.cs
@@ -27,6 +27,7 @@ public YahooAuthenticationOptions()
27
28
ClaimActions.MapJsonKey(ClaimTypes.NameIdentifier, "sub");
29
ClaimActions.MapJsonKey(ClaimTypes.Name, "name");
30
+ ClaimActions.MapJsonKey(ClaimTypes.Email, "email");
31
ClaimActions.MapJsonKey(Claims.FamilyName, "family_name");
32
ClaimActions.MapJsonKey(Claims.GivenName, "given_name");
33
ClaimActions.MapJsonKey(Claims.Picture, "picture");
0 commit comments