Most engineers think…
Most people stop at 'turn on MFA and Conditional Access and you're secure'. That misses the two biggest identity risks: admins who hold powerful roles 24/7, and accounts that are quietly compromised.
Real identity security in Entra is three more services working together. Privileged Identity Management (PIM) removes standing admin by making roles eligible — you activate just-in-time, with MFA, a justification, optional approval and an auto-expiring time limit. Identity Protection scores user risk and sign-in risk from real detections and feeds them to risk-based Conditional Access for automatic remediation. ID Governance (access reviews, entitlement management access packages, lifecycle workflows) keeps access correct over time. Knowing how these three fit is what separates a 'we have MFA' answer from a real identity-security answer in an interview.
① The problem — standing admin and compromised logins
Two identity risks survive even after you deploy MFA and Conditional Access. First, standing privilege: if ten people are permanent Global Admins, that is ten accounts an attacker can target, any hour of any day, with full control. Second, compromised accounts: credentials leak, tokens get stolen, and a 'normal' login is actually an attacker.
Microsoft answers both. PIM shrinks standing privilege by making admin roles eligible rather than active. Identity Protection spots the compromised account and triggers remediation. And ID Governance makes sure access does not just pile up forever. These all need a Microsoft Entra ID P2 or Entra ID Governance licence.
Why is standing privileged access a problem even with MFA enabled?
② Privileged Identity Management — just-in-time admin
The core PIM idea is one word: eligible. An active assignment means the user always has the role. An eligible assignment means they can hold it but must activate it when needed — that is just-in-time (JIT) access. There is no difference in the power of the role; the difference is that an eligible admin does not carry it around all day.
What activation can demand
When an eligible user activates a role, PIM can require MFA, a typed justification, and approval from a designated approver. The activation is time-bound (commonly 1–8 hours) and then auto-expires — no cleanup needed. PIM alerts and writes an audit log for every activation, and you can make assignments themselves time-bound with start/end dates. The interview line: PIM converts permanent admin into temporary, approved, audited, expiring admin.
A role the user CAN hold but must activate just-in-time. Same power as active — but not standing, so far less attack surface.
The act of switching on an eligible role: MFA + justification + (optional) approval, time-bound, auto-expiring, fully audited.
User risk = the account may be compromised (e.g. leaked credentials). Sign-in risk = this login looks malicious (e.g. atypical travel).
A scheduled check asking owners or users 'still need this?' — can auto-remove access nobody confirms, keeping entitlements tidy.
Make daily admins eligible in PIM, but keep at least two emergency 'break-glass' accounts as permanent active and excluded from risk policies. If a misconfiguration or outage blocks activation, those accounts let you back in. Store their credentials securely and monitor them closely.
What does an 'eligible' PIM role assignment mean?
③ Identity Protection — risk and risk-based remediation
Identity Protection answers 'is this identity in trouble?' with two risk scores. User risk = probability the account is compromised (e.g. leaked credentials). Sign-in risk = probability this particular login is malicious (e.g. atypical travel, anonymous IP, password spray, anomalous token). Each fires at a risk level — low, medium or high.
The power move is feeding those levels into risk-based Conditional Access. Microsoft's recommended pattern: require MFA when sign-in risk is medium or high, and require a secure password change / risk remediation when user risk is high. The best part is self-remediation — a legitimate user passes MFA or changes their password and clears their own risk, no admin ticket. Investigate from three reports: risk detections, risky sign-ins and risky users.
They are different scores. User risk is about the account being compromised (leaked credentials → require a secure password change). Sign-in risk is about one suspicious login (atypical travel → require MFA). Blur them in an interview and you'll give the wrong remediation. Map: sign-in risk → MFA; user risk → password change.
▶ Watch an admin get just-in-time access — then a risky sign-in get caught
How PIM activation and Identity Protection play out end-to-end. Press Play for the healthy path, then Break it to see the classic failure.
Identity Protection flags a user's sign-in as medium risk (unfamiliar location). Per Microsoft's recommended pattern, what should a risk-based policy do?
④ Entra ID Governance — keeping access right over time
Granting access is easy; keeping it correct is the hard part. ID Governance has three tools. Access reviews ask owners or users on a schedule 'does this person still need this?' and can auto-remove access if no one confirms. Entitlement management bundles groups, apps and SharePoint sites into access packages kept in catalogs, with request-and-approve workflows and expiry built in.
Joiner, mover, leaver
Lifecycle workflows automate the joiner-mover-leaver (JML) cycle: on a hire date, generate a temporary access pass and add the new joiner to groups; on a department move, adjust access; on the leave date, disable the account, strip licences and remove group and access-package assignments. Automated leaver offboarding is the single biggest win — it closes the 'ex-employee still has access' gap. ID Governance answers four audit questions: who has access, what they do with it, who controls it, and can an auditor prove it.
Priya, an IT admin at a Pune fintech, faces this
An auditor finds three former contractors still have active access to a customer-data app, and four staff are permanent Global Admins 'just in case'.
Access was granted manually and never expired; admin roles were assigned as standing 'active', and there is no offboarding automation.
Entra admin center shows permanent Global Admin assignments in PIM and stale assignments with no review history in the app's group.
Entra ID ▸ Identity Governance ▸ PIM (roles) + Access reviews + Lifecycle workflowsConvert the daily admins to PIM eligible (activate JIT with MFA + approval), bundle the app into an access package with expiry, schedule a quarterly access review, and add a leaver lifecycle workflow to strip access on the leave date.
Re-run the review: the three contractors are auto-removed, Global Admin shows zero standing assignments outside break-glass, and the next leaver is offboarded automatically.
Never tell an auditor 'access should be fine'. Show the access review results, the access-package approval trail, and the PIM activation audit log — who activated which role, when, with what justification. That evidence answers compliance questions without guessing.
An employee left the company two months ago but still has access to a finance app. Which ID Governance feature most directly prevents this?
🤖 Ask the AI Tutor
Tap any question — instant, scoped to this lesson. No login, no waiting.
Pre-curated from vendor docs + community Q&A, scoped to this lesson. For a live prod issue, paste your export into chat.techclick.in.
📝 Wrap-up assessment — six more
You've answered 4 inline. Six left. 70% (7 of 10) marks the lesson complete on your profile. Tap Submit all answers at the end.
🧠 In your own words
Type one line: why is making an admin role 'eligible' in PIM safer than leaving it 'active'? Then compare with the expert version.
🗣 Teach a friend
Best way to lock it in — explain it in one line to a teammate. Tap to generate a paste-ready summary.
📖 Glossary
- Privileged Identity Management (PIM)
- Entra service that provides just-in-time, time-bound, approval-based activation of privileged roles to remove standing admin.
- Eligible vs active assignment
- Eligible = the user must activate the role just-in-time; active = the role is always on. Same power, different persistence.
- Just-in-time (JIT) activation
- Granting privileged access only when needed, for a limited window, after MFA, justification and optional approval — then auto-expiring.
- User risk
- Identity Protection score for how likely the account is compromised (e.g. leaked credentials, always High).
- Sign-in risk
- Identity Protection score for how likely a specific login is malicious (e.g. atypical travel, anonymous IP, password spray).
- Risk-based Conditional Access
- A policy that uses the user/sign-in risk level to require MFA or a password change, enabling self-remediation.
- Access review
- A scheduled recertification asking owners or users whether access is still needed, with optional auto-removal.
- Entitlement management / access package
- Bundles of groups, apps and sites (in catalogs) that users request, get approved for, and that expire automatically.
- Lifecycle workflows
- Automation of joiner-mover-leaver tasks — onboarding credentials, group changes, and offboarding that strips access on the leave date.
📚 Sources
- Microsoft Learn — What is Microsoft Entra Privileged Identity Management? (overview, terminology: eligible/active, JIT). learn.microsoft.com/entra/id-governance/privileged-identity-management/pim-configure
- Microsoft Learn — Plan a Privileged Identity Management deployment (activation: MFA, approval, justification, time-bound, alerts, audit). learn.microsoft.com/entra/id-governance/privileged-identity-management/pim-deployment-plan
- Microsoft Learn — What is Microsoft Entra ID Protection? (risk detections, risky users/sign-ins reports). learn.microsoft.com/entra/id-protection/overview-identity-protection
- Microsoft Learn — Risk-based access policies & Configure and enable risk policies (user vs sign-in risk, recommended remediation). learn.microsoft.com/entra/id-protection/concept-identity-protection-policies
- Microsoft Learn — What are risk detections? / Risk levels (leaked credentials, atypical travel, password spray; low/medium/high). learn.microsoft.com/entra/id-protection/concept-identity-protection-risks
- Microsoft Learn — What is Microsoft Entra ID Governance? (access reviews, entitlement management access packages, lifecycle workflows). learn.microsoft.com/entra/id-governance/identity-governance-overview
What's next?
Got privilege and risk under control? PIM and Identity Protection lean on the everyday access layer — go deep next on Conditional Access policies and MFA, where risk signals turn into the actual grant/block/MFA decision at sign-in.