Subscribe to the Non-Human & AI Identity Journal

How should healthcare organisations govern shared-use mobile devices safely?

Treat shared devices as governed access endpoints, not just shared hardware. Require explicit sign-out, session reset, device health checks, and clear user attribution at each handoff. The best programmes combine IAM, device management, and workflow design so clinicians can work quickly without leaving access state behind on the device.

Why This Matters for Security Teams

shared mobile device in healthcare are not just convenience tools; they are access endpoints for patient records, medication workflows, messaging, and clinical apps. That means every handoff can preserve or leak identity state if sign-out, token revocation, and local cache clearing are not enforced. Current guidance from the NIST Cybersecurity Framework 2.0 aligns with treating these devices as governed assets, not informal shared hardware.

NHI Management Group research also shows how quickly unmanaged access state becomes a broader risk: the Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs highlights that lifecycle control, revocation, and visibility are where programmes often fail first. On shared devices, the same pattern appears when a nurse, clinician, or contractor picks up a device that still has active sessions, cached tokens, or an unlocked app context from the previous user.

The operational risk is less about the device being shared and more about whether the identity layer is reset at the same speed as the workflow. In practice, many security teams encounter exposure only after a patient record, messaging thread, or ordering function has already been accessed from the wrong session, rather than through intentional access review.

How It Works in Practice

Safe governance starts by separating the device from the user session. A shared tablet or phone should automatically return to a neutral state at handoff: the user signs out, application tokens are revoked or expire quickly, and device-local data is cleared where the app supports it. The aim is to prevent one clinician’s authenticated context from becoming the next clinician’s starting point. That is especially important in environments where staff move rapidly between wards, shifts, and departments.

Healthcare teams usually need three layers working together. First, identity controls define who may access which apps and under what conditions. Second, mobile device management enforces posture checks, OS version minimums, encryption, and remote wipe capability. Third, workflow design ensures the device prompts for user attribution before access begins. The Top 10 NHI Issues is useful here because it reinforces the same principle that applies to shared access state everywhere: if credentials or tokens outlive the task, risk accumulates quickly.

  • Require explicit sign-out at every handoff, not just screen lock or app minimization.
  • Use short-lived sessions so inactivity timeouts match clinical workflow, not default consumer settings.
  • Bind access to device health checks before app launch, especially for managed devices used across shifts.
  • Log user attribution at session start and end so audit trails show who accessed what and when.
  • Prefer app-level controls that revoke tokens on logout instead of relying only on device reboot.

For audit and governance teams, the Ultimate Guide to NHIs — Regulatory and Audit Perspectives is a reminder that evidence matters: shared access must be demonstrable, not assumed. These controls tend to break down when legacy clinical apps do not support proper logout or token revocation because session state remains resident on the device.

Common Variations and Edge Cases

Tighter session control often increases friction for frontline staff, requiring organisations to balance patient-safety speed against the overhead of reauthentication. That tradeoff is real, especially in emergency departments, anaesthesia, and bedside medication administration where delays can affect care delivery.

Best practice is evolving on how much risk can be accepted for “fast return” workflows. Some organisations allow a short re-entry window for the same authenticated user on the same shift, but current guidance suggests this should be paired with strong attribution, rapid timeout, and a visible state reset. Others use shared-device kiosk modes with role-bound access so the device cannot drift into a general-purpose state.

Edge cases also include temporary staff, float pools, and break-glass situations. Those environments need stronger monitoring because device sharing and role turnover are normal, not exceptional. If a device cannot reliably clear application caches or if the EHR app maintains long-lived tokens, then even well-written policy will fail in practice. In those cases, the safer option is often to redesign the workflow around shorter sessions or more capable managed apps rather than layering manual discipline on top of weak technical controls.

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
NIST CSF 2.0 PR.AC-4 Shared-device access must enforce least privilege and authenticated session control.
OWASP Non-Human Identity Top 10 NHI-03 Session reset and token revocation are core to preventing stale shared access.
NIST AI RMF Governance and accountability principles apply to shared clinical access workflows.

Tie each handoff to least-privilege access and verify session state before allowing clinical app use.