ASP.NET中能否在同一应用程序中使用Windows身份验证和JWT?
创始人
2024-09-19 21:31:03
0

是的,可以在同一应用程序中同时使用Windows身份验证和JWT。以下是如何实现的简要步骤:

  1. 在Web.config中启用Windows身份验证

  1. 为需要使用JWT的控制器添加Authorize特性
[Authorize(AuthenticationSchemes = JwtBearerDefaults.AuthenticationScheme)]
public class ProtectedController : ControllerBase
{
    // Your protected controller methods
}
  1. 在Startup.cs中配置JWT身份验证
services.AddAuthentication(options =>
{
    options.DefaultAuthenticateScheme = JwtBearerDefaults.AuthenticationScheme;
    options.DefaultChallengeScheme = JwtBearerDefaults.AuthenticationScheme;
})
.AddJwtBearer(options =>
{
    options.TokenValidationParameters = new TokenValidationParameters
    {
        ValidateIssuer = true,
        ValidIssuer = "example.com",
        ValidateAudience = true,
        ValidAudience = "example.com",
        ValidateLifetime = true,
        IssuerSigningKey = new SymmetricSecurityKey(Encoding.UTF8.GetBytes("yourSecretKey")),
        ValidateIssuerSigningKey = true,
    };
});
  1. 在Startup.cs中配置授权策略
services.AddAuthorization(options =>
{
    options.DefaultPolicy = new AuthorizationPolicyBuilder()
        .RequireAuthenticatedUser()
        .Build();
});
  1. 在需要进行JWT身份验证的方法中获取用户信息
var identity = HttpContext.User.Identity as ClaimsIdentity;
var username = identity.Claims.FirstOrDefault(c => c.Type == ClaimTypes.Name).Value;

这样,你就可以在同一应用程序中同时使用Windows身份验证和JWT了。

相关内容

热门资讯

出现新变化!hhpoker到底... 出现新变化!hhpoker到底可以辅助码,hhpoker为什么一直输(透视)揭幕教程(真是有挂)-哔...
透视教程!德普之星透视辅助,s... 透视教程!德普之星透视辅助,sohoopoker辅助(透视)揭露教程(讲解有挂)-哔哩哔哩1)德普之...
来临!wepoker破解器有用... 您好,wepoker破解器有用吗这款游戏可以开挂的,确实是有挂的,需要了解加去威信【13670430...
更值得关注的是!aapoker... 更值得关注的是!aapoker辅助器是真的吗,拱趴大菠萝自动计算机器人(透视)有挂教程(有挂神器)-...
据玩家消息!约局吧怎么看有没有... 据玩家消息!约局吧怎么看有没有挂,wpk辅助器是真的吗(透视)透视教程(有挂方法)-哔哩哔哩1、进入...
透视挂透视!wepoker怎么... 透视挂透视!wepoker怎么设置盖牌,wepoker有没有机器人(透视)曝光教程(新版有挂)-哔哩...
近日!wpk透视辅助下载,hh... 近日!wpk透视辅助下载,hhpoker辅助实战视频(透视)教你教程(有挂工具)-哔哩哔哩1、hhp...
透视了解!wpk私人局辅助是真... 透视了解!wpk私人局辅助是真的吗,aapoker辅助软件合法吗(透视)曝光教程(有挂秘笈)-哔哩哔...
透视科技!wpk私人辅助,we... 透视科技!wpk私人辅助,wepoker插件程序激活码(透视)解迷教程(有挂详细)-哔哩哔哩该软件可...
透视了解!hhpoker辅助软... 透视了解!hhpoker辅助软件下载,wepoker有没有插件(透视)详情教程(新版有挂)-哔哩哔哩...