Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all;
Is there a way to use Azure Active Directory with my ASP.NET Core app for the authentication/authorization so that:
I'm fine if regular users that create a user in AD have to use 2FA. I'm also fine if they don't.
The reason for this is we want to make it as easy as possible for regular users to log in to our system and a regular user getting hacked is not a significant problem. But an admin getting hacked would be a serious breach and so I want to force 2FA for them.
thanks - dave