Cover of Identity Governance with Microsoft Entra ID
Microsoft Entra Field Guides

Identity Governance with Microsoft Entra ID

Entitlement management, access reviews, Privileged Identity Management (PIM), and lifecycle workflows, for identity administrators

This is the companion page for Identity Governance with Microsoft Entra ID. If the book is in your hands, start with the placement quiz: it tells you which chapters to read first. The chapter map, the hardest SC-300 questions answered in full, and the topics sitting just outside the book are all on this page.

Get the book on Amazon See where you are

What this guide covers

Microsoft Entra ID Governance is sold as four pillars that work together (Entitlement Management, Access Reviews, Privileged Identity Management, and Lifecycle Workflows), and the Microsoft Learn overview frames them around four tidy questions about who has access to what. What it does not tell you is that licensing decides which of those pillars you can touch, and the boundary between P2 and the Governance add-on is not where most people assume it sits. Lifecycle Workflows never appears at P2 at all. Auto-assignment policies, ML-assisted reviews, and inactive-only review scoping all live behind a separate SKU that itself requires P1 or P2 as a prerequisite. Six add-on products carry an identical feature set and differ only in the service plan they attach to.

The harder lessons show up in a live tenant. When a P2 or Governance license lapses, PIM does not fall back gracefully: eligible assignments are removed outright and time-bound active assignments become permanently active. An access review snapshots membership at start, so a provisioning wave the next day slips past it. A break-glass account is worth nothing if it is the one identity nobody excluded from Conditional Access. This book walks the four pillars as one system and names those failure modes before you hit them, instead of scattering them across dozens of documentation pages.

Every license boundary, service limit, and portal path is grounded against current Microsoft Learn and validated in a live Microsoft 365 E5 lab. You do not need a production directory to follow along; an E5 trial tenant with the Governance add-on trial exercises every pillar in the book.

Chapter map

  1. The Identity Governance Stack, What It Is and Where It Lives
  2. Licensing and Prerequisites, P2, the Governance Add-On, and the Entra Suite
  3. Entitlement Management Foundations, Catalogs, Delegation, and the Resource Model
  4. Building Access Packages, Policies, Approvals, and Lifecycle Settings
  5. Advanced Entitlement Management, Auto-Assignment, Separation of Duties, Connected Organizations, and External Users
  6. Access Reviews, Architecture, Scope, and Configuration
  7. Access Reviews in Practice, Decision Helpers, Privileged Role Reviews, and Access Package Reviews
  8. Privileged Identity Management, Core Concepts, Entra Roles, and Role Settings
  9. PIM for Azure Resource Roles and PIM for Groups
  10. PIM Activation Workflows, Alerts, and Audit History
  11. Break-Glass Emergency Access Accounts
  12. Lifecycle Workflows, Joiner, Mover, and Leaver Automation
  13. Before You Go to Production, Governance Checklist and Identity Secure Score

Appendices: PowerShell and Graph Quick Reference; Build a Lab Tenant; Production Readiness Checklist.

Who it is for

This book is for the administrators and engineers who run Microsoft Entra ID Governance and want the pillars connected rather than listed, for IT pros ramping onto it who need one production-focused reference instead of a scavenger hunt across Learn, and for anyone preparing for the SC-300 exam, whose fourth domain ("Plan and automate identity governance") carries 20 to 25 percent of the score and maps almost exactly onto these chapters.

See where you are

7 questions from this guide's territory (3 easy, 4 medium), with the explanation after each. Nothing is stored and nothing is sent anywhere.

The rest of Microsoft Entra Field Guides

One product per book, a lab appendix in every one, and a companion page like this one for each.

  • Cover of Authentication and Conditional Access with Microsoft Entra ID
    Field guide

    Authentication and Conditional Access with Microsoft Entra ID

    Most sign-in lockouts and silent MFA gaps do not trace to one wrong setting.

  • Cover of Microsoft Entra ID Fundamentals Field Guide
    Field guide

    Microsoft Entra ID Fundamentals Field Guide

    Most Microsoft Entra ID problems are not bugs. They are gaps the portal never warns you about.

  • Cover of Hybrid Identity and Global Secure Access with Microsoft Entra ID
    Field guide

    Hybrid Identity and Global Secure Access with Microsoft Entra ID

    Hybrid identity runs on two planes. Synchronization moves identity objects from Active Directory into Microsoft Entra ID; authentication decides whether a credential is valid at sign-in.

  • Cover of Workload Identities and App Registrations with Microsoft Entra ID
    Field guide

    Workload Identities and App Registrations with Microsoft Entra ID

    The breach rarely starts with a misconfigured Conditional Access policy. It starts with a three-year-old client secret sitting in a public repository, attached to an app nobody remembers registering.

The hard set (4 questions)

