• Post category:StudyBullet-3
  • Reading time:10 mins read


We take a deep dive into the inner workings of ASP.NET Core Identity and best practices when handling user security.

What you will learn

ASP NET Core Identity

Implementing Two-Factor Authentication

User, Claims and Role Management and Authorization

Policy Creation and Enforcement

Adding Email Confirmation to Account Creation and Access

Identity Scaffolding and Custom Extensions

How To facilitate third-party logins engines (Google, Facebook, etc)

How To Store User Secrets

Description

Overview

In this course you will learn the basics of modern authentication using the ASP.NET Core Identity Library and learn to extend the functionality relative to our specific business needs. While perfect security is arguably impossible to achieve, we will explore a variety of techniques that go a far way in ensuring security and relative ease of use simultaneously. We will look at implementing security in a practical ASP.NET Core application and how we can implement role, claim and custom policy based authorization.

Why ASP.NET Identity Core

Authorization, Authentication and User Management are mainstay features in real world applications. Identity Core is the flagship library packaged with ASP.NET Core projects to help us get the most security possible out of the box. 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 plugin and this library can easily be extended to implement unique business rules to surround how users are treated.


Get Instant Notification of New Courses on our Telegram channel.


Build A Strong Foundation in ASP.NET Core Security:

  • Learn how to add Cookie Authentication manually to an ASP.NET Core application
  • How to properly implement User Roles, Claims and Policies
  • Learn how to use, build and manage User Claims
  • Learn to properly implement a user authentication and registration process
  • Learn to password policies and recovery
  • Learn to setup Emailing features for secure Account Confirmation, Forgot Password and other processes
  • Learn to add authorization and user restrictions
  • Learn to Add Two and Multi factor Authentication
  • Learn Modern Authentication Methods (Social logins, OAuth, etc.)

Even though the fundamentals of the security principles will be demonstrated with a Razor Pages application, all of the techniques and considerations can be taken in any ASP.NET Core application type, including MVC and Blazor. 

It has content for developers at all levels as it is never too late/early to start thinking about the best security practices for your web application.

Content and Overview

To take this course, you will need to have some knowledge of .NET Core development and C#.

This course has just over 5 hours of premium content, smartly broken up to highlight a set of related activities based on each module in the application that is being built. We will also look at troubleshooting and debugging errors as we go along; implementing best practices; writing efficient logic and understanding why developers do things the way they do. Your knowledge will grow, step by step, throughout the course and you will be challenged to be the best you can be.

We don’t always do things the perfect way the first time; that is not the reality of writing code. We make mistakes and point them out and fix them around them. By doing this, we develop proficiency in using debugging tools and techniques. 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. This will put your new learned skills into practical use and impress your boss and coworkers.

The course is complete with working files hosted on GitHub, with the inclusion of some files to make it easier for you to replicate the code being demonstrated. You will be able to work alongside the author as you work through each lecture and will receive a verifiable certificate of completion upon finishing the course.

Clicking the Take This Course button could be the best step you could take towards quickly increasing your income and marketability! Also, remember that if you don’t think the course is worth what you spent, you have a full 30 days to get a no questions asked refund!

It’s time to take action!

See you in the course!

English
language

Content

Introduction
Introduction
Project Setup and Overview
Setup Classified Advertisement Project
Add Cookie Authentication to Web Project
Add Login and Logout Functionality
Exploring Identity Claims and Principal
Adding Third-Party Authentication – Concepts
Section Review
Section Source Code
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
Section Source Code
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
Section Source Code
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
Section Source Code
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
Section Source Code
Conclusion
Conclusion
Final Source Code