What it is
The MFA & Conditional-Access Rollout Plan is a phased project plan for putting multi-factor authentication and conditional access in front of remote access — designed to reach enforcement without locking out your help desk, your executives, or yourself. It's structured as five phases over roughly eight weeks: foundation and registration, audit/report-only, pilot enforcement, broad enforcement in rings, and steady state. Each phase has concrete actions, and the plan is opinionated about sequencing because the order is what prevents lockout: register everyone before enforcing anything, run report-only to surface edge cases, enforce on IT first, then expand by ring.
Beyond the phases, the plan includes a factor-strength comparison — ranking FIDO2/passkeys and certificates (phishing-resistant) above authenticator push with number-matching, above TOTP, above SMS/voice (last resort) — with guidance on where each fits and its trade-offs. It also covers the operational guardrails that make or break a rollout: break-glass accounts (2+ emergency admins excluded from policy, credentials vaulted, sign-in alerted, tested quarterly), service-account handling (move to managed identities or certificate auth, never blanket-exempt), time-boxed temporary bypass, user comms, a help-desk identity-proofing script so social engineering can't undo your MFA, and adoption metrics as go/no-go gates.
It's built for the failure modes everyone hits: a service account that breaks when MFA flips on, an exec who can't enroll the day before a board meeting, a help-desk reset path that becomes the new attack vector. By running report-only before enforcement and rolling out in rings with comms ahead of each wave, the plan turns 'we enabled MFA and broke everything' into a controlled, reversible sequence. It pairs with the zero-trust checklist (which calls for MFA) and the policy template (which mandates it).
What it's used for
MFA is the single highest-leverage control on remote access, but a careless rollout causes lockouts that erode trust and get the project paused. Teams use this plan to get to enforcement safely:
- ✓ Running an MFA project from inventory to enforcement on a realistic eight-week timeline, with each phase gated by adoption metrics rather than a calendar deadline.
- ✓ Choosing the right factor mix — phishing-resistant FIDO2/passkeys for admins and high-risk apps, push with number-matching for most users, SMS only as last resort — using the built-in comparison.
- ✓ Building conditional-access policies in report-only mode first to surface service accounts, legacy clients, and edge cases before they become lockout tickets.
- ✓ Standing up and sealing break-glass accounts so an MFA or IdP problem can never lock every administrator out at once.
- ✓ Handling service accounts correctly — moving them to managed identities or certificate auth instead of blanket-exempting them and leaving a hole.
- ✓ Defining a help-desk reset and identity-proofing runbook so the support path you create for lockouts doesn't become the social-engineering bypass.
- ✓ Rolling enforcement out in rings with comms ahead of each wave, tightening last to require phishing-resistant factors for admins and to block remote access from non-compliant devices.
Who uses it
An MFA rollout spans identity, security, the help desk, and end-user comms. The plan assigns work to each and keeps them sequenced.
Context & good to know
MFA is the control with the best return on remote access because stolen credentials are the most common way in, and a second factor makes a stolen password far less useful. But MFA projects have a reputation for pain, and that reputation is earned by skipping the boring phases — flipping enforcement on globally without registration, without report-only, and without break-glass. The result is predictable: locked-out admins, broken service accounts, and a help desk buried in reset tickets. This plan exists to make the rollout uneventful.
The order of operations is the whole game. Registration before enforcement means people already have factors enrolled when the policy turns on. Report-only before pilot means you see every 'would have been blocked' event — the service accounts, the legacy auth clients, the edge cases — while they're still harmless. Enforcing on IT and security first means the people who hit problems are the ones who can diagnose and fix them. Rings with comms ahead of each wave mean no group is surprised. Each step de-risks the next.
Two technical decisions carry outsized weight. The first is factor strength: SMS is better than nothing but vulnerable to SIM-swap and phishing relay, so it can't be the standard for accounts that reach sensitive systems — phishing-resistant FIDO2/passkeys or certificates belong on admins and high-risk apps. The second is the gap between 'enabled' and 'enforced': MFA that's switched on but optional isn't a control. The plan's report-only-to-enforcement path is specifically about closing that gap deliberately and verifiably.
Break-glass and service accounts are where rollouts quietly create new risk. Break-glass accounts are your escape hatch if MFA or the IdP itself fails — they must exist, be sealed, be alerted on, and be tested quarterly. Service accounts that can't do interactive MFA must move to managed identities or certificate auth, never be dumped into a permanent exemption group that grows forever. And the help-desk reset path is a control surface: if a caller can talk their way into an MFA reset, your MFA is only as strong as the support script. The plan addresses all three explicitly, which is what separates a rollout that holds up from one that has a hole punched through it on day one.