Mike Henderson
Mike Henderson

Reputation: 1317

Need help getting past a user verification failed message setting up ASP.Net MVC project

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:

  1. In VS 2013 Web Express, select New ASP.Net Web Application
  2. Select MVC Template
  3. Click change authentication button
  4. Select Organizational Accounts option
  5. Fill out form and click
  6. A window pops up asking to verify password of my MS account

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

Answers (1)

Mike Henderson
Mike Henderson

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

Related Questions