Can we switch between Forms Authentication and Azure AD authentication dynamically?

28 Views Asked by At

I have a Asp.Net web form application which uses form authentication. However, I need to migrate to Azure AD authentication for some users. I want to decide the authentication type dynamically, based on the tenant id in current request context.

0

There are 0 best solutions below