Subscribe to the Non-Human & AI Identity Journal

Unmanaged Endpoint

A device that the organisation does not fully administer, monitor, or harden under its standard endpoint controls. In practice, this includes personal laptops and shared computers used for corporate access, where local storage, browser state, and device posture may not meet enterprise trust requirements.

Expanded Definition

An unmanaged endpoint is any device used to reach corporate applications without full enterprise administration, posture enforcement, or monitoring. In the NHI context, it matters because the endpoint becomes part of the trust boundary for secrets, browser sessions, and agentic workflows. Definitions vary across vendors on whether partial management, MDM enrollment, or browser-only controls are enough to remove the “unmanaged” label.

The practical distinction is not ownership alone. A company-owned laptop can still behave like an unmanaged endpoint if security agents are disabled, local admin rights persist, or patching and disk encryption are inconsistent. By contrast, a personally owned device may be acceptable in a limited access model if controls such as conditional access, device attestation, and session isolation are enforced in line with NIST Cybersecurity Framework 2.0. The term often intersects with BYOD, shared kiosks, contractor devices, and remote support systems, but it is not synonymous with any one of them.

The most common misapplication is treating “any device with MFA” as managed, which occurs when identity checks are applied while device posture, local storage, and browser state remain outside enterprise control.

Examples and Use Cases

Implementing unmanaged endpoint restrictions rigorously often introduces user friction and support overhead, requiring organisations to weigh access flexibility against the risk of credential theft and data leakage.

  • A contractor signs in from a personal laptop to review API keys. Even with strong authentication, the device may cache tokens, download artifacts, or expose copied secrets, so controls described in the NHI Lifecycle Management Guide become relevant.
  • A shared computer in a hot desk area is used to access a cloud console. The session may be legitimate, but the browser profile, downloads folder, and clipboard history can create residual exposure after logout.
  • An executive device enrolled in a light-touch mobile program is allowed to reach email but not admin portals. That boundary reflects a common compromise between usability and the tighter governance described in Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs.
  • An AI agent operator opens a low-risk dashboard from an unmanaged tablet, but any action that touches secrets or privileged workflows should be blocked or step-up verified, consistent with the identity-centred principles in NIST Cybersecurity Framework 2.0.
  • A remote helpdesk session is initiated from a device that passes MFA but fails posture checks. The issue is not the login itself; it is the inability to trust local state, which often shapes the control choices discussed in Top 10 NHI Issues.

Why It Matters in NHI Security

Unmanaged endpoints are especially dangerous when they are used to view, copy, or create secrets tied to NHIs, service accounts, or agent credentials. Once a secret reaches an endpoint outside enterprise control, the organisation loses visibility into screenshots, downloads, browser memory, cached sessions, and local file remnants. That is why endpoint trust cannot be separated from NHI governance.

NHI Mgmt Group research shows that Ultimate Guide to NHIs — Key Challenges and Risks reports 80% of identity breaches involved compromised non-human identities such as service accounts and API keys. In practice, unmanaged endpoints often become the access path that turns a weak posture into an NHI incident. This aligns with the broader risk picture in Ultimate Guide to NHIs — Regulatory and Audit Perspectives, where auditors look for evidence that access decisions are tied to device trust, not just user identity.

Organisations typically encounter unmanaged endpoint risk only after a token leak, account abuse, or audit finding, at which point the term 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.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC Access control depends on trusted devices, not authentication alone.
NIST Zero Trust (SP 800-207) 3.1 Zero Trust assumes no implicit trust in endpoint posture or location.
OWASP Non-Human Identity Top 10 NHI-01 NHI guidance stresses protecting secrets from exposure on weak client devices.

Treat unmanaged endpoints as untrusted and enforce continuous verification before granting access.