Subscribe to the Non-Human & AI Identity Journal

What should identity and security teams review when hospitals expand shared mobile programmes?

They should review session timeout behaviour, per-user attribution, contractor access, and whether mobile devices are included in access reviews. Shared programmes fail when they are managed as endpoint deployments only. They need the same lifecycle discipline applied to any other access path that can expose patient data.

Why This Matters for Security Teams

Shared mobile programmes often look like a simple device-management problem, but the security exposure usually sits in identity, session control, and access lifecycle. When a device is shared across clinicians, contractors, or rotating staff, the risk is not just stolen hardware. It is stale sessions, weak user attribution, and access that outlives the person who needed it. That is why identity teams should treat these programmes as a privileged access path, not a fleet-management exception. NIST’s Cybersecurity Framework 2.0 reinforces that governance and access control have to be continuous, not one-time enrollment events. NHIMG research also shows how often access outlives intent: in the Ultimate Guide to NHIs, only 20% of organisations have formal offboarding and API-key revocation processes, a reminder that lifecycle gaps are where operational access becomes security debt. In practice, many security teams discover shared-mobile weaknesses only after a patient-data exposure or audit finding, rather than through intentional access design.

How It Works in Practice

A sound review starts by mapping the shared mobile workflow end to end: who authenticates, how long the session lasts, what happens when the device is handed to another user, and which systems remain reachable after the handoff. Identity teams should verify that authentication is bound to the user, not just the device, and that every session is short-lived enough to prevent one person’s access from becoming the next person’s starting point. That includes checking whether the app re-prompts after inactivity, whether tokens are revoked at logout, and whether privilege is re-established when the user changes.

A practical review usually includes:

  • Session timeout behavior for idle, backgrounded, and re-opened clinical apps.
  • Per-user attribution in logs, reports, and audit trails, including shared-service workflows.
  • Contractor, agency, and rotating-staff access with explicit start and end dates.
  • Whether shared devices are included in periodic access reviews and joiner-mover-leaver processes.
  • Whether high-risk functions require reauthentication or step-up controls before execution.

The review should also distinguish between device trust and user trust. A managed handset can be compliant while the session behind it is still over-privileged. That is why access reviews need to ask not only “is the device approved?” but also “is the user still entitled, and is the entitlement still appropriate for this workflow?” NHIMG’s Top 10 NHI Issues and 52 NHI Breaches Analysis show the same pattern across machine identities: poor lifecycle control and weak revocation create lingering access that attackers and insiders can abuse. These controls tend to break down when the mobile app is built around persistent sign-in tokens and informal shift handoffs, because the identity layer cannot reliably tell one user boundary from the next.

Common Variations and Edge Cases

Tighter session controls often increase clinical friction, so organisations have to balance speed at the bedside against the need to prevent one user’s access from carrying into another’s shift. That tradeoff is especially visible in emergency care, where frequent reauthentication can slow workflows, and in contractor-heavy environments, where identity proofing may be inconsistent. Current guidance suggests the right answer is not to remove controls, but to tune them by risk: shorter sessions for sensitive records, step-up authentication for high-impact actions, and explicit revocation when a device changes hands.

There is no universal standard for how shared mobile programmes should handle all handoff scenarios, but the governance questions are consistent. Do shared devices participate in access recertification? Are exceptions documented and time-bound? Can audit logs identify the actual user at the moment of access, not merely the assigned device? The NIST CSF 2.0 language on governance, identity, and access control is useful here, but implementation details vary by vendor stack and clinical workflow. The key failure mode is assuming Mobile Device Management alone solves the problem. It does not if the application layer still permits persistent sessions, shared credentials, or delayed revocation after role changes, shift transitions, or contract end dates.

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.AA-01 Shared mobile access hinges on reliable identity verification and session-bound attribution.
OWASP Non-Human Identity Top 10 NHI-03 Shared mobile programmes fail when credentials and sessions are not revoked promptly.
NIST AI RMF Governance and accountability principles apply when access paths can expose patient data.

Assign clear ownership for shared-mobile risk and verify access decisions are reviewed as the environment changes.