Microsoft Visual Studio account errors on a Microsoft Azure account

I tried to deploy my web application to Microsoft Azure, and when I entered my credentials for my Microsoft account, this error occurred and I could not find a solution for the solution. However, I tried to log in through Microsoft Visual Studio and get the same error message

[Error in TextForm]

We were unable to add the [myemail] user_interaction_required account: one of two conditions was met: 1. The PromptBehavior.Never flag is omitted, but the restriction cannot be fulfilled because user interaction is required. 2. An error occurred during silent web authentication that prevented the HTTP authentication flow from completing in a short amount of time

Error description

Can I find out what details I need to check in order to solve the following error?

Thanks in advance.

+5
source share
4 answers

Try the following:

  • Delete an existing account from Visual Studio
  • Close Visual Studio
  • Open the developer command line
  • Type devenv.exe /resetuserdata
  • Restart Visual Studio
  • Try to enter credentials

Worked for me.

+2
source

In my case, it was because I recently left the company.
They for some reason linked to my personal account in their Azure Active Directory and blocked the account.
I could determine if I was still part of their catalog from the Cote d'Azur, on the right after clicking on the username their catalog was here, among others.
Just contact us to remove the link to my account that looks like if your email address is johndoe@hotmail.com : johndoe_hotmail.com#EST#@tenantname.onmicrosoft.com

0
source

I removed users from the Azure Active Directory group who did not have a subscription, and it works !!

0
source

Try the following:
1. Delete an existing account
2. Reboot
3. Add account

-1
source

All Articles