Overview
Syllabus
- IAuthorizationService - Used to invoke authorization at any point in your application.
- Global Authorization Filter - Apply authorization policies globally to your application
- AllowAnonymous Attribute - Revoke authorization checks
- OperationAuthorizationRequirement - authorize operations securing functions
- ResourceBasedHandler - authorize resources securing object
- IClaimsTransformation - append to the current ClaimsPrincipal
- AuthorizationPolicyProvider - your custom AuthorizationPolicy resolver.
- Custom Authorize Attribute - extending the [Authorize] attribute.
Taught by
Raw Coding