By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: OryPublished November 11, 2025

TL;DR: Agentic authentication for AI, smart devices, and IoT is being addressed with new capabilities in open-source Ory Hydra v25.4.0, including Device Authorization Grant support, OAuth 2.1 discovery, and token chain revocation, according to Ory. The security issue is not the presence of automation but the identity lifecycle assumptions behind long-lived, chained, and delegated tokens.


At a glance

What this is: Ory Hydra v25.4.0 focuses on agentic authentication for modern apps and devices by adding controls for device flows, OAuth 2.1 discovery, and token chain revocation.

Why it matters: It matters because IAM teams need to decide how to govern delegated, device-driven, and machine-mediated access without assuming the same login and session patterns used for humans.

👉 Read Ory's post on Hydra v25.4.0 and agentic authentication


Context

Agentic authentication is authentication designed for software-driven devices and assistants that initiate access flows without a human sitting at a browser. The governance gap is that many IAM programmes still assume the authenticating subject is a person, even when the real actor is a device, workload, or AI-mediated client. That mismatch shows up most clearly in device authorization, token chaining, and revocation handling.

Ory's release is a product signal, but the underlying issue is broader than one implementation. As machine-mediated access expands, practitioners need to separate human login design from non-human access lifecycle design, especially where tokens are reused across steps or exchanged between components. This is a familiar NHI problem with a new user experience surface.


Key questions

Q: How should IAM teams govern device authorization flows for AI-enabled and constrained devices?

A: Treat device authorization as a delegated NHI flow, not as a human login variant. Limit which device classes can use it, require explicit approval context, and bind tokens to the shortest feasible privilege and lifetime. The key question is whether the device can be recovered, revoked, and audited independently of the approving user.

Q: Why does token revocation become harder in delegated machine access?

A: Because access is often built from chained credentials rather than a single token. If one refresh path, helper token, or downstream credential is missed, the actor can retain effective access after offboarding or compromise. Teams need revocation logic that understands dependency chains and not just individual bearer tokens.

Q: What should organisations measure to know if non-human authentication is under control?

A: Track whether every non-human flow has a named owner, a defined approval path, a documented expiry, and a tested revocation path. If those four controls cannot be demonstrated for devices, agents, or workloads, the programme is relying on implicit trust rather than governed access.

Q: What is the difference between human SSO governance and agentic authentication governance?

A: Human SSO assumes a person completes a session and then uses that session directly. Agentic authentication often involves a device, controller, or software client that exchanges tokens on behalf of something else, so lifecycle, approval context, and revocation scope all need to be modelled explicitly.


Technical breakdown

Device authorization grant for agentic authentication

The Device Authorization Grant is used when a constrained device or agent cannot complete a normal browser-based login flow. The device starts authentication, the user or controller completes verification on a separate channel, and the device later receives tokens tied to that approval. This pattern is common for smart devices, IoT, and AI-mediated clients that need delegated access without embedding a full browser session.

Practical implication: define which device classes may use device flow and treat every resulting token as a non-human credential with lifecycle controls.

OAuth 2.1 discovery and token chain revocation

OAuth 2.1 discovery helps clients learn supported authorization endpoints and capabilities in a more standardised way. Token chain revocation matters when one token is derived from another, because compromise or offboarding may require invalidating the full chain rather than a single bearer token. That is especially relevant where one access decision fans out into multiple dependent credentials across services or devices.

Practical implication: map which tokens can be revoked independently and which must be revoked as a chain to avoid orphaned access.

Why agentic authentication changes IAM assumptions

Agentic authentication shifts the focus from session login to delegated execution. The identity is not just proving a user once, but enabling repeated access by systems that may act on behalf of people, devices, or workflows. That changes how trust is established, how privileges are scoped, and how recovery works when the underlying device, agent, or linked credential is compromised.

Practical implication: align authentication policy with execution context, not just with the initial sign-in event.


NHI Mgmt Group analysis

Agentic authentication is still NHI governance, not a new identity category. The release addresses a familiar problem: non-human actors need bounded access, discoverable endpoints, and revocable credentials. The difference is that the actor is often a device or software-mediated client rather than a classic service account, so token lifecycle discipline matters as much as the login sequence. Practitioners should treat this as an extension of NHI control design, not a separate programme.

Token chain revocation is the right concept because delegated access rarely fails at a single token. Machine-mediated access often creates derived credentials, helper tokens, and refresh paths that outlive the original context. When one link is compromised or offboarded, the remainder of the chain can preserve access unless revocation is propagated. The practical conclusion is that entitlement review must account for dependency chains, not isolated bearer tokens.

