ASP.NET Core 2 Authentication Playbook
There are many ways to do authentication in ASP.NET Core 2.0, and it is sometimes hard to figure out how to set it up. This course aims to simplify that by providing walk throughs of setting up different kinds of authentication and authorization.
ASP.NET Core 2.0 has changed the way you add authentication and authorization to your applications, and it can be a bit hard to figure out how to do it. This course, ASP.NET Core 2 Authentication Playbook, tries to make this easier by showing you step by step walkthroughs of how you set it up. You will learn how to set up several different kinds of authentication, ranging from local logins to Azure AD. You will also get to see how you can add authorization to your application to make sure that you not only know who the user is, but also can control what he or she is allowed to do. Finally, we will cover using social identity providers like Facebook and Twitter, and the process of letting 3rd party identity providers handle the problems involved in storing user credentials. Each module is aimed to be self contained, and show one particular thing, making it easy to figure out what parts you want to explore. By the end of this course you’ll learn everything you need to know to authenticate and authorize users for your ASP.NET Core applications.
Author Name: Chris Klug
Author Description:
Chris Klug is a software developer and architect from Sweden who has spent the better part of his life solving problems by writing software. He loves the creative side of coding as well as the challenges offered by building complex UIs. He also spends a significant amount of his time presenting at developer conferences around the world–something that has apparently caught Microsoft’s attention as they have awarded him Microsoft MVP for five years running. It’s an award he is very proud of, and … more
Table of Contents
- Course Overview
1min - Course Introduction
4mins - Using Local Logins
20mins - Using Social Logins
10mins - Supporting Multiple Social Login Providers
8mins - Requesting Extra User Information While Using Social Logins
16mins - Authenticating Users Using Azure AD
13mins - Authenticating Users Using Azure AD B2C
28mins - Authenticating Users Using OpenID Connect and IdentityServer
17mins - Securing APIs with Tokens
24mins - Using OpenID Connect Hybrid Flow to Call APIs on Behalf of the User
22mins - Combining Different Authentication Methods in the Same Application
14mins - Doing Claims Transformation
8mins - Setting up Authorization
19mins - Creating a Custom Authorization Service
19mins
There are no reviews yet.