Subscribe to the Non-Human & AI Identity Journal

What breaks when organisations govern access but not interaction?

They can approve the session while still allowing the sensitive action. That means a user or workflow may be authenticated correctly but still copy confidential data into an AI tool, upload restricted files, or bypass expected handling rules. The control gap is behavioural, not just permission-based.

Why This Matters for Security Teams

Governance that stops at authentication or entitlement review leaves a blind spot at the moment work actually happens. An approved session can still become a harmful one if the actor is allowed to copy data into an AI tool, move files into an unapproved workflow, or trigger downstream actions that were never part of the intended use case. That is why behavioural controls matter as much as access controls.

This gap is increasingly visible in NHI-heavy environments, where service accounts, API keys, and agentic workflows can act faster and more broadly than people. NHI Management Group notes that Ultimate Guide to NHIs documents how often secrets and privileges are already overextended, which means interaction-level abuse can become a fast path to exposure. The NIST Cybersecurity Framework 2.0 reinforces that protection is not only about who is logged in, but also about whether the activity itself is controlled and monitored.

In practice, many security teams encounter the damage only after sensitive data has already crossed into an approved-but-uncontrolled tool path, rather than through intentional policy design.

How It Works in Practice

Access governance answers a narrow question: should this identity be allowed into this system? Interaction governance asks a deeper one: what is this identity allowed to do inside the system, with which data, and under what conditions? That distinction matters because a user, NHI, or AI agent can be authenticated correctly and still perform unsafe actions.

For human and machine identities alike, current guidance suggests combining identity checks with runtime policy enforcement. The OWASP Non-Human Identity Top 10 is useful here because it frames the risks of overly broad privileges, credential misuse, and weak lifecycle control. In parallel, 52 NHI Breaches Analysis shows how failures usually compound: a valid identity, a permissive tool chain, and weak limits on what can be read, moved, or executed.

  • Use policy at the point of action, not only at login. That means inspecting the request, the data classification, the destination, and the current context.
  • Apply least privilege to the interaction itself. A session may be legitimate while a copy, export, upload, or tool invocation is not.
  • Log and review behavioural events, not just access events, so anomalous movement of sensitive data can be detected.
  • For autonomous workloads, prefer short-lived credentials and task-scoped permissions so the allowed action set expires quickly.

Where this becomes real is in AI assistants, integration bots, and service workflows that chain tools together. The actor may never look suspicious at the login layer, yet still violate handling rules by moving restricted content into a model, a ticketing system, or a downstream API. These controls tend to break down when organisations rely on coarse RBAC alone because RBAC cannot express the risk of a specific interaction at request time.

Common Variations and Edge Cases

Tighter interaction controls often increase operational overhead, requiring organisations to balance data protection against workflow friction. That tradeoff is especially visible when legitimate automation needs broad access for short periods, but the business still expects strict handling rules.

There is no universal standard for this yet, but best practice is evolving toward context-aware authorisation, content-aware DLP, and policy-as-code enforced at runtime. NHI Management Group’s Lifecycle Processes for Managing NHIs is relevant because interaction controls fail if identities are not also rotated, retired, and reviewed on a lifecycle basis. The Ultimate Guide to NHIs also highlights how missing visibility makes it hard to know which workflow actually touched the data.

Edge cases include regulated workloads that must preserve auditability, agentic systems that can route around a blocked action by using another tool, and third-party integrations where the organisation controls only half the path. In those environments, governing access without governing interaction creates false confidence because the request may be permitted while the outcome remains unacceptable.

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 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Addresses overprivileged secrets and weak lifecycle control behind unsafe access.
OWASP Agentic AI Top 10 Interaction-level control is essential when agents can act beyond static access rules.
NIST CSF 2.0 PR.AC-4 Least-privilege access must extend to what a session can do, not only where it can enter.

Map permissions to actual actions and review them against business-critical workflows.