Greeting,
Is there any sample code showing how to have a C# console application to have a user authenticate to Azure AD?
Once the user runs the command lone application, the code needs to pop-up the Azure AD login dialog. once user logs in, the c# code has the AAD access token.
Thank you,