Need help getting past a user verification failed message setting up ASP.Net MVC project
NickName:Mike Henderson Ask DateTime:2014-04-08T03:51:14

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?

Copyright Notice:Content Author:「Mike Henderson」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/22921726/need-help-getting-past-a-user-verification-failed-message-setting-up-asp-net-mvc

More about “Need help getting past a user verification failed message setting up ASP.Net MVC project” related questions

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 me...

Show Detail

User credential verification failed when creating new project in VS2015

I create a new MVC project and Change the Authentication to Work and School accounts. Then I enter my domain like tennant.onmicrosoft.com and hit OK. I then get presented a log in window. I enter the

Show Detail

Membership credential verification failed and ASP.NET MVC3

We have a standard ASP.NET MVC 3 website. From a few days ago some uses cannot login or recover password anymore. When trying to login they get the following error: Login failed. Please correct ...

Show Detail

Adding mvc project to asp.net project

I'm currently in the process of trying to set up my final year project to begin writing but I'm struggling to do so. Basically, I have an existing project that uses asp.net and need to add a new ...

Show Detail

Get path of running assembly from a ClassLibrary Project when the Start Up Project is of type ASP.NET MVC

I'm having trouble getting the assembly running in a Solution. I have a ClassLibrary Project where I have classes with business rules and I need to pick up a specific assembly to execute C # code a...

Show Detail

Android LVL Signature Verification Failed

I am trying to implement the APK Expansion Downloader Library into my application, but I am struggling to get past the LVL verification check. Everytime I run up the application, I get a "Signature

Show Detail

Genymotion: Installation failed with message INSTALL_FAILED_VERIFICATION_FAILURE.

I am running my app on Genymotion emulator, but from past 2-3 days it is showing Installation failed with message INSTALL_FAILED_VERIFICATION_FAILURE. It is possible that this issue is resolved by

Show Detail

Genymotion: Installation failed with message INSTALL_FAILED_VERIFICATION_FAILURE.

I am running my app on Genymotion emulator, but from past 2-3 days it is showing Installation failed with message INSTALL_FAILED_VERIFICATION_FAILURE. It is possible that this issue is resolved by

Show Detail

What is the standard approach for setting up a Visual Studio 2010 solution for ASP.NET MVC 3 project

I am currently working on a ASP.NET MVC 3 project and I am setting up the solution file on VS2010. I am not sure of what is the standard approach. I am using the following approach Company.Dept.D...

Show Detail

Need help setting up MVVM Light ViewModelLocator

As the title says, I need some help setting up my ViewModelLocator. It's a Windows Phone 7 app that uses the Galasoft MVVM Light Toolkit. I have a second page in my app which I need to wire up to ...

Show Detail