WebApi Accounts - Verify User Credentials

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?

+4
source share
1 answer

I also came across this. To get past him, try the following:

  • Visual Studio Shutdown
  • Azure Active Directory ( ).
  • VS WebApi. , Organizational Accounts , , , - .
+5

Source: https://habr.com/ru/post/1540361/


All Articles