ASP.NET Core Identity - Authentication and Authorization
Video description
Start thinking about the best security practices for your web application by taking up this course.
About This Video
Learn how to add cookie authentication manually to an ASP.NET Core application
Learn to setup emailing features for secure account confirmation, forgot password and other processes
Learn to properly implement a user authentication and registration process
In Detail
In this course, you will learn the basics of …
ASP.NET Core Identity - Authentication and Authorization
Video description
Start thinking about the best security practices for your web application by taking up this course.
About This Video
Learn how to add cookie authentication manually to an ASP.NET Core application
Learn to setup emailing features for secure account confirmation, forgot password and other processes
Learn to properly implement a user authentication and registration process
In Detail
In this course, you will learn the basics of modern authentication using the ASP.NET Core identity library and learn to the specific business needs. While perfect security is arguably impossible to achieve, we will explore a variety of techniques that help in ensuring security as well as maintaining the ease of use of the system.
Identity Core is a flagship library packaged with ASP.NET Core projects that helps in securing ASP.NET applications using features such as authentication, role management, and so on. . Getting authentication and authorization done right in your website can help keep your users and their data safe from attacks. Added features such as Two and Multi-Factor Authentication are relatively easy to plug in and this library can easily be extended to implement unique business rules.
Even though the fundamentals of the security principles will be demonstrated with a Razor pages application, all the techniques and considerations can be taken in any ASP.NET Core application type, including MVC and Blazor.
By the time you have finished the course, you will have moved around in Visual Studio and examined logic and syntax errors so much, that it will be second nature for you when working in the .NET environment.
Who this book is for
To take this course, you will need to have some knowledge of .NET Core development and C#. This course can be taken by anyone who wants to explore advanced authentication and authorization concepts and also who wants to fully understand how to secure a .NET Core Application
Chapter 3 : Add Identity to an ASP.NET Core Application
What Is Identity Core
Add Identity to Existing Project
Implement Secure Registration - Part 1
Implement Secure Registration - Part 2
Implement Email Verification for Registration
Additional Password Security
Section Review
Chapter 4 : Implement Authentication Security with Identity
Section Overview
Implement Login Functionality
Handle Logout Flow
Implement Password Reset Functionality
Implement Account Locking
Implement Two-Factor Authentication
Section Review
Chapter 5 : Implement Advanced Authorization
Section Overview - What is Authorization and how does it help?
Implement Basic Authorization
Add Roles to Users
Implement Role-Based Authorization
Add Custom Claims to Users
Using Claims to Secure Application Endpoints
Implement Policy-Based Authorization
Section Review
Chapter 6 : Working with OpenIdConnect Identity Providers
Section Overview - What is OpenIdConnect
Sign Up for Google OAuth Credentials
Add Google Auth to App
Test Google Auth Login Flow
Section Review
Chapter 7 : Conclusion
Course Review
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept