Completed
- IClaimsTransformation - append to the current ClaimsPrincipal
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ASP.NET Core 3 Authorization - Advanced Concepts and Extras
Automatically move to the next video in the Classroom when playback concludes
- 1 - IAuthorizationService - Used to invoke authorization at any point in your application.
- 2 - Global Authorization Filter - Apply authorization policies globally to your application
- 3 - AllowAnonymous Attribute - Revoke authorization checks
- 4 - OperationAuthorizationRequirement - authorize operations securing functions
- 5 - ResourceBasedHandler - authorize resources securing object
- 6 - IClaimsTransformation - append to the current ClaimsPrincipal
- 7 - AuthorizationPolicyProvider - your custom AuthorizationPolicy resolver.
- 8 - Custom Authorize Attribute - extending the [Authorize] attribute.