I am building an Azure App Service that has both Windows Desktop (not UWP) and iOS clients. I want to use Microsoft Account Authentication to authenticate users.
As a result of a previous question here I can now authenticate users using the OneDrive SDK but have fallen at the next hurdle. The One Drive SDK does not appear to provide access to user details such as their given name and email address.
Please can someone point me in the direction of an example or instructions for authenticating a user from an old school desktop application to allow them to access an Azure App Service using their Microsoft Account (NOT Azure AD) that will also provide the client with access to their email address and which does not use depreciated technology.