I am currently using ASP.NET MVC and Web Api to authenticate users. I want my users to sign in through my ASP.NET MVC login page but be authenticated to access my Angular 6 application.
I want to take this approach because I would like to have links to other applications that require authentication in the future but allow the user to access these applications after signing in on the Login page.
What Single Sign On method can I use to authenticate users?