ASP.NET Core authorization


Topic history | v1 (current) | created by jjones

Details

ASP.NET Core authorization

| created by jjones | Add resource "Part 1: A better way to handle authorization in ASP.NET Core – The Reformed Programmer"
Title
ASP.NET Core authorization
Description
ASP.NET Core authorization provides a simple, declarative role and a rich policy-based model. Authorization is expressed in requirements, and handlers evaluate a user's claims against requirements. Imperative checks can be based on simple policies or policies which evaluate both the user identity and properties of the resource that the user is attempting to access.
Link
https://docs.microsoft.com/en-us/aspnet/core/security/authorization/introduction?view=aspnetcore-5.0

authors

This topic has no history of related authors.