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 d46ca1f commit 1671743Copy full SHA for 1671743
src/AspNet.Security.OAuth.Weixin/WeixinAuthenticationOptions.cs
@@ -38,7 +38,7 @@ public WeixinAuthenticationOptions()
38
ClaimActions.MapJsonKey(Claims.Province, "province");
39
ClaimActions.MapJsonKey(Claims.City, "city");
40
ClaimActions.MapJsonKey(Claims.HeadImgUrl, "headimgurl");
41
- ClaimActions.MapJsonKey(Claims.Privilege, user =>
+ ClaimActions.MapCustomJson(Claims.Privilege, user =>
42
{
43
var value = user.Value<JArray>("privilege");
44
if (value == null)
0 commit comments