Join our Newsletter — 33% off our NHI Course

Who is accountable when support or engineering impersonation access is used in a customer environment?

Accountability should rest with the organisation that authorises and operates the access, because impersonation is a privileged capability and can look like account takeover from the customer side. The log trail should show who initiated the action, who was impersonated, and why it was allowed. Customers also need visibility so they can review those events in their own security process.

Why This Matters for Security Teams

Impersonation access changes the risk model because a support engineer or operator can act with the customer’s trust while using a privileged workflow that may not look unusual inside the provider’s own environment. That makes accountability a governance issue, not just a logging issue. The operational question is who approved the action, who executed it, and whether the customer had enough visibility to challenge it later.

This is exactly where NHI discipline matters: privileged workflows often rely on service accounts, support tooling, API tokens, or delegated credentials that should be managed like other NHIs. NHIMG’s Ultimate Guide to NHIs notes that only 5.7% of organisations have full visibility into their service accounts, which helps explain why accountability gaps persist after the fact. OWASP’s OWASP Non-Human Identity Top 10 reinforces that machine access needs explicit ownership, lifecycle control, and traceability.

In practice, many security teams encounter accountability disputes only after a customer flags suspicious activity that the provider treated as routine support work.

How It Works in Practice

The accountability model should be simple: the organisation that authorises, instruments, and operates impersonation access remains accountable for its use. A customer may own the protected environment, but the provider or internal engineering team owns the privileged mechanism that enables the action. That means the provider must be able to prove who initiated the session, what identity or tenant was impersonated, what approval path was used, and what evidence supports the business justification.

Current guidance suggests treating impersonation as a controlled privileged workflow rather than a normal helpdesk activity. The session should be tied to a named human operator, a ticket or incident reference, and a short-lived authorisation boundary. Logging should capture both the operator identity and the impersonated subject, because a single identity string is not enough when the action is effectively acting on behalf of someone else. NIST SP 800-53 Rev. 5 supports this style of traceability through audit, access enforcement, and accountability controls, while NHIMG’s 52 NHI Breaches Analysis shows how poor identity provenance and weak operational controls routinely turn privileged access into incident material.

  • Use time-bound approval for each impersonation event, not standing permission.
  • Bind the action to a human operator, a reason code, and a customer or tenant context.
  • Separate the ability to request impersonation from the ability to approve it.
  • Expose event records to the customer in a reviewable format, not just internal SIEM logs.
  • Revoke or disable the access path immediately when the task is complete.

That model aligns with the OWASP Non-Human Identity Top 10 because it reduces ambiguity around ownership and makes privileged machine-mediated access auditable. These controls tend to break down when support teams reuse broad administrative credentials across many tenants because the audit trail can no longer distinguish legitimate impersonation from lateral movement.

Common Variations and Edge Cases

Tighter impersonation controls often increase operational friction, requiring organisations to balance fast support response against evidentiary quality and customer trust. That tradeoff becomes sharper in managed services, incident response, and high-touch enterprise support, where the business wants rapid remediation but the customer still expects clear provenance.

There is no universal standard for this yet, but current guidance suggests a few common patterns. In regulated environments, customers may require pre-approval for certain impersonation classes, especially when the action can expose data, change configuration, or create new access paths. In lower-risk support scenarios, just-in-time elevation may be acceptable if the session is fully recorded and the customer can retrieve the log trail later. For agentic or automated support workflows, the bar is higher: the operator identity is not enough if an AI assistant is driving the action, because the workflow itself may chain tools or escalate beyond the original intent.

That is why NHI governance should extend to delegated access paths, not only passwords and keys. The Ultimate Guide to NHIs — Key Challenges and Risks is clear that visibility and rotation are still weak points across many organisations, and impersonation workflows inherit those weaknesses if they rely on static shared access. In practice, the cleanest boundary is to treat every impersonation event as a privileged, customer-relevant security event, with ownership, justification, and replayable evidence attached.

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, NIST SP 800-53 Rev 5, NIST Zero Trust (SP 800-207) 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-01 Impersonation access is a privileged NHI workflow that needs clear ownership and traceability.
NIST CSF 2.0 PR.AA-01 Accountability depends on knowing who approved and executed privileged access in context.
NIST SP 800-53 Rev 5 AU-2 Impersonation needs audit events that capture who did what and why.
NIST Zero Trust (SP 800-207) AC-6 Zero trust supports least privilege and just-in-time access for support actions.
NIST AI RMF If AI assists support, governance must preserve accountability for tool-driven actions.

Define human accountability for any AI-assisted impersonation workflow and review outputs before execution.