A university IT department needs to grant student helpdesk assistants the ability to reset user passwords in Microsoft Entra ID. To minimize security risks and ensure compliance with the principle of least privilege, the students must only have the User Administrator role active when they are on shift and actively resolving tickets.
Which Microsoft Entra Privileged Identity Management (PIM) configuration should you recommend for the student accounts?
- AAssign the User Administrator role directly to each student's user account as a permanently active assignment to simplify access.
- BCreate a single shared administrator account for the student helpers and exclude it from Microsoft Entra Conditional Access multi-factor authentication (MFA) policies.
- Configure the student accounts as eligible for the User Administrator role, requiring them to activate the role when starting a shift.Answer
- DAssign the User Administrator role to each student helper's personal account individually at the subscription scope rather than using security groups or Privileged Identity Management.
Answer
Configure the student accounts as eligible for the User Administrator role, requiring them to activate the role when starting a shift.
Configuring the student helper accounts as eligible for the User Administrator role requires them to perform an activation process (which can include MFA verification and justification) to gain administrative access. The role automatically deactivates after their shift, fulfilling the requirement for time-bound access and adhering to the principle of least privilege.
Step-by-Step Solution
Key Concept
Microsoft Entra ID Privileged Identity Management (PIM) enables just-in-time (JIT) and time-bound role activations. Eligible assignments enforce the principle of least privilege by ensuring permissions are only active when requested and authorized.