TL;DR: Claude’s enterprise auth centralizes human login through existing directory groups, but it does not distinguish what an agent did on a person’s behalf or give autonomous agents a separate identity, according to Aembit. The real governance gap is identity attribution and short-lived credential issuance for agent actions, not just connector authentication.
At a glance
What this is: This is a product analysis of Claude enterprise auth and Aembit’s agent-identity approach, with the key finding that human login control does not equal agent-level accountability.
Why it matters: It matters because IAM, PAM, and NHI teams need separate attribution, credential scope, and auditability for agent actions when people and software share delegated access paths.
By the numbers:
- Only 5.7% of organisations have full visibility into their service accounts.
- 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface.
- 92% of organisations expose NHIs to third parties, raising concerns about supply chain security.
👉 Read Aembit's analysis of Claude agent identity, auth, and audit trails
Context
Claude enterprise auth solves human sign-in for connector access, but it does not by itself create a governed identity model for the agent that performs the work. In identity programmes, that distinction matters because authentication, attribution, and authorisation are different control problems, and only the first one is addressed by directory-backed login.
For AI agent governance, the core issue is whether the system can prove which agent acted, under whose authority, with what access, and for how long. That is the same accountability problem IAM teams already face with service accounts and delegated access, but it becomes sharper when an agent can execute actions on a person's behalf or run without human involvement.
Aembit frames the gap as separate agent identity, short-lived credentials, and logging that can reconstruct who or what touched a target system. That is a familiar governance pattern in NHI management, but applied to an AI agent context where standard enterprise auth alone leaves too much ambiguity.
Key questions
Q: How should security teams govern AI agents that can access enterprise systems?
A: Security teams should govern AI agents as non-human identities with explicit ownership, scoped privileges, and continuous monitoring. The control set should include inventory, task-bound credentials, audit trails, and revocation paths. If an agent can call tools or touch production systems, it belongs in the same governance model as service accounts and other machine identities.
Q: What breaks when AI agent actions are logged only under the human user's identity?
A: The audit trail loses actor distinction, which means access reviews cannot prove whether the human or the agent performed the action. That creates a governance blind spot for delegated access, especially when the agent reaches multiple systems or acts repeatedly across a workflow. The result is weak accountability and harder incident response.
Q: How should security teams implement short-lived credentials for AI agents?
A: Start by issuing the smallest workable token lifetime for each agent class, then verify that revocation, refresh, and logging operate across every system the agent can touch. The goal is to reduce blast radius without creating fragile workflows that fail under normal production conditions.
Q: How do gateway controls differ from identity controls in agent access governance?
A: Gateway controls decide where traffic can go, but identity controls decide who or what is authorised to act and under what policy. Both are useful, but only identity controls can preserve accountability, attribution, and reviewability for delegated AI actions. Teams need both layers, not one in place of the other.
Technical breakdown
Enterprise auth vs agent identity in delegated access
Enterprise auth establishes that a human authenticated through the directory, typically via SSO and group membership. It does not automatically create a separate identity for the software entity acting under that user's authority. In practice, that means the audit trail can show who logged in, but not which agent made a downstream decision or call. Once agent actions are blended into a human session, IAM loses the ability to distinguish actor, scope, and accountability at the system boundary.
Practical implication: separate human authentication from agent attribution before delegated access reaches production systems.
Attested runtime identity and short-lived credentials
A runtime-attested identity binds the agent to evidence from the environment it is running in, rather than to a stored secret or static credential. Short-lived, policy-scoped credentials reduce the persistence window of access and limit reuse if a config file or runtime artifact is exposed. This is an NHI control pattern, but it becomes especially important when the agent can act repeatedly or on demand, because standing secrets turn every session into a durable compromise opportunity.
Practical implication: issue credentials at request time and ensure they expire with the task they authorise.
Blended identity and SIEM-grade audit trails
A blended identity model records both the human and the agent in a single access event, giving investigators a complete chain of custody for delegated actions. That matters because access review without dual attribution cannot answer whether the person, the agent, or both were responsible for the action. Forwarding those logs into SIEM closes the loop between access governance and monitoring, which is where delegated AI access becomes operationally manageable rather than opaque.
Practical implication: log agent identity, human sponsor, target system, and policy decision in one record and route it into SIEM.
NHI Mgmt Group analysis
Human login control is not the same as agent governance: Directory-backed enterprise auth can tell you which person entered the system, but it cannot on its own prove what the agent did afterward. That gap matters because delegated AI access creates a second actor inside the session, and IAM controls that collapse the two into one identity lose audit integrity. The practitioner conclusion is simple: authentication without attribution is not enough for agentic access.
Short-lived credential issuance is the right NHI pattern for agent calls: The article points to a familiar structural problem in NHI governance, namely the persistence of credentials beyond the work they authorise. When the credential exists only for the request, the exposure window narrows and the runtime has less reusable material for an attacker to steal. That is the correct control boundary for agent access, whether the agent acts with human sponsorship or autonomously.
Blended identity is a useful governance bridge, but only if the audit model preserves both actors: Combining the agent identity with the human identity gives security teams a coherent record for review and response. Without that dual record, access reviews cannot distinguish delegated action from direct human action, and accountability becomes ambiguous. The practitioner takeaway is that audit design must reflect delegation chains, not just login events.
AI gateway controls and identity controls solve different problems: A gateway can limit where traffic goes, but it does not answer who the actor is or what policy justified the action. Identity governance has to own actor attribution, credential issuance, and reviewability, while network controls handle routing and exposure. Teams that treat those as substitutes will still miss the central question: which identity, with what authority, touched which system?
Named concept: delegated identity attribution gap: The article exposes a governance gap where human authentication exists, but the delegated software actor lacks distinct accountability in the audit trail. That gap is especially dangerous because it hides agent behaviour inside a legitimate human session, which weakens access review, incident reconstruction, and privilege governance. Practitioners should treat delegated identity attribution as a first-class control objective, not an afterthought.
From our research:
- Only 5.7% of organisations have full visibility into their service accounts, according to Ultimate Guide to NHIs.
- 79% of organisations have experienced secrets leaks, and 77% of those incidents caused tangible damage.
- That visibility gap is why Ultimate Guide to NHIs , Lifecycle Processes for Managing NHIs remains the sharper operational reference for delegated access and offboarding.
What this signals
Delegated AI access should now be treated as an identity lifecycle problem, not just an authentication problem. When humans and agents share a workflow, access reviews, offboarding, and audit reconstruction need actor separation or the programme will keep producing incomplete evidence.
Delegated identity attribution gap: teams need a control model that can explain both the sponsor and the executor in a single access event. Without that, SIEM data may still be rich, but governance will remain unable to answer the most basic accountability question.
The practical signal for IAM and NHI teams is that connector security is no longer enough. As AI agents become part of production workflows, the control plane has to preserve short-lived access, runtime identity, and traceable delegation in the same operating model.
For practitioners
- Separate human login from agent attribution Require a distinct agent identity record whenever software acts on behalf of a person, so audit trails can show both the sponsor and the executor. Do not accept a shared session log as sufficient evidence of accountability.
- Issue short-lived, policy-scoped credentials Replace stored secrets in agent runtime and MCP server configs with request-time credentials that expire with the task. That reduces replay risk and removes durable material from places attackers commonly search.
- Log delegation chains into SIEM Capture the agent identity, the human identity behind it, the target system, and the policy decision in a single event record, then forward it to SIEM for review and correlation.
- Review gateway and identity controls separately Use traffic controls to constrain reach, but do not treat them as a substitute for identity governance. Validate that the access layer can explain who acted, not just where the request went.
Key takeaways
- Enterprise auth can prove a human logged in, but it cannot by itself prove which agent acted on that person's behalf.
- Short-lived, policy-scoped credentials are the right control pattern when AI agents need temporary access to systems and tools.
- Delegated AI access only becomes governable when identity, attribution, and audit logging preserve both the human sponsor and the software executor.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | The article focuses on agent identity, delegated access, and tool-use governance. | |
| OWASP Non-Human Identity Top 10 | NHI-01 | Separate identity and access for non-human actors is the core issue here. |
| NIST CSF 2.0 | PR.AC-4 | Least privilege and access enforcement apply to agent delegation and short-lived credentials. |
| NIST SP 800-53 Rev 5 | IA-5 | Credential lifecycle control is central to removing stored secrets from agent runtime. |
| NIST Zero Trust (SP 800-207) | 3.2 | Zero trust requires continuous verification of actor and access context for delegated AI use. |
Verify agent identity and policy context on every call instead of trusting the session after initial authentication.
Key terms
- Delegated Identity: Delegated identity is when one actor acts on behalf of another with explicit permission and bounded authority. In AI-assisted commerce, it requires clear consent, limited scope, and traceable records so the retailer can distinguish authorised delegation from unauthorised automation.
- Runtime Attested Identity: Runtime attested identity is an identity bound to evidence from the environment in which the workload or agent is executing. It reduces reliance on static secrets and gives security teams stronger assurance that the actor presenting credentials is the actor they intended to trust.
- Short-Lived Agent Credential: A time-bounded identity token or access grant used by an AI workflow for a specific task or session. For agent governance, short-lived access reduces standing privilege risk and aligns the identity lifespan with the work actually being performed.
- Blended Identity: Blended identity occurs when an autonomous system acts partly on behalf of a person and partly under its own machine authority. This creates split accountability because one actor may initiate the task while another identity performs the privileged action across different systems.
What's in the full article
Aembit's full post covers the operational detail this analysis intentionally leaves at the control-design level:
- How Claude enterprise auth maps to human login while leaving agent attribution unresolved
- How runtime attestation and blended identity work across human-sponsored and autonomous agent activity
- How short-lived credentials replace stored secrets in agent and MCP runtime paths
- How access logs are structured for SIEM review when both the agent and the human must be visible
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
Published by the NHIMG editorial team on August 28, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org