Subscribe to the Non-Human & AI Identity Journal

Step-Up Consent

Step-up consent is a second approval required before a higher-risk action is allowed. For AI agents, it is used when the requested operation exceeds the original consent boundary, such as moving from read-only access to write, delete, or administrative actions.

Expanded Definition

Step-up consent is the secondary approval gate that appears when an AI agent, service account, or other NHI attempts an action outside its original consent boundary. It is most useful when the first approval granted narrow, low-risk access, but the requested operation now affects data, systems, or permissions in a materially different way.

In practice, step-up consent sits between static authorisation and full delegation. A read-only agent may need a fresh approval before writing records, deleting objects, or invoking administrative workflows. That distinction matters because the risk is tied not just to who initiated the action, but to whether the action expands privilege, changes state, or exposes secrets. Industry usage is still evolving, and no single standard governs this yet, so some vendors describe it as progressive authorisation, while others frame it as conditional re-consent. For governance teams, the useful test is simple: does the action exceed the consent already given, and is the higher-risk step auditable? The most common misapplication is treating step-up consent as a UI prompt only, which occurs when the system asks for confirmation without enforcing a real policy change in the backend.

For broader NHI governance context, the Ultimate Guide to NHIs explains why identity scope, rotation, and offboarding must be controlled across the full lifecycle, not just at initial enrolment. From a risk-control perspective, step-up consent is one part of a larger least-privilege model aligned to NIST Cybersecurity Framework 2.0 principles for access governance and protection.

Examples and Use Cases

Implementing step-up consent rigorously often introduces workflow friction, requiring organisations to weigh stronger control over sensitive operations against slower automation and more complex exception handling.

  • An AI agent is allowed to summarise tickets, but must request step-up consent before exporting customer data to an external system.
  • A deployment bot can create draft infrastructure changes, yet it needs re-approval before applying changes that modify network exposure or secrets handling.
  • A service account may read from a dataset by default, but any attempt to write, delete, or trigger administrative rotation requires fresh consent.
  • An MCP-connected agent can call low-risk tools automatically, while tool use that changes permissions should be blocked until step-up consent is granted.
  • A privileged workflow inside a PAM session may still require step-up consent when the action crosses a preapproved scope, such as adding a new NHI to a role group.

These patterns are easier to govern when they are tied to explicit policy, logging, and session context. NHI lifecycle controls in the Ultimate Guide to NHIs show why approval boundaries should match actual privilege, not just a login event. For policy design, the access change itself should be the trigger, which is consistent with NIST Cybersecurity Framework 2.0 guidance on controlled authorisation and monitored execution.

Why It Matters in NHI Security

Step-up consent becomes critical when an automated identity is already trusted enough to operate, but not trusted enough to escalate on its own. Without it, agents can drift from harmless actions into destructive ones, especially when prompts, tool chains, or integrations are chained together without a fresh authorisation checkpoint. That is why consent boundaries must be explicit, time-bound, and tied to the exact action being requested.

The NHI risk is not theoretical. NHI Mgmt Group research shows that Ultimate Guide to NHIs found 97% of NHIs carry excessive privileges, which broadens the blast radius when an agent crosses from read-only access into write or admin activity. Step-up consent helps reduce that exposure by forcing a second decision at the point where harm can occur. It also supports better incident response because the approval trail shows when a higher-risk action was authorised and by whom.

Organisations typically encounter the need for step-up consent only after an agent has already changed data, permissions, or infrastructure unexpectedly, at which point the control becomes operationally unavoidable to address.

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 Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 AGENT-03 Agent tool-use escalation is governed by explicit approval boundaries.
OWASP Non-Human Identity Top 10 NHI-03 Consent boundaries help constrain NHI privilege expansion and misuse.
NIST Zero Trust (SP 800-207) 4.2 Zero Trust requires continuous verification before granting sensitive access.

Require renewed consent before an agent crosses from low-risk to privileged tool actions.