How can I create a MFA Auth Flow for user login to Azure AD using only WPF/C# controls - no browser is available

52 views Asked by At

I need to create a simple two factor auth flow for users to log in to Azure Ad and retrieve device keys from IoT Central. The devices don't have browsers available - are there any examples of the auth flow for user to log in and then be prompted to enter a token on the Microsoft Authenticator app ? Basically the same flow as a browser.

What APIs and C# SDK would one use for .Net Framework 4.7 ? The options all seem to target .net rather than .net framework.

0

There are 0 answers