BlazorWASM-IdentityServer4-RoleClaim未被填充
创始人
2024-12-21 19:00:42
0

在Identity Server 4配置中,需要将RoleClaimType设置为正确的角色声明类型。但是,仅此还不足,还需要为AuthenticatonStateProvider注册自定义AuthorizeAttribute,以按需添加Role Claim。

这里是一个添加Role Claim的完整示例:

在Identity Server 4配置中添加以下代码:

services.AddIdentityServer() .AddApiAuthorization() .AddProfileService();

var builder = services.AddAuthentication(); builder.AddIdentityServerJwt();

services.AddAuthorization(options => { options.AddPolicy("Admin", policy => policy.RequireClaim("role", "Admin")); });

在ProfileService类中添加以下代码:

public class ProfileService : IProfileService { public Task GetProfileDataAsync(ProfileDataRequestContext context) { var user = context.Subject; var claims = new List { // Add other user claims here };

    if (user.IsInRole("Admin"))
    {
        claims.Add(new Claim("role", "Admin"));
    }

    context.IssuedClaims.AddRange(claims);
    return Task.CompletedTask;
}

public Task IsActiveAsync(IsActiveContext context)
{
    return Task.CompletedTask;
}

}

然后,为AuthenticatonStateProvider注册自定义AuthorizeAttribute:

services.AddScoped();

添加一个CustomAuthorizeAttribute类,将Role Claim添加到要求的策略中:

public class CustomAuthorizeAttribute : AuthorizeAttribute { public CustomAuthorizeAttribute(string policy) : base(policy) { Policy = policy; }

protected override async Task HandleRequirementAsync(AuthorizationHandlerContext context, IAuthorizationRequirement requirement)
{
    var user = context.User;
    if (user == null || !user.Identity.IsAuthenticated)
    {
        return;
    }

    if (user.IsInRole("Admin"))
    {
        context.Succeed(requirement); // Add the Role Claim to the required policy
        return;
    }

    await base.HandleRequirementAsync(context, requirement);
}

}

相关内容

热门资讯

黑科技攻略(德州之星)外挂辅助... 黑科技攻略(德州之星)外挂辅助神器(透视)透明挂教程(竟然有挂)1、起透看视 德州之星透明视辅助2、...
黑科技代打(wepOkE)黑科... 黑科技代打(wepOkE)黑科技透明挂辅助挂(透视)透牌教程(竟然真的是有挂)1、用户打开应用后不用...
黑科技系统!(aapokEr)... 黑科技系统!(aapokEr)透明挂辅助器,(AAPOkER)从来真的有挂,2025版教程(有挂技巧...
黑科技工具(we poker)... 黑科技工具(we poker)黑科技透明挂辅助软件(透视)黑科技教程(一直是真的有挂)1、不需要AI...
黑科技讲解!(德扑)外挂辅助a... 黑科技讲解!(德扑)外挂辅助app,(德扑)原来存在有挂,解密教程(有挂方法);致您一封信;亲爱德扑...
黑科技攻略(红龙扑克)外挂辅助... 黑科技攻略(红龙扑克)外挂辅助方法(透视)揭秘教程(其实有挂)1、红龙扑克透视辅助简单,红龙扑克软件...
黑科技有挂!(wEpoKe)软... 黑科技有挂!(wEpoKe)软件透明挂,(WePoKer)素来是有挂,解说技巧(有挂技巧),支持语音...
黑科技好牌(微扑克私人局)外挂... 黑科技好牌(微扑克私人局)外挂透视辅助神器(透视)新2025教程(总是是真的有挂);1、该软件可以轻...
黑科技插件!(wPK)透视辅助... 黑科技插件!(wPK)透视辅助器,(wpK)原生存在有挂,攻略教程(有挂教程);《WPK辅助透视》‌...
黑科技线上(WepOke)黑科... 黑科技线上(WepOke)黑科技透明挂辅助挂(透视)可靠技巧(一直真的是有挂)1、用户打开应用后不用...