ASP.NET Core Identity: Authorization Management [Updated: 2/20/2025]
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 1h 37m | 279 MB
Instructor: Ervis Trupja
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 1h 37m | 279 MB
Instructor: Ervis Trupja
Authenticating users and authorizing their level of access is a key component to any application. In this course, learn how to authorize varying levels of access and add layers of security to your ASP.NET Core applications.
Instructor Ervis Trupja shows how to authorize users in .NET Core using a simple, role-based model, as well as a rich, policy-based model. Throughout the course, he covers how to add requirements to an authorization policy, use handlers for one or multiple requirements, and create custom authorized attributes. To wrap up, he demonstrates how to use imperative authorization and write a resource-based handler.
Learning objectives
- Different authorization types
- Applying the Authorize and AllowAnonymous attributes
- Adding role checks
- Claims-based and policy-based authorization
- Creating and using custom attributes
- Using imperative authorization
- Writing a resource-based handler