ASP.NETMVC中的指标值类型显示为http://www.w3.org/2001/XMLSchema#string,而非JsonArray。
创始人
2024-09-19 09:01:04
0

可以通过自定义 ClaimSerializer 来解决。在 Startup.cs 中添加下面的代码:

services
    .AddAuthentication(options =>
    {
        options.DefaultAuthenticateScheme = JwtBearerDefaults.AuthenticationScheme;
        options.DefaultChallengeScheme = JwtBearerDefaults.AuthenticationScheme;
    })
    .AddJwtBearer(options =>
    {
        options.TokenValidationParameters = new TokenValidationParameters
        {
            ValidateIssuerSigningKey = true,
            IssuerSigningKey = YourSecurityKey,

            ValidateIssuer = true,
            ValidIssuer = "your-issuer",

            ValidateAudience = true,
            ValidAudience = "your-audience",

            ValidateLifetime = true,

            ClockSkew = TimeSpan.Zero
        };

        options.ClaimActions.MapJsonKey(ClaimTypes.Role, ClaimTypes.Role, "string");
        options.ClaimActions.MapJsonKey(ClaimTypes.Name, ClaimTypes.Name, "string");

        // Add this line to change the claim value type to JsonArray
        options.ClaimActions.Add(new JsonArrayClaimAction("your-claim", "value"));
    });

需要注意的是,在上面的代码中,我们通过添加 JsonArrayClaimAction 将指定的 Claim 的值类型更改为 JsonArray。您需要将 your-claimvalue 替换为您自己的 Claim 和值。

假设您的 JWT Token 包含 your-claim:["value1","value2"],那么现在您可以通过以下代码来获取该 Claim:

var claim = User.FindFirst("your-claim");
var values = JsonConvert.DeserializeObject(claim.Value);

相关内容

热门资讯

昨日!wepoker插件程序激... 昨日!wepoker插件程序激活码(透视)原来有辅助平台(有挂详情)-哔哩哔哩1、超多福利:超高返利...
透视了解!wepoker透视破... 透视了解!wepoker透视破解版(透视)切实有辅助插件(有挂方法)-哔哩哔哩1、下载好wepoke...
透视免费!pokemmo脚本最... 透视免费!pokemmo脚本最新版(透视)竟然是有辅助下载(有挂攻略)-哔哩哔哩1、用户打开应用后不...
据文件显示!wepoker怎么... 据文件显示!wepoker怎么看牌型(透视)竟然是有辅助辅助器(有挂辅助)-哔哩哔哩1、不需要AI权...
据悉!wejoker免费脚本(... 据悉!wejoker免费脚本(透视)真是真的是有辅助平台(存在有挂)-哔哩哔哩暗藏猫腻,小编详细说明...
透视透视!wpk系统是否存在作... 透视透视!wpk系统是否存在作必弊行为(透视)切实存在有辅助神器(有挂头条)-哔哩哔哩1、wpk系统...
最新消息!hhpoker可以控... 最新消息!hhpoker可以控制牌吗(透视)切实是真的辅助插件(有挂解惑)-哔哩哔哩1、用户打开应用...
透视辅助!we-poker辅助... 透视辅助!we-poker辅助(透视)确实有辅助app(有挂方针)-哔哩哔哩1、we-poker辅助...
透视好友!hhpoker作必弊... 透视好友!hhpoker作必弊实战视频(透视)本来真的有辅助辅助器(有挂方针)-哔哩哔哩1、首先打开...
透视科技!aapoker真的假... 透视科技!aapoker真的假的(透视)原来是真的辅助插件(有挂方法)-哔哩哔哩1、完成aapoke...