The hardest SC-300 questions this guide publishes, none of them repeated from the placement quiz above: the answer first, why every other option is wrong, and the Microsoft Learn page behind it. The practice book for this exam holds the full bank.

You are designing a VerifiedEmployee credential and want to be able to revoke a departed employee's credential later. At issuance time, what must you configure so the credential can be found and revoked afterward, and what is the key limitation?

Correct answer: D. Index exactly one claim in the rules definition; only that claim can be searched, and only credentials issued after the index existed are revocable

Verified ID implements W3C StatusList2021 for revocation. Because Microsoft does not store credential data, the issuer must index exactly one claim (which is salted and hashed) to make credentials searchable. Only one claim can be indexed, and any credentials issued before an index existed cannot be searched or revoked.

Why the other options are wrong:

  • A. allowRevoked is a verifier-side presentation setting that decides whether to accept an already-revoked credential; it does not enable the issuer to revoke.
  • B. Only ONE claim can be indexed per credential, not all of them.
  • C. Verified ID does not store credential data; Key Vault holds the signing keys, not credential attribute values.

Memory hook: To revoke, index ONE claim up front - hashed and searchable, one only.

Microsoft Learn: Issuer revoke

In PIM you create an access review of the Security Administrator Microsoft Entra role. You want reviewers to attest only to users who can elevate into the role via just-in-time access, and you want to exclude anyone who holds the role as a standing (permanent/active) assignment. Which setting achieves this?

Correct answer: C. Assignment type = Eligible assignments only.

When creating a PIM role access review, the Assignment type scope lets you review 'eligible assignments only' (principals who can activate the role, regardless of current activation status), 'active assignments only', or 'all active and eligible assignments'. Choosing eligible assignments only reviews the just-in-time-capable users and excludes standing active assignments.

Why the other options are wrong:

  • A. 'All active and eligible' includes the active standing assignments you want to exclude.
  • B. The inactive-users scope filters by sign-in inactivity, not by eligible-versus-active assignment type.
  • D. 'Active assignments only' reviews standing/activated holders, the opposite of what is wanted.

Memory hook: Eligible = can elevate; Active = standing power.

Microsoft Learn: PIM create roles and resource roles review

An Identity Governance Administrator creates an access package in a catalog for an application. An internal user requests access. The policy is configured with Manager as the first approver and a fallback approver, with a 14-day request window. On day 7, neither the manager nor the fallback approver has responded. What happens to the request if alternate approvers are NOT configured?

Correct answer: B. The request is automatically denied because it was not approved within the 14-day window at expiry.

In Microsoft Entra Entitlement Management, if no approver approves or denies a request within the configured approval period, the request automatically expires and is denied. The user must submit a new request. Alternate approvers can be configured to receive the request after a specified number of days if the primary approvers have not acted, but forwarding to alternate approvers can only begin after the request reaches its half-life (day 7 in a 14-day window) and requires at least a 4-day timeout. Without alternate approvers configured, the request simply expires at day 14 without approval.

Why the other options are wrong:

  • A. There is no automatic escalation to the Identity Governance Administrator when approvers are unresponsive. The request expires unless alternate approvers are configured.
  • C. Forwarding to a second-level manager is an option only when alternate approvers are configured and the 'Second level manager as alternate approver' option is selected. Without alternate approver configuration, no forwarding occurs.
  • D. Entitlement Management does not auto-approve requests when no response is received. Approval requires an explicit approval action from a designated approver.

Memory hook: No approver response = request EXPIRES at the deadline. Auto-deny. Not auto-approve, not escalate - it just runs out of time.

Microsoft Learn: Entitlement management access package create

You enable 'Require approval to activate' on the Global Administrator role in PIM but do not specify any approvers. All Global Administrators and Privileged Role Administrators currently hold eligible (not active) assignments. What is the risk?

Correct answer: C. Because no approvers are specified, active Privileged Role Administrators/Global Administrators become the default approvers - but since all of them are only eligible (none active), no one can approve and the tenant can be locked out; configure specific approvers and emergency access accounts.

When approval is required but no approvers are configured, the default approvers are the active Privileged Role Administrators/Global Administrators. If all of them are only eligible and none are active, there is no one to approve activations, which can lock you out of the tenant. Microsoft recommends configuring specific approvers and maintaining emergency access (break-glass) accounts.

Why the other options are wrong:

  • A. Requiring approval does not auto-approve on justification; a human approver (or default approver) must act.
  • B. PIM lets you enable approval without explicit approvers, which is exactly what creates the lockout risk.
  • D. PIM does not auto-activate eligible admins to approve; eligibility alone cannot approve when all are inactive.

Memory hook: Approval + no approvers + all-eligible admins = lockout; keep break-glass accounts.

Microsoft Learn: PIM change default settings

Exam prep? The SC-300 sampler scores you by topic and points you to the guide behind each miss.

Take the SC-300 sampler Every SC-300 practice question, with explanations