Subscribe to the Non-Human & AI Identity Journal

What breaks when vendor credentials are handled like employee passwords?

Vendor credentials lose their governance boundary when they are treated like employee passwords. Access persists beyond the task, offboarding becomes unclear, and audit evidence is weaker because the organisation cannot easily prove who used the credential, when it was used, or why it remained active.

Why This Matters for Security Teams

When vendor access is handled like an employee password, the organisation collapses two very different trust models into one. Employees are governed through onboarding, HR ownership, and predictable lifecycle events. Vendors are task-bound, time-bound, and often accountable to a contract rather than a job role. That difference matters because secrets become durable, shared, and hard to scope once they are managed as if they were human credentials. The result is standing access that outlives the task, weak provenance, and reviews that cannot explain why the credential still exists.

This is exactly the class of problem highlighted in the Ultimate Guide to NHIs — Static vs Dynamic Secrets, where static access patterns create hidden governance debt. The broader evidence is equally clear: the OWASP Non-Human Identity Top 10 treats secret lifecycle, overprivilege, and ownership gaps as core identity risks, not administrative nuisances. In practice, many security teams encounter vendor credential abuse only after an audit failure or an incident response review, rather than through intentional lifecycle management.

How It Works in Practice

Vendor credentials need a lifecycle that matches the engagement, not the person using them. Best practice is evolving toward task-scoped access, short TTLs, explicit ownership, and revocation tied to contract milestones or ticket closure. That means the security team should be able to answer four questions at any moment: who approved the access, what system the vendor is allowed to reach, when the credential expires, and what evidence proves it was used for the authorised purpose. The Guide to the Secret Sprawl Challenge is a useful reminder that unmanaged distribution channels such as email or chat make this harder to prove and easier to abuse.

Operationally, this usually means replacing shared static passwords with stronger patterns such as federated access, just-in-time issuance, or workflow-backed approvals. The identity assertion should come from a named vendor account or workload identity, while the credential itself should be ephemeral and revocable. NIST SP 800-63 Digital Identity Guidelines reinforces the need for identity proofing and authentication assurance, but the control question for vendors is broader than login strength. It is also about separation of duties, evidence retention, and whether the organisation can distinguish a one-time support session from an open-ended administrative entitlement.

  • Assign a unique vendor identity and remove shared passwords wherever possible.
  • Issue access per task, with expiry aligned to the approved work window.
  • Store approval, scope, and revocation evidence in the ticket or change record.
  • Revoke access automatically when the job is complete or the contract ends.

These controls tend to break down when vendor support teams insist on persistent access to many customer environments, because the organisation then inherits someone else’s operational convenience as a security control.

Common Variations and Edge Cases

Tighter vendor access controls often increase operational overhead, requiring organisations to balance responsiveness against assurance. That tradeoff is real: emergency support, managed service providers, and break-glass maintenance can all justify temporary exceptions. The important point is that exceptions should remain exceptional and fully logged. Guidance is clear on the direction of travel, but there is no universal standard for every vendor scenario yet, especially where multiple subcontractors, legacy systems, and shared admin consoles are involved.

One common edge case is the “vendor as quasi-employee” arrangement, where a long-term contractor uses internal systems daily. Even then, current guidance suggests treating the credential as a non-human access boundary rather than as a normal staff password. Another edge case is platform integrations where the vendor is actually a software service, not a person. In those cases, workload identity and secret rotation matter more than human-style account governance. The Cisco Active Directory credentials breach shows why long-lived credentials are especially dangerous once they cross organisational boundaries, while the Guide to the Secret Sprawl Challenge underscores how quickly ownership disappears when secrets are copied into multiple tools and inboxes.

For practitioners, the practical test is simple: if the organisation cannot revoke the access without negotiating with a human at the vendor, the credential is already being governed too much like an employee password and too little like a time-bounded external trust grant.

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 Static vendor passwords create the secret lifecycle risk this control targets.
NIST CSF 2.0 PR.AC-1 Vendor access must be authorized, scoped, and revocable, not treated as permanent staff access.
NIST AI RMF Identity governance must account for dynamic, time-bound access risk across autonomous and external actors.

Document ownership, usage, and revocation evidence for every vendor credential in your AI risk process.