ASPNetCore6MinimalAPIs中是否可以使用自定义RequireAuthorization和AllowAnonymous来进行自定义中间件身份验证?
创始人
2024-09-20 08:00:56
0

是的,ASP.Net Core 6允许我们定义自定义Authentication管道。 在Minimal API中,我们可以使用以下代码实现:

  1. 定义自定义中间件来实现身份验证

public static class AuthenticationMiddlewareExtensions { public static IApplicationBuilder UseAuthentication(this IApplicationBuilder app, string policyName = null) { return app.Use(async (context, next) => { if (context.Request.Headers.TryGetValue("Authorization", out var authHeader)) { var authHeaderValue = authHeader.FirstOrDefault(); //Authenticate the user here //If authenticated, add claims to the context user } else { context.Response.StatusCode = 401; await context.Response.WriteAsync("Unauthorized"); return; }

        await next();
    });
}

}

  1. 在Minimal API中使用自定义身份验证中间件

var builder = WebApplication.CreateBuilder();

builder.Services.AddEndpointsApiExplorer(); builder.Services.AddSwaggerGen();

builder.Services.AddAuthorization(options => { options.AddPolicy("MyCustomPolicy", policy => { policy.RequireAuthenticatedUser(); }); });

var app = builder.Build();

app.UseAuthentication();

app.MapGet("/hello", () => "Hello, World!") .RequireAuthorization("MyCustomPolicy");

app.Run();

在上面的代码中,我们通过调用UseAuthentication方法将自定义身份验证中间件添加到ASP.NET Core 6 Minimal API中。 我们还在构建器中添加了Authorization服务,并在API管道中的路由中使用RequireAuthorization来指定哪些路由需要身份验证。

相关内容

热门资讯

透视插件!wejoker辅助软... 透视插件!wejoker辅助软件视频(透视)牵手游戏辅助(总是真的有辅助神器)-哔哩哔哩1、下载好牵...
今年以来!wepokerplu... 今年以来!wepokerplus透视脚本免费(透视)新漫游正版辅助软件(确实是有辅助工具)-哔哩哔哩...
这一问题亟待解决!wpk可以作... 这一问题亟待解决!wpk可以作必弊吗(透视)晋中胡乐辅助工具(其实有辅助安装)-哔哩哔哩进入游戏-大...
透视智能ai!wepoker怎... 透视智能ai!wepoker怎么提高运气(透视)科乐填大坑技巧(都是是有辅助app)-哔哩哔哩1、上...
透视存在!hhpoker德州牛... 透视存在!hhpoker德州牛仔视频(透视)陕西辅助器具适用平台(切实是真的辅助下载)-哔哩哔哩1、...
最终!wepoker透视有没有... 最终!wepoker透视有没有(透视)凑一桌游戏关春天辅助(一直是真的辅助工具)-哔哩哔哩1、下载好...
截至目前!wepoker提高好... 截至目前!wepoker提高好牌率(透视)欢聚水鱼脚本(真是是有辅助下载)-哔哩哔哩1、欢聚水鱼脚本...
据通报!hhpoker有没有辅... 据通报!hhpoker有没有辅助(透视)凑一桌关春天辅助器在哪买(其实是有辅助修改器)-哔哩哔哩1、...
一直以来!hhpoker透视工... 一直以来!hhpoker透视工具(透视)浙江宝宝游戏辅助器(总是有辅助app)-哔哩哔哩1、浙江宝宝...
受玩家影响!aapoker插件... 受玩家影响!aapoker插件(透视)途游四川小程序有挂吗(确实是有辅助工具)-哔哩哔哩1、全新机制...