configurar acceso condicional si es que esta deshabilitada las politicas de seguridad predeterminada. se puede usar plantillas de seguridad y excluir a las cuentas de sistema como la que usas en Azure ad connect. tienen un nombre asi "On-Premises Directory Synchronization Service Account"
How to fix the error "AADSTS50076: Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access
hello I am trying to make a request to obtain the token "https://login.microsoftonline.com/organizations/oauth2/v2.0/token" where I have set all the various fields in the body, such as client_id, scope, username, password, client_secret and grant_type = password. However, I get this error: "AADSTS50076: Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access", I tried to remove multi-factor authentication in Azure, but I noticed that it's not actually enabled, so it's like it's set by default, how can I fix it?
Microsoft Security | Microsoft Entra | Microsoft Entra ID
8 answers
Sort by: Most helpful
-
-
Atul 0 Reputation points
2025-01-02T14:23:27.3766667+00:00 This is indeed a nasty bug and because of this Microsoft Azure kept me me away for three days from subscription that I was given access to. This issue suddenly emerged. When everything was working fine, one fine day I just stopped getting notification to Microsoft Authenticator, without any reason!
Solution is you need your admin (in my case it was my client's admin) to revoke MFA for your user id.
- Admin need to go here: https://portal.azure.com/#home
- Then <Your org>| Users -> Users -> <your username>
- You will see screen something like this ((The screenshot below shows these options disabled but for an Admin it should be enabled)
Here the admin has to click on "Require re-register multifactor authentication" and "Revoke multifactor authentication sessions"
- Ask admin to do this for all directories (with and without subscriptions)
- Once done, try logging in to your Azure account and try to access subscription on https://portal.azure.com#home This time it will run you through wizard as if you are adding Microsoft Authenticator for the first time. Once the wizard is complete you are all set.
This is so bad on the part of Microsoft that they didn't even care to see if authenticator has received or not the notification (verification numbers) they sent to it!
-
David Shinkle 0 Reputation points
2025-05-02T20:20:32.18+00:00 I had to login with my tenant Id to make this go away. Your tenant Id is in the Azure settings and you then pick your subscription.
az login --tenant (guid)