ASP.NET Core Identity: Authentication Management
Overview
Learn how to authenticate users in ASP.NET Core. See how to set up the .NET Core Identity system, use external login providers, and implement a cookie-based authentication system.
Authenticating users and authorizing their level of access are key components in any application. In this course, learn how to use ASP.NET Core Identity, as well as third-party providers, to authenticate your users. Instructor Ervis Trupja shows how to create a web application with Identity; configure lockout, password, and sign-in settings; and customize the Identity model and use Entity Framework to reflect these changes in your database. He also shows how to enable your users to sign in with their Facebook and GitHub accounts, as well as how to configure a cookie-based authentication system.
Authenticating users and authorizing their level of access are key components in any application. In this course, learn how to use ASP.NET Core Identity, as well as third-party providers, to authenticate your users. Instructor Ervis Trupja shows how to create a web application with Identity; configure lockout, password, and sign-in settings; and customize the Identity model and use Entity Framework to reflect these changes in your database. He also shows how to enable your users to sign in with their Facebook and GitHub accounts, as well as how to configure a cookie-based authentication system.
Syllabus
Introduction
- Securing ASP.NET Core apps with authentication
- What you should know
- ASP.NET Core Security features
- Authentication vs. authorization
- ASP.NET Core Identity
- Creating a web application with Identity
- Examining Register, Login, and Logout
- Configuring Identity settings
- Identity model with Entity Framework
- Entity types and relationships
- Default model configuration and generic types
- Using lazy loading
- Why external providers?
- Authenticating using Facebook
- Authenticating using GitHub
- Cookie-based authentication configuration
- Cookie policy middleware
- Creating an authentication cookie
- Cookie-based sign-in and out
- Next steps
Taught by
Ervis Trupja
Related Courses
Reviews
0.0 rating, based on 0 reviews