Subscribe to the Non-Human & AI Identity Journal
Home Glossary Architecture & Implementation Patterns Shared Mobile Device
Architecture & Implementation Patterns

Shared Mobile Device

← Back to Glossary
By NHI Mgmt Group Updated June 24, 2026 Domain: Architecture & Implementation Patterns

A shared mobile device is an endpoint used by multiple people across different sessions, often in shift-based environments such as healthcare. The security challenge is not ownership but the repeated transition of identity, session state, and access attribution between users.

Expanded Definition

A shared mobile device is not defined by a single owner but by repeated handoffs among users, which makes identity context, session persistence, and attribution the core security concerns. In healthcare, logistics, retail, and field operations, the device may remain the same while the authenticated user changes every shift. That means the security model must ensure that the previous user’s apps, tokens, cached data, and active sessions do not follow the next user.

In NHI and IAM terms, the device becomes a temporary trust container that must be re-bound to a new identity at each transition. This is closely related to session management, credential isolation, and Zero Trust enforcement. The NIST Cybersecurity Framework 2.0 emphasises access control and recovery outcomes, but shared device workflow add operational complexity because identity switching must be reliable under real-world shift pressure. Definitions vary across vendors on whether device enrollment, kiosk mode, or fully managed app containers are sufficient, so the term should be interpreted as an operational pattern rather than a single product category.

The most common misapplication is treating a shared mobile device like a personal phone with occasional profile switching, which occurs when sessions, local storage, and app permissions are not fully reset between users.

Examples and Use Cases

Implementing shared mobile devices rigorously often introduces user-friction and administrative overhead, requiring organisations to weigh clean session separation against faster shift changeovers.

  • A nurse scans in at the start of a shift, opens patient apps, and then the device automatically clears access when the shift ends so the next clinician inherits no prior session state.
  • A warehouse picker signs into a rugged handheld scanner, uses a time-limited access profile, and the device reverts to a neutral state after sign-out.
  • A retail associate uses a shared tablet for inventory checks, while app data and cached credentials are confined to a managed workspace and removed at logout.
  • A field technician authenticates on a shared device, but privileged actions require fresh step-up approval because prior identity context cannot be trusted across users.
  • Shared mobile device lifecycle controls are often discussed alongside secrets handling and offboarding in NHI governance, as seen in the IOS app secrets leakage report, where poor client-side handling can expose residual access.
  • For mobile identity architecture, NIST Cybersecurity Framework 2.0 is a useful anchor for mapping device access, data protection, and recovery expectations across shared endpoints.

Why It Matters in NHI Security

Shared mobile devices matter because they compress many identity transitions into a single endpoint, creating a high-risk environment for credential reuse, session hijacking, and attribution failure. When controls are weak, the next user may inherit application state, push-token access, cached API keys, or active authenticated sessions. That is especially dangerous in environments where the device is used to reach internal apps, patient systems, or operational tools that also depend on non-human identities behind the scenes.

This is where NHI governance becomes operationally real. The same endpoint that holds a human session may also broker access to service accounts, API gateways, or workflows tied to back-end secrets. NHI Mgmt Group notes that NHI Mgmt Group reports 79% of organisations have experienced secrets leaks, with 77% of those incidents causing tangible damage, which makes shared-device leakage more than a convenience issue. The control problem is not just whether a user can sign in, but whether the device can reliably forget the previous identity before the next one arrives. Organisations typically encounter the consequence only after an audit failure, a privacy incident, or an unauthorized action traced to the wrong user, at which point shared mobile device handling becomes operationally unavoidable to address.

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 Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.AAShared devices require reliable identification, authentication, and access control across user handoffs.
NIST Zero Trust (SP 800-207)Zero Trust treats each access request as separate, which fits shared-device session reassignment.
OWASP Non-Human Identity Top 10NHI-02Residual tokens and secrets on shared endpoints map to improper secret management risk.

Re-evaluate trust on every sign-in and avoid carrying forward prior session assumptions.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on June 24, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org