I am trying to create a new WebApi project in VS2103 and use organizational accounts for authentication.
I have already created Active Directory in Azure. When I try to connect to it in the WebApi wizard, click "OK", I will be presented with a login window to Azure, so I will add the Microsoft account information for the administrator of the Azure subscription to which AAD belongs, and I get an error message:
User Credential verification failed.
Error : Value cannot be null.
Parameter name : Entity
Does anyone know how to fix this?
source
share