{"id":122835,"date":"2026-07-29T13:37:15","date_gmt":"2026-07-29T13:37:15","guid":{"rendered":"https:\/\/www.europesays.com\/ai\/122835\/"},"modified":"2026-07-29T13:37:15","modified_gmt":"2026-07-29T13:37:15","slug":"ai-agent-authorization-gets-first-patented-three-layer-trust-stack-from-daon","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ai\/122835\/","title":{"rendered":"AI Agent Authorization Gets First Patented Three-Layer Trust Stack From Daon"},"content":{"rendered":"<p>Today, if your organization&#8217;s AI agent makes a payment, changes a user&#8217;s identity credentials, or executes a trade, most enterprise identity infrastructure has no mechanism to stop it \u2014 unless a human manually intervenes before the session begins. Daon&#8217;s third and final agentic AI governance patent, awarded this week, is designed to change that: it <a href=\"https:\/\/itbrief.asia\/story\/daon-wins-patent-for-real-time-ai-agent-authorisation\" rel=\"nofollow noopener\" target=\"_blank\">authorizes or denies each sensitive agent action individually<\/a>, at the exact moment the agent attempts it, rather than relying on broad permissions set at login.<\/p>\n<p>The Fairfax, Virginia-based identity and biometrics company announced the patent this morning, completing what it describes as a three-part commercially patented trust stack for controlling autonomous AI agents. The timing is pointed. A Cloud Security Alliance survey <a href=\"https:\/\/cloudsecurityalliance.org\/press-releases\/2026\/03\/24\/more-than-two-thirds-of-organizations-cannot-clearly-distinguish-ai-agent-from-human-actions\" rel=\"nofollow noopener\" target=\"_blank\">commissioned by Aembit in January 2026<\/a> found that nearly three-quarters of organizations give AI agents more access than their tasks actually require. A separate April 2026 report from Gravitee, an AI agent management platform, found that <a href=\"https:\/\/www.gravitee.io\/state-of-ai-agent-security\" rel=\"nofollow noopener\" target=\"_blank\">enterprise AI agent fleets roughly doubled since December 2025<\/a> while mean monitoring coverage barely moved \u2014 leaving close to half of all deployed agents operating without security oversight or logging.<\/p>\n<p>Why One-Time Authentication Fails for AI Agents<\/p>\n<p>Traditional enterprise software assumes that security happens at login. A user authenticates, establishes a session, and then operates within whatever permissions were granted at that moment. For humans working through a single sequential task, that model is serviceable. For AI agents, it is a structural mismatch.<\/p>\n<p>Unlike a human employee who authenticates once and works step by step, an autonomous agent can plan, branch, run parallel sub-tasks, and call external tools at machine speed \u2014 often without any human approving each individual step. The <a href=\"https:\/\/itbrief.asia\/story\/daon-wins-patent-for-real-time-ai-agent-authorisation\" rel=\"nofollow noopener\" target=\"_blank\">permissions granted at login were designed for the session that follows<\/a>, not for the hundreds of tool calls and API requests an agent might generate during execution. When an agent&#8217;s permissions are set at the session level, even a narrow task delegation effectively hands the agent admin-scale access for the session&#8217;s entire duration.<\/p>\n<p>&#8220;Traditional identity and access management was designed around a human authenticating and then operating within a session,&#8221; said Ralph A. Rodriguez, President and Chief Product Officer at Daon. &#8220;Autonomous agents can plan, branch, parallelize, and invoke tools at machine speed. This requires the control question to become more precise: should this agent be allowed to perform this exact action, against this exact resource, right now?&#8221;<\/p>\n<p>The result of not asking that question is what Orchid Security, a commercial identity governance vendor, has called <a href=\"https:\/\/www.orchid.security\/reports\/the-identity-gap-2026-snapshot-identity-insight-straight-from-the-source\" rel=\"nofollow noopener\" target=\"_blank\">&#8220;identity dark matter&#8221;<\/a>: a growing invisible layer of agents operating with human-scale credentials in spaces that identity infrastructure was never designed to observe. Gartner&#8217;s February 2026 top cybersecurity <a href=\"https:\/\/www.gartner.com\/en\/newsroom\/press-releases\/2026-02-05-gartner-identifies-the-top-cybersecurity-trends-for-2026\" rel=\"nofollow noopener\" target=\"_blank\">trends research identified agentic AI governance and IAM adaptation<\/a> as two of its six defining trends for the year.<\/p>\n<p>How Daon&#8217;s Three-Patent Trust Stack Works<\/p>\n<p>The architecture Daon has built consists of three interlocking layers, each addressed by a separate patent.<\/p>\n<p>The first patent handles principal fidelity \u2014 whether the agent is still faithfully acting for the human principal who authorized it. This is not a trivial check. AI agents can be manipulated through <a href=\"https:\/\/en.wikipedia.org\/wiki\/Prompt_injection\" rel=\"nofollow noopener\" target=\"_blank\">prompt injection attacks<\/a>, where malicious instructions are embedded in content the agent reads \u2014 a webpage, an email, an API response \u2014 causing it to follow those instructions as if they came from a legitimate operator. Prompt injection ranked first on the OWASP GenAI Security Project&#8217;s Top 10 for 2026; an agent that passes initial authentication can still be redirected mid-task by an external attacker. The first patent continuously monitors whether the agent-to-principal relationship remains intact.<\/p>\n<p>The second patent addresses behavioral integrity \u2014 whether the agent and its runtime environment continue to operate within expected parameters. An agent that began a session with legitimate intent can drift or be coerced into behavior outside its sanctioned boundaries as execution proceeds. This layer monitors the agent&#8217;s behavior and its runtime environment as a check on whether the agent is still doing what it was authorized to do.<\/p>\n<p>The third patent \u2014 announced today \u2014 shifts the final enforcement point to the moment of action itself. Rather than relying on either of the prior two checks having been passed at some earlier point in the session, this layer evaluates whether the specific action being attempted right now should be permitted. Every authorized action becomes what Daon calls a <a href=\"https:\/\/itbrief.asia\/story\/daon-wins-patent-for-real-time-ai-agent-authorisation\" rel=\"nofollow noopener\" target=\"_blank\">&#8220;digital permission slip&#8221;<\/a>: cryptographically constrained by action type, resource scope, and a tightly defined time window. Each permission also carries rate and transaction limits, execution-context binding \u2014 meaning the token is invalid if the runtime environment changes \u2014 and session-tied replay protection, which prevents a previously granted permission from being reused by a hijacked or modified agent.<\/p>\n<p>The three layers together answer three connected questions for any AI agent attempting a sensitive action: is this still the agent that the right person authorized? Is it still behaving as expected? And should this specific action be permitted against this specific resource, right now?<\/p>\n<p>&#8220;Agentic AI is unlikely to safely move from experimentation into high-value production environments on intelligence alone,&#8221; said Tom Grissen, CEO of Daon. <a href=\"https:\/\/itbrief.asia\/story\/daon-wins-patent-for-real-time-ai-agent-authorisation\" rel=\"nofollow noopener\" target=\"_blank\">&#8220;It requires identity, policy, containment, and evidence at the moment an agent attempts to act.&#8221;<\/a><\/p>\n<p>What the Architecture Does at the Execution-Context Level<\/p>\n<p>The session-tied replay protection and execution-context binding in Daon&#8217;s third patent deserve specific attention, because they represent the technical departure point from standard enterprise authorization approaches.<\/p>\n<p>In most OAuth 2.0 deployments \u2014 the dominant enterprise identity standard \u2014 access tokens are issued to authorize a session or a scope of access, not a specific action. Once issued, a token is valid until it expires or is revoked, regardless of what the agent does in between. An agent that has been granted a token for &#8220;read customer records and draft a response&#8221; can, depending on how scopes are configured, make many more requests than the task requires without triggering any additional authorization decision.<\/p>\n<p>Daon&#8217;s per-action token model is architecturally closer to the &#8220;capability-based security&#8221; principle formalized by security researchers Saltzer and Schroeder in 1975, and recently revisited by <a href=\"https:\/\/arxiv.org\/abs\/2606.03518\" rel=\"nofollow noopener\" target=\"_blank\">academic researchers building authorization frameworks specifically for agentic AI<\/a>. The core idea: access rights should be tied to a specific action against a specific resource, not to a session or a role. The commercial patent places Daon ahead of both academic proposals and nascent open standards efforts in terms of IP protection, even as NIST&#8217;s <a href=\"https:\/\/www.nccoe.nist.gov\/projects\/software-and-ai-agent-identity-and-authorization\" rel=\"nofollow noopener\" target=\"_blank\">National Cybersecurity Center of Excellence continues developing open guidance<\/a> in the same space.<\/p>\n<p>The practical implementation works as follows: when an agent attempts a sensitive action \u2014 a payment, a credential change, an irreversible API call \u2014 it requests a per-action token rather than simply exercising a pre-granted session permission. The authorization system evaluates the principal-fidelity and behavioral-integrity checks in real time before issuing the token. The token itself is cryptographically bound to the execution context in which the agent is running, meaning it is valid only in that specific runtime environment. If the agent&#8217;s state has been modified by a prompt injection attack or a tool-call interception, the execution context no longer matches the bound token, and the action is denied.<\/p>\n<p>Who Gets the Most Direct Protection<\/p>\n<p>Daon has designed the three-patent architecture for industries that face both the highest agentic AI adoption pressure and the highest regulatory scrutiny: financial services, insurance, healthcare, telecommunications, and the public sector. These sectors handle sensitive records, large financial transactions, and personally identifiable information that regulators scrutinize closely.<\/p>\n<p>The practical use case in regulated environments is a tiered permission model. An agent might proceed with lower-risk read operations \u2014 retrieving account data, drafting a transaction for human review, assembling a compliance report \u2014 under broader standing permissions. But irreversible or high-stakes actions \u2014 executing a payment, changing identity credentials, releasing sensitive personal data, completing a securities trade \u2014 would require a fresh per-action authorization at the moment of attempt, with a narrow scope, a short validity window, and rate limits that prevent bulk execution without human review.<\/p>\n<p>The regulatory context makes this architecture increasingly relevant. The <a href=\"https:\/\/labs.cloudsecurityalliance.org\/research\/csa-research-note-eu-ai-act-high-risk-compliance-deadline-20\/\" rel=\"nofollow noopener\" target=\"_blank\">EU AI Act&#8217;s compliance deadline for high-risk AI systems<\/a> \u2014 which includes many financial and healthcare AI applications \u2014 arrives August 2, four days from now, placing particular emphasis on human oversight mechanisms. The <a href=\"https:\/\/www.nist.gov\/artificial-intelligence\/ai-agent-standards-initiative\" rel=\"nofollow noopener\" target=\"_blank\">NIST AI Agent Standards Initiative, announced in February 2026<\/a>, identified agent governance and authorization as a priority area for standards development. A discussion draft of the Artificial Intelligence Access, Gatekeeper Exchange, and Nondiscriminatory Transfer Act <a href=\"https:\/\/www.warner.senate.gov\/newsroom\/press-releases\/warner-unveils-discussion-draft-of-legislation-to-create-innovative-market-for-secure-artificial-intelligence-agents\" rel=\"nofollow noopener\" target=\"_blank\">released by Senator Mark Warner on June 29, 2026<\/a>, would require NIST to develop open technical standards specifically for agent authentication \u2014 a parallel effort in the same problem space.<\/p>\n<p>How This Fits Into a Crowded Governance Landscape<\/p>\n<p>Daon is not the only organization working on agent authorization. <a href=\"https:\/\/secureauth.com\/solutions\/use-cases\/ai-agent-access\" rel=\"nofollow noopener\" target=\"_blank\">SecureAuth markets per-action authorization for AI agents<\/a> using OAuth 2.1 and the Model Context Protocol; Microsoft&#8217;s Entra Agent ID platform addresses machine identity for agentic systems; and <a href=\"https:\/\/www.techtimes.com\/articles\/321251\/20260722\/yubikey-58-ships-hardware-backed-authorization-ai-agent-workflows.htm\" rel=\"nofollow noopener\" target=\"_blank\">Yubico has integrated hardware-backed role delegation tokens with Delinea&#8217;s authorization infrastructure<\/a> specifically for AI agent governance. The NIST NCCoE&#8217;s concept paper on software and AI agent identity, published in February 2026, drew responses from across the industry.<\/p>\n<p>What distinguishes Daon&#8217;s position is the commercial patent across a complete three-layer architecture, developed through its Daon Labs research division. Daon&#8217;s broader portfolio spans more than 320 patents across biometric authentication, deepfake defense, and digital identity \u2014 and the <a href=\"https:\/\/itbrief.asia\/story\/daon-wins-patent-for-real-time-ai-agent-authorisation\" rel=\"nofollow noopener\" target=\"_blank\">identity assurance expertise is directly relevant here<\/a>, since the first layer of the trust stack (principal fidelity) relies on continuous binding to a verified human identity, not simply to a credential.<\/p>\n<p><a href=\"https:\/\/www.gartner.com\/en\/newsroom\/press-releases\/2025-08-26-gartner-predicts-40-percent-of-enterprise-apps-will-feature-task-specific-ai-agents-by-2026-up-from-less-than-5-percent-in-2025\" rel=\"nofollow noopener\" target=\"_blank\">Gartner has predicted that 40% of enterprise applications will include task-specific AI agents by the end of 2026<\/a>, up from under 5% just two years ago. At that scale, the gap between session-level permissions and per-action control stops being an architectural refinement and becomes a systemic liability. <a href=\"https:\/\/www.darktrace.com\/resource\/the-state-of-ai-cybersecurity-2026\" rel=\"nofollow noopener\" target=\"_blank\">Darktrace&#8217;s 2026 State of AI Cybersecurity report<\/a>, released in February, found that 76% of security professionals are now specifically worried about the security implications of integrating AI agents into their organizations \u2014 and that only 37% of organizations have a formal AI policy in place, a figure that actually declined from the prior year.<\/p>\n<p>&#8220;Our research creates a practical trust stack for safe agentic AI: maintain fidelity to the person, assess integrity of the agent and its runtime, and authorize or constrain each sensitive action,&#8221; <a href=\"https:\/\/itbrief.asia\/story\/daon-wins-patent-for-real-time-ai-agent-authorisation\" rel=\"nofollow noopener\" target=\"_blank\">Rodriguez said<\/a>.<\/p>\n<p>Whether enterprises adopt Daon&#8217;s specific architecture or converge on open standards built around the same principles, the trajectory is clear: deploying an AI agent with a standing session login and relying on a human to catch problems after the fact is no longer a defensible governance posture for organizations that handle sensitive data or irreversible transactions. The question is no longer whether per-action authorization is necessary \u2014 industry research, regulatory deadlines, and documented incidents have settled that \u2014 but which architecture implements it, and who holds the IP.<\/p>\n<p>Frequently Asked QuestionsWhy can&#8217;t traditional enterprise identity systems control what AI agents do?<\/p>\n<p>Standard identity and access management (IAM) was built for human users who authenticate once and then act sequentially. The session-level permissions it grants work adequately when the same human is behind every action. AI agents operate differently: they branch into parallel sub-tasks, invoke external tools dynamically, and can be manipulated mid-session through prompt injection attacks \u2014 where malicious instructions are embedded in content the agent reads. Once an agent&#8217;s instructions have been hijacked, session-level credentials mean the agent still appears authorized while acting for an attacker. <a href=\"https:\/\/itbrief.asia\/story\/daon-wins-patent-for-real-time-ai-agent-authorisation\" rel=\"nofollow noopener\" target=\"_blank\">Per-action authorization closes this gap<\/a> by evaluating whether the specific action should be permitted at the exact moment the agent attempts it, independently of whatever happened earlier in the session.<\/p>\n<p>What specifically happens when an AI agent&#8217;s execution context is compromised?<\/p>\n<p>An agent&#8217;s execution context is the sum of its runtime state: its code, its memory, its tool connections, and the environment it is running in. If a prompt injection attack redirects the agent, or if a tool-call interception modifies what the agent believes its instructions are, the runtime state changes. Daon&#8217;s session-tied execution-context binding <a href=\"https:\/\/itbrief.asia\/story\/daon-wins-patent-for-real-time-ai-agent-authorisation\" rel=\"nofollow noopener\" target=\"_blank\">cryptographically ties each per-action token<\/a> to the specific runtime environment at the moment the authorization was granted. If that environment has changed \u2014 because the agent has been tampered with \u2014 the token becomes invalid, and the action is denied. This is the technical mechanism that distinguishes per-action authorization from simply using shorter-lived OAuth tokens.<\/p>\n<p>Does Daon&#8217;s patent cover the same ground as NIST&#8217;s open standards work, and what does that mean for organizations building their own frameworks?<\/p>\n<p>The <a href=\"https:\/\/www.nccoe.nist.gov\/projects\/software-and-ai-agent-identity-and-authorization\" rel=\"nofollow noopener\" target=\"_blank\">NIST NCCoE&#8217;s concept paper on software and AI agent identity and authorization<\/a>, published in February 2026, covers overlapping conceptual territory \u2014 specifically, the need to move from session-level to action-level authorization for AI agents. Daon&#8217;s commercial patent portfolio and NIST&#8217;s open standards effort can coexist, but enterprises and vendors building their own per-action authorization frameworks should understand the IP landscape Daon&#8217;s patents create. Organizations implementing NIST-aligned open approaches may face questions about whether their architectures overlap with Daon&#8217;s commercial IP. This is an evolving area; the <a href=\"https:\/\/www.nist.gov\/artificial-intelligence\/ai-agent-standards-initiative\" rel=\"nofollow noopener\" target=\"_blank\">NIST AI Agent Standards Initiative&#8217;s<\/a> standards development process is ongoing, and the picture will clarify as that work progresses.<\/p>\n<p>Which types of AI agent actions should require per-action authorization, and which can use standing permissions?<\/p>\n<p>The practical divide follows risk and reversibility. Read operations \u2014 retrieving records, drafting a transaction for human review, generating a report \u2014 typically carry lower risk and can proceed under broader standing permissions. Irreversible or high-consequence actions \u2014 executing a payment, changing a user&#8217;s identity credentials, releasing personally identifiable information, completing a securities trade, or modifying access controls \u2014 are the candidates for per-action authorization with a narrow scope, a short validity window, and rate limits. The guiding principle is the same one behind the Principle of Least Privilege, formalized in computer security since the 1970s: any actor, human or automated, should have access only to what is necessary for the specific task at hand, no more, and no longer than needed.<\/p>\n","protected":false},"excerpt":{"rendered":"Today, if your organization&#8217;s AI agent makes a payment, changes a user&#8217;s identity credentials, or executes a trade,&hellip;\n","protected":false},"author":2,"featured_media":122836,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[4732,61970,405,7537,313,61971,23786,16440,10650],"class_list":["post-122835","post","type-post","status-publish","format-standard","has-post-thumbnail","category-agentic-ai","tag-agentic-ai-security","tag-ai-agent-authorization","tag-ai-agents","tag-artificial-intelligence-agents","tag-cybersecurity","tag-daon","tag-enterprise-ai-governance","tag-identity-and-access-management","tag-zero-trust-security"],"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/122835","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/comments?post=122835"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/122835\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media\/122836"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media?parent=122835"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/categories?post=122835"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/tags?post=122835"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}