Configuring SSO Inside an MVC Application

In this lesson, we will learn how to set up an SSO authentication flow in an ASP.NET Core MVC application. There are several ways of doing it. However, we will focus on the most standard way of doing it by using the library provided by Microsoft.

In the following playground, we have two applications:

  • A basic MVC application

  • An IdP application

Get hands-on with 1200+ tech skills courses.