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.