Subscribe to the Non-Human & AI Identity Journal

What should teams get right about break-glass access for patient data?

Break-glass access should be time-limited, justified, and fully logged so that emergency use remains exceptional and reviewable. If it is treated as a normal permission path, the organisation loses the ability to distinguish urgent clinical override from standing privilege.

Why This Matters for Security Teams

Break-glass access is supposed to preserve patient safety when normal controls would slow urgent care, but it becomes a security problem the moment it looks and behaves like ordinary access. The challenge is not emergency override itself. The challenge is making sure the override is exceptional, narrowly scoped, and reviewable after the fact. That distinction matters because emergency workflows are often the easiest place for privilege creep to hide.

NHI Management Group notes that 97% of NHIs carry excessive privileges, which is a reminder that broad access paths tend to become permanent unless they are actively constrained. In healthcare and adjacent clinical systems, that same pattern can appear in emergency data access, where “temporary” permissions quietly persist. Guidance in the Ultimate Guide to NHIs and the OWASP Non-Human Identity Top 10 both point to the same operational risk: if the organisation cannot distinguish emergency use from standing privilege, it cannot audit, contain, or revoke access with confidence. In practice, many security teams discover this only after a real incident or chart review exposes that “break-glass” has become the default path rather than the exception.

How It Works in Practice

Effective break-glass access starts with a clear purpose: it exists to preserve care continuity when standard authorisation is unavailable or would cause unacceptable delay. That means the workflow should be pre-defined, tightly time-limited, and tied to explicit justification. The emergency event should also be logged in a way that supports both clinical review and security review, including who invoked it, what data was accessed, when the override began and ended, and what follow-up occurred.

Best practice is to pair the emergency path with controls that reduce long-lived privilege exposure. Current guidance suggests using just-in-time elevation, strong step-up authentication, and automatic expiry rather than permanent emergency roles. Where systems support it, policy should be evaluated at request time, not simply inherited from a static role. That approach aligns with modern zero-trust thinking and with the identity governance themes described in the Ultimate Guide to NHIs — Key Challenges and Risks. It also maps cleanly to the intent of OWASP Non-Human Identity Top 10, which emphasizes limiting overexposure and enforcing lifecycle discipline for privileged access.

  • Require a human justification every time break-glass is invoked.
  • Issue access for the shortest workable duration and revoke it automatically.
  • Log the override as a separate event from normal access so it can be reviewed independently.
  • Alert compliance, privacy, or security teams on use, especially for sensitive patient records.
  • Test the workflow regularly so staff do not improvise under pressure.

These controls tend to break down when emergency access is implemented as a static backdoor in legacy EHR environments because the system can no longer enforce time limits, context checks, or meaningful audit separation.

Common Variations and Edge Cases

Tighter break-glass controls often increase operational friction, requiring organisations to balance urgent clinical access against stronger oversight and slower approval paths. That tradeoff is real, especially in emergency departments, after-hours care, and cross-organisation referrals where seconds matter. The right answer is not to remove controls, but to tune them so they remain fast enough for care while still preserving accountability.

One common edge case is delegated emergency access for contractors, on-call specialists, or third-party support staff. These scenarios should not rely on broad shared credentials or standing access. They should use the same principles as other privileged workflows: strong identity proofing, short-lived authorisation, and complete traceability. Another edge case is offline or degraded-system operation, where the review path may be delayed. In those situations, current guidance suggests preserving the event record locally and reconciling it into the central audit trail as soon as service resumes.

There is no universal standard for exactly how long break-glass access should last, because the right TTL depends on clinical context, system design, and governance maturity. What is consistent across guidance from the Ultimate Guide to NHIs — Key Research and Survey Results and the OWASP material is that emergency access must remain exceptional, traceable, and revocable. If it cannot be reviewed after use, it is not really break-glass anymore.

Standards & Framework Alignment

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

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Break-glass access must avoid standing privilege and stale emergency credentials.
NIST CSF 2.0 PR.AC-4 Emergency access still needs least-privilege and controlled authorization.
NIST AI RMF Risk governance applies to safety-critical override workflows with audit requirements.

Document emergency-access risk, assign ownership, and monitor outcomes through formal governance.