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
Recommended resources
- Get the code on GitHub
- Migrating ASP.NET to ASP.NET Core
- .NET Upgrade Planner
- .NET Upgrade Assistant (VS Extension)
- .NET Upgrade Assistant (command line)
- System.Web Adapters
- Get your questions answered on the Microsoft Q&A for .NET
- Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn
Related episodes
Connect
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
Recommended resources
- Get the code on GitHub
- Migrating ASP.NET to ASP.NET Core
- .NET Upgrade Planner
- .NET Upgrade Assistant (VS Extension)
- .NET Upgrade Assistant (command line)
- System.Web Adapters
- Get your questions answered on the Microsoft Q&A for .NET
- Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn
Related episodes
Connect
Have feedback? Submit an issue here.