
Extend the web app startup with application and authentication services to wire Identity using app user and role, and set password length to six with no digit requirement.
ASP.NET Identity is a powerful authentication and authorization framework that helps you manage user authentication and access control for your web applications.
In this comprehensive course, you will learn everything you need to know to implement secure user authentication and authorization using ASP.NET Identity with token-based authentication (JWT).
We will build a complete web application from scratch, using .NET 9 (Web API) as the server side and Angular 20 as the client side. Together, we’ll implement and handle a fully functional user registration, login, email confirmation, multi-factor authentication (MFA), profile management (create and edit profile), and more.
Starting with the basics, you’ll learn how to create and configure user accounts and roles, and how to use JWT authentication providers to secure your web application. You’ll also learn how to customize the authentication process to fit the specific needs of your application, including integrating with external authentication providers like Facebook and Google.
From there, we’ll dive deeper into authorization and access control, exploring how to implement role-based authorization and how to secure resources to add an extra layer of protection to your application.
Throughout the course, you’ll work on hands-on exercises and projects, applying your skills by designing and building real-world applications that demonstrate your mastery of ASP.NET Identity.
By the end of this course, you’ll have the knowledge and confidence to implement secure user authentication, multi-factor authentication, and role-based authorization in your own web applications.