Reputation: 1317
I am trying to set up an ASP.Net MVC project that will use Azure Active Directory. I keep getting an error informing me that my user verification failed.
Here are the steps leading to the error message:
At this point I get an error message telling me that my user verification failed.
I do have an Azure Account. I do have directory set up in AAD.
Anyone have some guidance on setting up this project?
Upvotes: 0
Views: 342
Reputation: 1317
I found the answer in a page on the ASP.Net site. Organizational account authentication options
Don’t enter credentials for a Microsoft account (for example, [email protected]) in the sign-in dialog box.
The sticking point was I did what the above quote says I should not do.
Upvotes: 1