Reputation: 4854
I am trying to create a new WebApi project in VS2103 and use Organizational Accounts for the authentication.
I have already created as Active Directory in Azure. When I try and connect to it in the WebApi wizard click OK, I am presented with the Azure login box, so I put in the Microsoft Account details for the admin of the Azure subscription the AAD belong to and I get an error message:
User Credential verification failed.
Error : Value cannot be null.
Parameter name : Entity
Anyone have any idea how to fix this?
Upvotes: 4
Views: 772
Reputation: 3702
I encountered this as well. To get past it, try the following:
Upvotes: 5