Web Server

TH01 The Whirlwind Tour of Authentication and Authorization with ASP.NET Core

08/16/2018

8:00am - 9:15am

Level: Intermediate

Chris Klug

Developer

Active Solution

Authentication and authorization isn't a fun topic for most people. It is generally that thing that has to be there, but nobody really cares about. And on top of that, every time the requirements are a little different. And every time we have to figure out how to write all the plumbing to get it done properly. It is security after all.

In ASP.NET Core, Microsoft has made it fairly easy to get it all done. In most cases, it is only a few lines of code and some minor configuration, and you are up going. However, if you don't know the lines of code and the config, it can be hard.

This session will show you a whole heap of different types of authN and authZ being configured and used. There will be social logins, local logins, AD-based logins, and even token based authentication for SPAs–basically, everything you need to get up and running when it comes to authenticating your users in ASP.NET Core.

You will learn:

  • How authentication works in ASP.NET Core 2.0
  • How to easily set up your application to authenticate users using several different authentication providers