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);

相关内容

热门资讯

科技介绍!pokemmo脚本辅... 科技介绍!pokemmo脚本辅助器,wepoker数据分析工具,微扑克教程(有挂教程)准备好在wep...
重磅来袭!aapoker透视脚... 重磅来袭!aapoker透视脚本下载,wepoker私人定制透视,介绍教程(有挂方法)是一款可以让一...
发现玩家!aapoker怎么开... 《发现玩家!aapoker怎么开辅助器,sohoo poker辅助器,玩家教程(有挂技巧)》 aap...
技巧知识分享!wepoker辅... 技巧知识分享!wepoker辅助插件功能,hhpoker辅助挂,新版2025教程(有挂透明)关于we...
总算清楚!wepoker可以透... 总算清楚!wepoker可以透视码,we-poker辅助软件教程,必备教程(有挂技巧)1、点击下载安...
重大通报!wepoker底牌透... 1、重大通报!wepoker底牌透视,拱趴大菠萝有挂吗,必赢方法(有挂软件);详细教程。2、拱趴大菠...
推荐十款!wepoker国外版... 此外,数据分析德州(wepoker怎么挂底牌)辅助神器app还具备辅助透视行为开挂功能,通过对客户w...
揭秘!wepoker透视脚本是... 揭秘!wepoker透视脚本是什么,werplan怎么作弊,透明挂教程(有挂透明)1、点击下载安装,...
今日焦点!智星菠萝可以辅助吗,... 今日焦点!智星菠萝可以辅助吗,wepoker私局辅助,普及教程(有挂透视)1、点击下载安装,微扑克w...
盘点几款!hhpoker德州牛... 盘点几款!hhpoker德州牛仔视频,hhpoker是正规的吗,力荐教程(有挂透明);实战中需综合运...