📋 Microsoft Entra Documentation Changes

Changes for April 21st 2025

Period: April 20th 2025, 12:00 AM to April 21st 2025, 12:00 AM

📚 Historical Report: This report shows documentation changes that occurred during the 24-hour period ending on April 21st 2025.

📊 Summary

4
Total Commits
0
New Files
2
Modified Files
0
Deleted Files
3
Contributors

📝 Modified Documentation Files

+5 / -5 lines changed
Commit: fixed spelling
Changes:
Before
After
---
title: How to postpone enforcement for a tenant where users are unable to sign in after rollout of mandatory multifactor authentication (MFA) requirement for the the Azure portal, Microsoft Entra admin center, or Microsoft Intune admin center
description: A script to postpone enforcement for a tenant where users are unable to sign in after rollout of mandatory MFA requirement for the the Azure portal, Microsoft Entra admin center, or Microsoft Intune admin center
ms.service: entra-id
ms.subservice: authentication
ms.topic: conceptual
---
# How to postpone enforcement for a tenant where users are unable to sign in after rollout of mandatory MFA requirement
 
Users might not be able to sign into the Azure portal, Microsoft Entra admin center or Microsoft Intune admin center if they have trouble using their MFA method after the mandatory requirement to use MFA is rolled out to their tenant.
If users are unable to sign in, you can run the following script as a Global Administrator to temporarily postpone the MFA enforcement for your tenant.
 
 
The script takes the following actions:
 
- The script picks the user's tenant if they have one, or presents a list of tenants for them to choose from. Optionally, the script asks for the date of enforcement. The default date is September 30th, 2025.
- Logs the user into that tenant.
- Gets the relevant authentication tokens.
- Checks if user has elevated access. If not, the script does the elevation.
---
title: How to postpone enforcement for a tenant where users are unable to sign in after rollout of mandatory multifactor authentication (MFA) requirement for the Azure portal, Microsoft Entra admin center, or Microsoft Intune admin center
description: A script to postpone enforcement for a tenant where users are unable to sign in after rollout of mandatory MFA requirement for the Azure portal, Microsoft Entra admin center, or Microsoft Intune admin center
ms.service: entra-id
ms.subservice: authentication
ms.topic: conceptual
---
# How to postpone enforcement for a tenant where users are unable to sign in after rollout of mandatory MFA requirement
 
Users might not be able to sign into the Azure portal, Microsoft Entra admin center, or Microsoft Intune admin center if they have trouble using their MFA method after the mandatory requirement to use MFA is rolled out to their tenant.
If users are unable to sign in, you can run the following script as a Global Administrator to temporarily postpone the MFA enforcement for your tenant.
 
 
The script takes the following actions:
 
- Picks the user's tenant if they have one, or presents a list of tenants for them to choose from. Optionally, the script asks for the date of enforcement. The default date is September 30, 2025.
- Logs the user into that tenant.
- Gets the relevant authentication tokens.
- Checks if user has elevated access. If not, the script does the elevation.
+1 / -1 lines changed
Commit: fixed spelling
Changes:
Before
After
 
### Client libraries
 
The OAuth 2.0 Resource Owner Password Credentials (ROPC) token grant flow is incompatible with MFA. After MFA is enabled in your Microsoft Entra tenant, ROPC-based APIs used in your applications throw exceptions. For more information abot how to migrate from ROPC-based APIs in [Microsoft Authentication Libraries (MSAL)](/entra/msal/), see [How to migrate away from ROPC](/entra/identity-platform/v2-oauth-ropc#how-to-migrate-away-from-ropc). For language-specific MSAL guidance, see the following tabs.
 
### [.NET](#tab/dotnet)
 
 
### Client libraries
 
The OAuth 2.0 Resource Owner Password Credentials (ROPC) token grant flow is incompatible with MFA. After MFA is enabled in your Microsoft Entra tenant, ROPC-based APIs used in your applications throw exceptions. For more information about how to migrate from ROPC-based APIs in [Microsoft Authentication Libraries (MSAL)](/entra/msal/), see [How to migrate away from ROPC](/entra/identity-platform/v2-oauth-ropc#how-to-migrate-away-from-ropc). For language-specific MSAL guidance, see the following tabs.
 
### [.NET](#tab/dotnet)