Join our Newsletter — 33% off our NHI Course

When should organisations require multi-person approval instead of relying on MFA alone?

Organisations should use multi-person approval for destructive or irreversible actions, especially when a single compromised identity could cause major damage. MFA confirms who is signing in, but it does not stop a malicious actor who controls the account and device from acting alone. Requiring separate approval for backup deletion, restore requests, or disabling authorization adds a stronger control layer.

Why multi-person approval belongs in the control stack

Multi-factor authentication answers a narrow question: did the right principal prove they can log in? Multi-person approval answers a different one: should this high-impact action proceed at all? That distinction matters for destructive operations, irreversible changes, and requests that can alter access, erase evidence, or weaken a control plane. In those cases, the control is about decision authority, not just session authentication.

That is why organisations often add approval for actions like disabling authorisation, deleting backups, changing recovery settings, rotating critical keys, or granting exceptional access. The approval step creates a second, independent judgment point that a single compromised account cannot satisfy on its own. For broader identity and access governance, that same pattern shows up in regulatory and audit perspectives on NHI governance, where control strength comes from process separation as much as from credential checks.

For practitioners, the key question is whether the action has a one-way effect, high blast radius, or a recovery path that is expensive, delayed, or uncertain. If the answer is yes, the organisation should treat MFA as necessary but not sufficient.

Where MFA alone is usually the wrong control boundary

MFA is effective against password theft and many forms of simple account takeover, but it does not stop an attacker who already controls the session, device, or trusted workflow. If the actor can authenticate and then execute the sensitive action directly, MFA has already done its job and the remaining risk is authorisation abuse. Multi-person approval is appropriate when the organisation wants to slow or interrupt that abuse.

The best candidates are actions that are hard to unwind or hard to detect quickly. Examples include deleting backup sets, disabling logging, exporting large volumes of data, approving unusual payment or transfer steps, changing recovery contacts, or removing compensating controls. In those cases, a single approved session is too thin a safeguard because the threat is not just impersonation, it is misuse of legitimate power.

  • Use MFA for sign-in assurance and step-up authentication.
  • Use multi-person approval when the operation itself is the risk, not the login.
  • Require the approver to be independent of the requester and, where possible, of the affected system owner.
  • Prefer approvals on narrowly defined actions with clear thresholds rather than broad, always-on exception paths.

That separation is especially important where organisations manage privileged or high-impact identities, as shown by the Uber breach and the Microsoft Midnight Blizzard breach, both of which show that authenticated access can still be abused when the control objective is broader than login security.

For teams deciding between MFA and approval, the practical test is whether one person should be allowed to both request and complete the action. If the answer is no, approval becomes part of the control boundary.

Risk and Threat Considerations

When destructive or privilege-changing actions sit behind MFA only, the main risk is single-actor compromise: one stolen session, one coerced insider, or one abused admin workflow can create outsized damage. The weaker the rollback path, the stronger the case for a second human checkpoint.

Failure mechanism: MFA authenticates the session, but it does not provide independent authorisation for the resulting action, so an attacker who has already taken over the account can still execute a high-impact request alone.

Impact: Backup destruction, access suppression, or recovery-path tampering can prolong outages, block restoration, destroy evidence, and widen the blast radius of an otherwise containable compromise.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST CSF 2.0, CIS Controls v8, NIST SP 800-63 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-4 — Access Permissions and Authorizations Multi-person approval adds stronger authorization control for high-impact actions.
Recommendation — Require separate approval for destructive or privilege-changing actions.
CIS Controls v8 6.3 — Access Granting and Review Process Approval workflows support controlled granting and exceptional access decisions.
8.2 — Audit Log Management Approval-based controls need durable records for sensitive actions and reviews.
Recommendation — Route exceptional high-risk actions through independent approval. Log the requester, approver, and exact action for every protected request.
NIST SP 800-63 IAL — Identity Assurance Level MFA improves authentication assurance, but sensitive actions may need stronger decision controls.
Recommendation — Use authentication assurance for sign-in, then add approval for high-impact operations.
NIST Zero Trust (SP 800-207) SP 800-207 — Zero Trust Architecture Zero Trust distinguishes authenticated access from continuous authorization of sensitive actions.
Recommendation — Separate authentication from authorization for privileged or irreversible operations.

Practitioner Guidance

What to prioritise: Put multi-person approval on actions where the business cost of a bad decision is higher than the cost of added friction, especially in recovery, destruction, and privilege-escalation paths. Treat “can the action be reversed quickly?” as a deciding question, not an implementation detail.

What to verify: Confirm that the approver is truly independent, that the approval is bound to the exact action, and that the workflow produces a durable audit trail. If approvers can rubber-stamp requests without context, the control is mostly ceremonial.

Practitioner takeaway: Use MFA to verify the actor, but use multi-person approval to verify the decision when a single bad action would be hard to contain or undo.