Subscribe to the Non-Human & AI Identity Journal

Who is accountable when a third-party identity causes data exposure?

Accountability sits with the organisation that trusted the identity without sufficient boundaries, not just with the vendor that used it. If a third-party account was over-scoped, persistently trusted, or insufficiently monitored, the governance failure is internal. Frameworks such as NIST CSF and zero trust both expect explicit control over external access.

Why This Matters for Security Teams

When a third-party identity exposes data, the immediate question is not just who clicked or who configured the account. The real issue is whether the organisation created a trust path that allowed external access to persist beyond the business need. That is why NHI governance, explicit boundaries, and continuous review matter as much as the vendor relationship itself. The Ultimate Guide to NHIs shows that 92% of organisations expose NHIs to third parties, which makes this a common control failure rather than an edge case. The OWASP Non-Human Identity Top 10 also frames over-privileged and poorly governed machine access as a recurring risk pattern, not a one-off vendor mistake.

For security teams, accountability usually follows control ownership: if the organisation approved the access, failed to scope it tightly, or did not revoke it when the business purpose ended, the governance gap is internal. Vendors can misuse the access they are given, but they do not own the boundary design, monitoring thresholds, or offboarding process. In practice, many security teams encounter accountability disputes only after a third-party token has already been used to move laterally or extract data, rather than through intentional access review.

How It Works in Practice

The practical answer starts with the identity type itself. Third-party access should be treated as a workload or external service identity, not as a standing human-style account with broad, durable permissions. The organisation needs to decide what the third party is allowed to do, for how long, from which systems, and under what conditions. That means tying access to business purpose, using least privilege, and enforcing revocation when the task ends.

Current guidance suggests three controls matter most. First, separate vendor identity from internal roles so the vendor cannot inherit unnecessary entitlements. Second, make access time-bound and task-bound, with regular revalidation. Third, log and alert on unusual use, because a legitimate third-party identity can still become a data-exfiltration path if it is abused or compromised. This is consistent with the broader NHI guidance in the Top 10 NHI Issues, especially where standing credentials and weak lifecycle controls create avoidable exposure.

  • Require named ownership for every external identity.
  • Use scoped entitlements instead of shared vendor accounts.
  • Set expiry dates and automatic revocation for all third-party access.
  • Review access after contract changes, incident response, or scope changes.
  • Correlate identity logs with data access logs so misuse is visible.

Zero trust adds the operational logic behind this approach: trust is never implicit, even when the identity belongs to a partner. NIST CSF and zero trust both expect explicit control over external access, and that includes verifying the request context, not just the credential. These controls tend to break down when third-party access is embedded in legacy integrations that lack per-identity logging because ownership, scope, and revocation become impossible to prove quickly.

Common Variations and Edge Cases

Tighter third-party controls often increase onboarding time and operational overhead, so organisations must balance vendor agility against containment and auditability. That tradeoff is real, especially for managed service providers, SaaS integrations, and outsourced engineering where access is needed frequently but not always continuously.

There is no universal standard for this yet, but current guidance suggests the same accountability logic still applies in edge cases. If the third party uses a shared platform token, the customer organisation still owns the risk of allowing that token to reach sensitive data. If a subcontractor is involved, the primary vendor may bear contractual responsibility, but the organisation still remains accountable for what it approved and failed to monitor. In high-risk environments, the safest pattern is to treat every external identity as expiring by default and re-authorised only when the business case remains valid.

For deeper context on breach patterns and recurring control failures, review the 52 NHI Breaches Analysis and the broader Ultimate Guide to NHIs. These cases show that third-party exposure usually becomes severe when access outlives the relationship, not when the initial approval was documented.

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
OWASP Non-Human Identity Top 10 NHI-02 Over-scoped third-party identities are a core NHI governance failure.
NIST CSF 2.0 PR.AC-4 External access must be explicitly controlled and reviewed.
NIST Zero Trust (SP 800-207) DE.CM-8 Zero trust requires continuous verification of external identities.

Treat vendor identities as untrusted by default and inspect each request in context.