Tag

鉴权

Browsing articles related to 鉴权.

8 articles
1 Current page
.NET Open Source Free Lunch Is Over?

.NET Open Source Free Lunch Is Over?

Last October, Dominick Baier and Brock Allen, the two creators and maintainers of IdentityServer, announced that their current business model is essentially unsustainable.

Aaron Stannard 4/20/2022 7:51 AM
(28/30) Learning Blazor Together: Policy-based Authorization

(28/30) Learning Blazor Together: Policy-based Authorization

It was mentioned earlier that `ASP.NET Core Identity` uses `Claim`-based authentication. In fact, `ASP.NET Core Identity` has different types of authorization methods, the simplest being `Login Authorization`, `Role Authorization`, and `Claim Authorization`. However, all of the above are implemented in one way: Policy-based Authorization.

StrayaWorker 12/25/2021 5:51 PM