Welcome

Welcome to our course on ASP.NET Identity in Action: Implementing Individual Accounts!

In our Identity Essentials course, we covered the basics of identity and showed how to call secured things using HTTP files with the REST Client. We held back on showing the C# code.

In this course, we will be working with C# and show what is already included in ASP.NET for identity. We'll show how to work with Individual Account authentication to implement identity concepts such as single-sign on and two-factor authentication (2FA). We will also look into C#'s scaffolded Identity options and how you can override the built-in boilerplate with your own customizations.

The code-alongs in this course will help you understand what the boilerplate has to offer and what are some pain points with these libraries.

However, before we get into implementing identity, let's take a moment to understand who this course is tailored for and what prerequisites you should have.


Complete and Continue