Device flow improves usability only when the trust boundary is explicit. Device Authorization Grant works because it separates the constrained client from the approving controller, but that separation also creates policy ambiguity if teams do not define who is actually authorising what. In IAM terms, the risk is not the flow itself but the assumption that the device and the approving user share the same assurance level. Practitioners need to model the controller, the device, and the exchanged token as distinct trust objects.

Agentic authentication will pressure organisations to unify human and non-human session governance. Many teams still run human SSO, API authentication, and machine credential management as separate disciplines. Releases like this show those boundaries are converging around shared problems such as token revocation, endpoint discovery, and delegated scope. The organisations that cope best will be the ones that manage lifecycle, assurance, and recovery consistently across actor types.

From our research:

  • 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, according to The State of Non-Human Identity Security.
  • Only 1.5 out of 10 organisations are highly confident in their ability to secure NHIs, compared to nearly 1 in 4 for securing human identities.
  • For a broader control view, read The State of Non-Human Identity Security alongside the NHI lifecycle guidance.

What this signals

Agentic authentication will force IAM teams to collapse the gap between login policy and token lifecycle policy. A flow that begins with a device or assistant and ends with downstream API use cannot be governed as a single sign-in event. The operational task is to make approval, issuance, revocation, and audit visible across the full delegated path, not just at the front door.

Identity teams should expect more pressure to treat device and software-mediated clients as first-class identities. Once a token can be delegated, refreshed, and chained, the real control question becomes ownership and offboarding, not only authentication assurance. The teams that prepare now will be able to distinguish a legitimate device journey from an orphaned access path.

With 85% of organisations lacking full visibility into third-party vendors connected via OAuth apps, delegated authentication is already an exposure management issue, not a future architecture debate.


For practitioners

  • Inventory every device and agent flow that uses delegated authentication Identify where device authorization, OAuth discovery, or other delegated flows issue access tokens to smart devices, AI-mediated clients, or constrained workloads. Document which flows depend on human approval, which are fully automated, and where token reuse crosses service boundaries.
  • Define token revocation chains before you need them Map refresh tokens, access tokens, and derived credentials so security and platform teams know which credentials must be revoked together when a device is lost, an agent is retired, or a linked account is compromised.
  • Separate approval context from execution context Treat the approving user, the requesting device, and the downstream service as different trust subjects in policy, logging, and incident response. That distinction is essential when delegated access persists beyond the original sign-in event.
  • Unify human and non-human access review criteria Use the same governance questions for humans, devices, and software-mediated clients: what was granted, for how long, by whom, and what must happen when the original trust condition no longer exists.

Key takeaways

  • Agentic authentication extends familiar NHI problems into device, assistant, and workflow-led access patterns that traditional human IAM assumptions do not fully cover.
  • Token chains and delegated flows create revocation and visibility problems that teams must model explicitly, especially when access outlives the original approval event.
  • Practitioners should govern approval context, token lifetime, and offboarding for non-human clients with the same discipline they expect for high-risk human access.

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

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10The post covers agentic authentication patterns for AI and device-mediated clients.
OWASP Non-Human Identity Top 10NHI-03Token lifecycle and revocation are central NHI governance concerns in this article.
NIST CSF 2.0PR.AC-1The topic concerns identity and access controls for non-human actors.
NIST Zero Trust (SP 800-207)The release aligns with zero trust principles for continuously validated delegated access.
NIST SP 800-63SP 800-63CFederation and token handling are relevant where delegated access is exchanged across systems.

Apply agentic AI controls to delegated access flows and validate token use against approved execution context.


Key terms

  • Agentic Access: Agentic access is delegated system access granted to an AI agent or autonomous workflow so it can perform defined tasks across tools and data sources. It differs from human access because the actor can execute continuously, combine actions quickly, and amplify mistakes at scale.
  • Token Revocation: Token revocation is the ability to invalidate a credential before its natural expiry when it is exposed, misused, or no longer needed. For JWTs and other NHI credentials, revocation closes the gap between detection and continued access, which is essential when a stolen token can otherwise remain usable.
  • Delegated Access: Delegated access is permission granted to one identity to act on behalf of another user, service, or system. In NHI environments, this usually appears in OAuth-connected apps and automation tooling. It is powerful, but it must be tightly scoped and reviewed because it can persist long after the original business need ends.

What's in the full article

Ory's full post covers the operational detail this post intentionally leaves for the source:

  • Implementation context for Hydra v25.4.0's device authorization and OAuth 2.1 discovery support
  • The token revocation handling details that matter when one access grant spawns dependent credentials
  • How the release is positioned for AI, smart devices, and IoT authentication scenarios
  • The product-level release notes and deployment specifics behind the v25.4.0 update

👉 Ory's full post covers the device flow, discovery, and revocation details in more implementation depth.

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 building or maturing an IAM programme, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org