ASP.NET Core Identity: Authorization Management

ASP.NET Core Identity: Authorization Management

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 27m | 294 MB

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.

Topics include:

  • 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