I'm using Azure AD:
- I've added users via Microsoft Account IDs.
- I have activated "Azure AD Premium" trial
- I've assigned each user a license
Now I want to assign users access to my Web App (A cloud service), however, I'm not seeing the "Users and Groups" tab described in this article:
Important: You will only see the Users and Groups tab once you have enabled Azure AD Premium. https://azure.microsoft.com/documentation/articles/active-directory-accessmanagement-group-saasapps/
And even demonstrated in this video: http://azure.microsoft.com/documentation/videos/configure-and-assign-groups-azure-ad/
Finally, when I go to: https://account.activedirectory.windowsazure.com/applications/default.aspx I'm not seeing any "Apps" - I assume once I've been able to assign access the Apps should show here.
EDIT:
I've found some info which looks like it is not possible to sign in to Cloud Service Web App with Azure AD using a Microsoft Account:
The Azure AD scenarios and solutions (and our code samples and sample applications) require a user account in the domain of your Azure Active Directory. If you try to sign in to the applications with a Microsoft account, such as a Hotmail.com, Live.com, or Outlook.com account, the sign in fails. http://msdn.microsoft.com/en-us/library/azure/dn151790.aspx
Code Sample:
This sample will not work with a Microsoft account, so if you signed in to the Azure portal with a Microsoft account and have never created a user account in your directory before, you need to do that now. https://github.com/AzureADSamples/WebApp-OpenIDConnect-DotNet
Is it possible to sign in using a Microsoft Account / is there a worked sample/guide?