I’m currently working on application built on ASP.NET MVC
which uses Microsoft account (MSA)
authentication. To implement a new requirement, during a flow (say on step 2) the application has to validate the user against Azure Active Directory (AAD)
authentication for organization account (while MSA
login should persist) to grant special privileges and move to step 3.
So during step 2 to 3 navigation, MSA
authentication should not be logged out and user can be validated against AAD
.
Is it possible to allow have concurrent logged-in via two different identity providers (MSA
and AAD
)?