You manage a Microsoft Entra ID tenant. You configure Self-Service Password Reset (SSPR) with the following settings:
* Self-service password reset enabled: All
* Number of methods required to reset: 1
* Methods available to users: Email, Mobile phone
You have two users in the tenant:
* User1: A standard user who has registered their mobile phone number.
* User2: A user assigned the User Administrator directory role who has registered their mobile phone number.
Both users attempt to reset their password using the SSPR portal.
Which of the following describes the outcome of their password reset attempts?
- ABoth User1 and User2 can successfully reset their passwords because the tenant-wide SSPR policy is set to require only one authentication method.
- BUser1 can successfully reset their password. User2 cannot reset their password because the User Administrator role must be mapped to an Azure RBAC subscription role to inherit SSPR settings.
- User1 can successfully reset their password. User2 cannot reset their password because Microsoft Entra ID enforces a two-gate password reset policy for administrator roles.Answer
- DNeither User1 nor User2 can reset their passwords because SSPR requires a dynamic group membership rule to validate registration states.
Answer
User1 can successfully reset their password. User2 cannot reset their password because Microsoft Entra ID enforces a two-gate password reset policy for administrator roles.
The correct answer is that the standard user can reset their password while the administrator cannot. In Microsoft Entra ID, a default two-gate password reset policy is automatically enforced for all administrator roles, regardless of any custom SSPR settings configured in the portal. Since the administrator has only registered one authentication method, they do not meet the two-gate requirement and are blocked from resetting their password. The standard user is subject to the tenant policy and only needs one method.
Step-by-Step Solution
Key Concept
Microsoft Entra ID enforces a default two-gate password reset policy for administrators, which cannot be bypassed by custom tenant-wide SSPR configurations that require fewer methods.
Estimated Time:1m 30s