- IClaimsTransformation - append to the current ClaimsPrincipal
7
- AuthorizationPolicyProvider - your custom AuthorizationPolicy resolver.
8
- Custom Authorize Attribute - extending the [Authorize] attribute.
Description:
Explore advanced authorization concepts in ASP.NET Core 3 through this comprehensive video tutorial. Dive into topics such as using IAuthorizationService for invoking authorization anywhere in your application, implementing global authorization filters, and leveraging the AllowAnonymous attribute to revoke authorization checks. Learn about securing functions with OperationAuthorizationRequirement and objects with ResourceBasedHandler. Discover how to append to the current ClaimsPrincipal using IClaimsTransformation, create custom AuthorizationPolicy resolvers with AuthorizationPolicyProvider, and extend the [Authorize] attribute. Gain valuable insights into these lesser-known but potentially useful authorization techniques to enhance your ASP.NET Core applications.
ASP.NET Core 3 Authorization - Advanced Concepts and Extras