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 768f34c commit aee6b7fCopy full SHA for aee6b7f
src/AspNet.Security.OAuth.MailRu/MailRuAuthenticationOptions.cs
@@ -27,7 +27,7 @@ public MailRuAuthenticationOptions()
27
TokenEndpoint = MailRuAuthenticationDefaults.TokenEndpoint;
28
UserInformationEndpoint = MailRuAuthenticationDefaults.UserInformationEndpoint;
29
30
- ClaimActions.MapJsonKey(ClaimTypes.NameIdentifier, "client_id");
+ ClaimActions.MapJsonKey(ClaimTypes.NameIdentifier, "email");
31
ClaimActions.MapJsonKey(ClaimTypes.Name, "nickname");
32
ClaimActions.MapJsonKey(ClaimTypes.Gender, "gender");
33
ClaimActions.MapJsonKey(ClaimTypes.Email, "email");
0 commit comments