Episode

Sharing Authentication Cookies in ASP.NET Upgrade Scenarios [13 of 18] Migrating from ASP.NET to ASP.NET Core

with Mike Rousos

In this video, Mike demonstrates how ASP.NET authentication cookies can be shared between multiple apps and how this technique can be used to share authentication between ASP.NET and ASP.NET Core apps in upgrade scenarios. This solution is more narrow than using System.Web adapters as shown in the previous video, but gives an even better end-user experience in situations where it applies.

Chapters

  • 00:00 - Intro
  • 01:00 - Configuring auth cookie sharing client in ASP.NET Core
  • 06:00 - Adding account controller to ASP.NET Core
  • 09:00 - Configuring auth cookie sharing from ASP.NET MVC
  • 11:00 - Testing the updated application
  • 13:00 - Reviewing completed actions and next steps

Connect

.NET
ASP.NET
ASP.NET Core
ASP.NET