Subscribe to the Non-Human & AI Identity Journal

Why do shared devices make access governance harder?

Shared devices weaken the assumption that one device equals one identity and one stable usage pattern. That makes access reviews, anomaly detection, and insider-risk monitoring harder because the same endpoint may support multiple legitimate users and workflows. Governance must therefore rely on contextual evidence, not device ownership alone, to explain what happened and whether it was appropriate.

Why This Matters for Security Teams

Shared devices complicate governance because access controls often assume a stable relationship between a device, a user, and a pattern of behaviour. In reality, kiosks, shift-based workstations, shared tablets, and lab endpoints can host multiple legitimate identities in the same day. That breaks the simplicity of device-based trust and makes it harder to prove who initiated a session, whether the action was expected, and which controls should apply.

This is not just a human identity problem. Shared endpoints also blur the trail for service accounts, API keys, browser-stored tokens, and other secrets that may persist across users if lifecycle controls are weak. NHI Management Group’s Top 10 NHI Issues and Ultimate Guide to NHIs — Key Challenges and Risks both emphasise that governance failures often begin when identity context is detached from where credentials are used. The NIST Cybersecurity Framework 2.0 reinforces the need for stronger contextual evidence rather than assumptions about asset ownership alone. In practice, many security teams encounter misuse of shared access only after an audit exception, suspicious login, or incident investigation has already exposed the gap.

How It Works in Practice

Effective governance on shared devices starts by treating the endpoint as a transient access surface, not a reliable identity anchor. That means separating device trust from identity trust, then proving each action with contextual signals such as authenticated user, time of day, location, application, and session purpose. For NHIs, the same principle applies to workload tokens and secrets: if a shared device can reach them, the organisation needs short-lived access, scoped credentials, and clear revocation logic.

Current guidance suggests combining several controls rather than relying on one:

  • Use per-user authentication before each privileged or sensitive action, even on trusted endpoints.
  • Prefer just-in-time access for elevated rights so standing permissions do not linger across users.
  • Bind secrets and tokens to the smallest possible scope and shortest practical lifetime.
  • Log session-level context, not just device IDs, so investigators can reconstruct who did what.
  • Review shared-device exceptions separately from standard endpoint populations.

For non-human identities, this is where lifecycle discipline matters. The Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs is useful because credential issuance, rotation, and revocation must match how shared environments actually operate. The OWASP Non-Human Identity Top 10 also reflects the risk of over-privileged or poorly governed credentials in environments where endpoint ownership is not a clean control boundary. These controls tend to break down when local admin rights, cached credentials, or persistent browser sessions remain available on the device after the first user logs off.

Common Variations and Edge Cases

Tighter access control on shared devices often increases user friction and operational overhead, so organisations have to balance convenience against auditability. That tradeoff is especially visible in call centres, healthcare stations, manufacturing floors, and lab environments where users rotate quickly and sessions must start fast.

Best practice is evolving, but a few patterns are consistent. Shared devices should not rely on a single sign-in at boot as proof of ongoing trust. Instead, high-risk actions may need step-up authentication, session timeouts, or transaction-level approval. Where browser-based access is used, session isolation and token hygiene are critical because shared caches and saved logins can expose both human and non-human identities. Where service accounts are involved, the safer approach is to remove standing credentials from the endpoint altogether and issue access only when the workflow requires it.

There is also an audit challenge: the same endpoint may be acceptable for one workflow and unacceptable for another. That is why the strongest governance models distinguish device reuse from identity reuse and document both. The 52 NHI Breaches Analysis shows how control gaps compound when credentials persist beyond their intended context, while the Ultimate Guide to NHIs — Regulatory and Audit Perspectives is helpful for explaining evidence requirements to auditors. In practice, shared-device governance becomes weakest when exceptions are informal and no one owns the decision to approve, expire, and revalidate access.

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 Shared devices amplify weak credential rotation and persistence risks.
NIST CSF 2.0 PR.AC-4 Access governance on shared devices depends on stronger access management evidence.
NIST AI RMF Risk governance applies when shared devices obscure accountability and provenance.

Rotate and revoke NHI secrets aggressively on shared endpoints, with per-session scoping and expiry.