I have a Microsoft account which is linked to an azure subscription. I need to create an asp.net web forms application which lets users enter their Microsoft Live account credentials and access the subscription using REST apis. I know this all work seamlessly when the subscription user account is an Org Account.
Can I do the same with Azure AD (NOT ACS) using a Microsoft Live Account? In other words will I be able to use live account with Azure AD and pass the token to access the REST apis from my web application?
Appreciate any recommendation here, with respect to token based authentication(not cert) to access REST apis in Azure.