Video description
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.
What You Will Learn
- Learn to add authorization and user restrictions
- Implement two and Multi-Factor Authentication
- Learn modern authentication methods (Social logins, OAuth and more)
- Learn password policies and recovery
- Use build and manage user claims
- Learn how to properly implement user roles, claims and policies
Audience
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.
About The Author
Trevoir Williams: Trevoir Williams is a software engineer and part-time lecturer. With a master’s degree in computer science, he has spent over a decade teaching web, software, and database development courses. He also has extensive industry experience in web application development, Azure Cloud system, and server administration.
He enjoys teaching IT and development courses and hopes to impart knowledge of the latest developments in industry standards and techniques to his students.
Table of contents
- Chapter 1 : Introduction
- Chapter 2 : Project Setup and Overview
- Chapter 3 : Add Identity to an ASP.NET Core Application
- Chapter 4 : Implement Authentication Security with Identity
- Chapter 5 : Implement Advanced Authorization
- Chapter 6 : Working with OpenIdConnect Identity Providers
- Chapter 7 : Conclusion
Product information
- Title: ASP.NET Core Identity - Authentication and Authorization
- Author(s):
- Release date: November 2021
- Publisher(s): Packt Publishing
- ISBN: 9781803234649
You might also like
video
ASP.NET Core Identity - User Security Essentials
In this course, you will learn the basics of modern authentication using the ASP.NET Core Identity …
book
ASP.NET Core Security
Secure your ASP.NET applications before you get hacked! This practical guide includes secure coding techniques with …
book
Pro ASP.NET Core Identity: Under the Hood with Authentication and Authorization in ASP.NET Core 5 and 6 Applications
Get the most from ASP.NET Core Identity. Best-selling author Adam Freeman teaches developers common authentication and …
video
.NET Core Microservices
Microservices are an architectural style that promotes the development of complex applications as a suite of …