<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 4.0.5) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-aravind-oauth-decision-subject-00" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="decision-subject">Decision-Subject Representation for Agent Authorization</title>

    <author initials="A. A." surname="Aravind" fullname="Anivar A. Aravind">
      <organization>Independent Researcher</organization>
      <address>
        <email>ping@anivar.net</email>
        <uri>https://anivar.net</uri>
      </address>
    </author>

    <date year="2026" month="July" day="19"/>

    <area>sec</area>
    <workgroup>Web Authorization Protocol</workgroup>
    <keyword>agent</keyword> <keyword>audit</keyword> <keyword>JWT</keyword>

    <abstract>


<?line 56?>

<t>This document defines <spanx style="verb">dsub</spanx>, an <bcp14>OPTIONAL</bcp14>, descriptive claim naming the <strong>decision subject</strong>, the
party an automated agent's action is taken <em>upon</em>, as distinct from the acting agent (<spanx style="verb">act</spanx>) and the
delegating principal (<spanx style="verb">sub</spanx>). Its purpose is <strong>audit legibility</strong>: letting a record name the party a
decision concerns, which is the precondition for that record ever being made legible to them. The
claim is privacy-minimizing by construction and is NOT an input to the authorization decision; a
Policy Decision Point <bcp14>MUST</bcp14> ignore it. This document defines representation only.</t>



    </abstract>

    <note title="About This Document" removeInRFC="true">
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-aravind-oauth-decision-subject/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Web Authorization Protocol Working Group mailing list (<eref target="mailto:oauth@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/oauth/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/oauth/"/>.
      </t>
    </note>


  </front>

  <middle>


<?line 65?>

<section anchor="introduction"><name>Introduction</name>

<t><xref target="RFC8693"/> and the agent-authorization profiles built on it model <em>who acts</em> (<spanx style="verb">act</spanx>) and <em>who
delegated</em> (<spanx style="verb">sub</spanx>, <xref target="RFC7519"/>). A growing class of agent actions are decisions made <em>about</em> a third
party who is neither the agent nor the delegator, and in the bystander case not the owner of the
resource the action touches either. For these there is no way to name the party the action
concerns; the concrete consequence is that an audit record cannot be addressed to it.</t>

<t>The gap is practical, not merely theoretical. In guardianship and delegated-operation cases, where one
person operates a wallet that holds credentials for others, the presentation names the credential
subject, but no independent record, one that records what was disclosed on their behalf, is
addressed to the represented party. More generally, any pipeline that records denials, rankings, or
eligibility outcomes as successful operator outputs leaves the party the outcome landed on unnamed.
<strong>The party the record most concerns is often the party the record leaves out.</strong></t>

<t>Legal and institutional systems sometimes know that party (liability clauses, remedy schedules).
Technology-layer records frequently do not. This document supplies a minimal name for the role so
that technology-layer records can carry it.</t>

<t>This document is orthogonal to the actor/principal work, not a correction of it: the Actor Profile
describes the acting chain; <spanx style="verb">dsub</spanx> names the object of the action. Where the decision subject is the
delegating principal (an agent acting on the user's own resources), <spanx style="verb">dsub</spanx> is absent. Naming <em>who
operated</em> is a distinct companion gap, addressed in the separate operator-of-record draft <xref target="OPR"/>.</t>

</section>
<section anchor="terminology"><name>Terminology</name>

<t><list style="symbols">
  <t><strong>Decision subject</strong> (<spanx style="verb">dsub</spanx>): the party an action is taken <em>upon</em> (sometimes called the
<em>affected party</em> in accountability literature). The wire claim is <spanx style="verb">dsub</spanx>.</t>
  <t><strong>Delegating principal</strong> (<spanx style="verb">sub</spanx>, <xref target="RFC7519"/> / <xref target="RFC8693"/>).</t>
  <t><strong>Agent / actor</strong> (<spanx style="verb">act</spanx>, <xref target="RFC8693"/>).</t>
  <t><strong>Resource</strong> / <strong>resource owner</strong> (<xref target="RFC9396"/> / AuthZEN).</t>
  <t><strong>Decision-subject handle</strong>: a pseudonymous, purpose-bound reference to the decision subject
(<xref target="privacy"></xref>).</t>
  <t><strong>Auditor</strong>: the reader of audit records (Section 4 of <xref target="I-D.kuehlewind-audit-architecture"/>);
<spanx style="verb">dsub</spanx> is written for this reader.</t>
</list></t>

<t><strong>Not the authorization subject.</strong> In OAuth (<spanx style="verb">sub</spanx>), AuthZEN <xref target="AuthZEN"/>, and XACML, "subject" is
the party <em>making or authorized for</em> a request: the acting side. The decision subject is the party
a request is <em>about</em>. In the AuthZEN encoding (<xref target="syntax"></xref>) the authorization subject is the agent
and the decision subject appears only under <spanx style="verb">context</spanx>; a reader who maps "decision subject" onto the
authorization subject has inverted the role. More broadly, the decision subject is an <strong>independent
role, defined by the decision and its consequence</strong> rather than by credential contents,
authorization, or data processing: it may coincide with the credential subject, the delegating
principal, or the resource owner in the simple case (a party acting on itself), and remains a
distinct semantic role in every case, though the claim is omitted on the wire whenever that party
is already named by <spanx style="verb">sub</spanx> or the resource (<xref target="applies"></xref>).</t>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

</section>
<section anchor="applies"><name>When <spanx style="verb">dsub</spanx> applies (and when it MUST be omitted)</name>

<ul empty="true"><li>
  <t><spanx style="verb">dsub</spanx> <bcp14>MUST</bcp14> be omitted when the decision subject is the delegating principal (<spanx style="verb">sub</spanx>) OR is already
identifiable as the owner of the named resource. It <bcp14>MUST</bcp14> be included ONLY when a <strong>distinct third
party</strong> is the subject of the action or decision.</t>
</li></ul>

<texttable>
      <ttcol align='left'>The party you mean is...</ttcol>
      <ttcol align='left'>Name it with...</ttcol>
      <ttcol align='left'>Already in the request?</ttcol>
      <c>the object the action reads/writes</c>
      <c><spanx style="verb">resource</spanx> (<xref target="RFC9396"/> / AuthZEN)</c>
      <c>yes</c>
      <c>the controller/owner of that object</c>
      <c>dereference from <spanx style="verb">resource</spanx></c>
      <c>yes</c>
      <c>the human the decision is <strong>about</strong>, who may own nothing</c>
      <c><strong><spanx style="verb">dsub</spanx></strong></c>
      <c><strong>no (the gap)</strong></c>
</texttable>

<t><strong>Worked example (bystander).</strong> An agent posts a statement <em>about Carol</em> on <em>Dave's</em> timeline, on
behalf of user <em>U</em>. <spanx style="verb">sub</spanx> = U; <spanx style="verb">resource</spanx> = Dave's timeline; owner = Dave; <spanx style="verb">dsub</spanx> = <strong>Carol</strong>,
neither the resource nor its owner. Without <spanx style="verb">dsub</spanx>, Carol is unnameable on the record.</t>

<t><strong>Worked example (eligibility).</strong> An agent screens applicant <em>A</em> for product <em>P</em> on behalf of
lender <em>L</em>. <spanx style="verb">sub</spanx> = L; <spanx style="verb">resource</spanx> = P (or the application object); <spanx style="verb">dsub</spanx> = <strong>A</strong>. The decision is
<em>about</em> A even when A never holds a token in the exchange.</t>

<t>In every case where the subject coincides with <spanx style="verb">sub</spanx> or the resource owner, <spanx style="verb">dsub</spanx> adds nothing and
<bcp14>MUST</bcp14> be omitted, which is what keeps it from being the resource owner, re-labelled.</t>

</section>
<section anchor="descriptive"><name>The claim is descriptive, not authorizing</name>

<t>A Policy Decision Point <bcp14>MUST</bcp14> ignore <spanx style="verb">dsub</spanx> when rendering allow/deny. The claim carries no authority
and grants none; its sole function is <strong>audit legibility</strong>: naming the party a decision is about.
<spanx style="verb">dsub</spanx> adds a role to the <em>record</em> without adding any path to privilege.</t>

<t>Readership is bound to the Auditor role. <spanx style="verb">dsub</spanx> is written to appear in audit records and, at most,
in the decision-time context an Auditor later reads, never as a decision input. Deployments that
key authorization on <spanx style="verb">dsub</spanx> are non-conformant with this document.</t>

</section>
<section anchor="container"><name>Container (which record carries it, and why not the access token)</name>

<t>The decision subject is determined <strong>per action</strong>. An OAuth <strong>access token</strong> is per-session, minted
before target selection, and flows to a party that is not the subject: the wrong container on
timing and privacy grounds. This document does <strong>not</strong> define <spanx style="verb">dsub</spanx> as an access-token claim.</t>

<t>Conformant containers, in preference order:</t>

<t><list style="numbers" type="1">
  <t><strong>Audit records (PRIMARY).</strong> A SCITT signed statement / COSE Receipt (<xref target="RFC9943"/> /
<xref target="RFC9942"/>), or a typed record under <xref target="I-D.kuehlewind-audit-architecture"/>. Integrity from the
signature over the statement.</t>
  <t><strong>AuthZEN evaluation-context attribute (<bcp14>RECOMMENDED</bcp14> for live PEPs).</strong> Carried as
<spanx style="verb">context.decision_subject</spanx>, the single AuthZEN context key defined for this claim (a
JWT-encoded context uses the registered name <spanx style="verb">dsub</spanx>), recorded by
the PDP shell without being passed to the decision engine.</t>
  <t><strong>Transaction token (<bcp14>OPTIONAL</bcp14>).</strong> <xref target="I-D.ietf-oauth-transaction-tokens"/> (per-action container).</t>
</list></t>

</section>
<section anchor="privacy"><name>Privacy considerations (design premise, not a footnote)</name>

<t>The decision subject is frequently a data subject not party to the exchange. Data minimization is
the design premise:</t>

<t><list style="numbers" type="1">
  <t>The handle <bcp14>MUST</bcp14> be a pseudonymous, purpose-bound reference. It <bcp14>MUST NOT</bcp14> be a re-identifiable
global identifier (no raw email, national ID number, account number, or stable cross-context
subject identifier).</t>
  <t>It <bcp14>SHOULD</bcp14> be a per-purpose pairwise pseudonym, so the same natural person is not linkable across
purposes or deployments without authorized resolution.</t>
  <t>It <bcp14>SHOULD</bcp14> be resolvable only by parties authorized to act on the subject's behalf. Resolution
itself is out of scope (<xref target="non-goals"></xref>).</t>
  <t><strong>Addressability is not visibility.</strong> The role is defined to be <em>invocable by the party against
the record</em>, not <em>legible on the artefact</em>. Where publishing the marker itself would cause harm,
the record carries only the pseudonymous handle and routes any resolution through governed
back-end attributes.</t>
</list></t>

<t>This document enables <em>expression</em> of a role often already present in unstructured form. It does not
authorize any new collection of personal data.</t>

</section>
<section anchor="security"><name>Security considerations</name>

<t>Because the claim is non-authorizing (<xref target="descriptive"></xref>), a forged <spanx style="verb">dsub</spanx> cannot escalate privilege.
Integrity derives from the signature over its container.</t>

<t><list style="symbols">
  <t>An <strong>unsigned</strong> <spanx style="verb">dsub</spanx> <bcp14>MUST NOT</bcp14> be trusted to identify or address a party.</t>
  <t>The residual risk is mis-addressing, bounded by the handle's resolution authority (out of scope).</t>
  <t>Implementations that strip <spanx style="verb">dsub</spanx> (or <spanx style="verb">context.decision_subject</spanx>) from the evaluation input before
the decision engine runs are conformant with <xref target="descriptive"></xref> by construction.</t>
</list></t>

</section>
<section anchor="non-goals"><name>Non-goals</name>

<t>This document does NOT define:</t>

<t><list style="symbols">
  <t>remedy or adjudication;</t>
  <t>consent or its capture;</t>
  <t>any obligation owed to the decision subject;</t>
  <t><strong>reachability / a resolution mechanism</strong> for the handle (deferred to a resolver draft);</t>
  <t>a requestable-denial / escalation / contestation mechanism (subject-side challenge / ARAP domain);</t>
  <t>a transport binding;</t>
  <t>mandatory presence of the claim;</t>
  <t>use as an authorization input;</t>
  <t>any new personal-data collection.</t>
</list></t>

<t>Naming is the precondition for later reachability work. It is not that work.</t>

</section>
<section anchor="syntax"><name>Claim syntax</name>

<t><spanx style="verb">dsub</spanx> is a decision-subject reference, or an array of them (an action <bcp14>MAY</bcp14> concern several
subjects). A reference is either:</t>

<t><list style="symbols">
  <t>a <strong>string</strong>, a bare pseudonymous handle; or</t>
  <t>an <strong>object</strong> with:
  <list style="symbols">
      <t><spanx style="verb">handle</spanx> (string, <bcp14>REQUIRED</bcp14>)</t>
      <t><spanx style="verb">scheme</spanx> (string, <bcp14>OPTIONAL</bcp14>): handle namespace / resolution scheme</t>
      <t><spanx style="verb">purpose</spanx> (string, <bcp14>OPTIONAL</bcp14>): purpose binding for pairwise isolation</t>
    </list></t>
</list></t>

<t>No endpoint, URI, or contact field is defined here (deferred addressability work). Absent a distinct
third-party subject (<xref target="applies"></xref>), <spanx style="verb">dsub</spanx> is omitted.</t>

<t><strong>AuthZEN evaluation-context encoding (<bcp14>RECOMMENDED</bcp14>):</strong></t>

<figure><sourcecode type="json"><![CDATA[
{
  "subject":  { "type": "Agent", "id": "agent-7f3a" },
  "action":   { "name": "Screen" },
  "resource": { "type": "Application", "id": "app-42" },
  "context":  {
    "decision_subject": {
      "handle": "ppid:9c1e...a4",
      "scheme": "pairwise-sha256",
      "purpose": "eligibility-audit"
    }
  }
}
]]></sourcecode></figure>

<t><strong>JWT / SCITT-style signed statement encoding:</strong></t>

<figure><sourcecode type="json"><![CDATA[
{
  "iss": "https://issuer.example",
  "iat": 1751000000,
  "sub": "lender-L",
  "act": { "sub": "agent-7f3a" },
  "dsub": {
    "handle": "ppid:9c1e...a4",
    "scheme": "pairwise-sha256",
    "purpose": "eligibility-audit"
  }
}
]]></sourcecode></figure>

</section>
<section anchor="relationship"><name>Relationship to existing mechanisms</name>

<t><list style="symbols">
  <t><strong><xref target="RFC8693"/> (<spanx style="verb">act</spanx> / <spanx style="verb">sub</spanx> / <spanx style="verb">may_act</spanx>).</strong> Names the actor and the delegating principal. <spanx style="verb">dsub</spanx>
adds an orthogonal role: the party acted <em>upon</em>. No semantic overlap.</t>
  <t><strong>Actor Profile <xref target="I-D.mcguinness-oauth-actor-profile"/>.</strong> Classifies the actor's identity/type;
<spanx style="verb">dsub</spanx> is the object of the action, not the actor. They compose.</t>
  <t><strong>ARAP <xref target="ARAP"/> (OpenID AuthZEN Access Request and Approval Profile).</strong> Access Request Endpoint +
approver routing; a denial stays a denial. <spanx style="verb">dsub</spanx> names a party and supplies no mechanism. A
future subject-side challenge profile that makes notice/correction reachable by the subject would
reference <spanx style="verb">dsub</spanx>.</t>
  <t><strong>Transaction tokens <xref target="I-D.ietf-oauth-transaction-tokens"/>; SCITT (<xref target="RFC9943"/> / <xref target="RFC9942"/>).</strong>
Conformant per-action / signed containers giving <spanx style="verb">dsub</spanx> its integrity.</t>
  <t><strong>Attenuating agent tokens <xref target="I-D.niyikiza-oauth-attenuating-agent-tokens"/>.</strong> Omits <spanx style="verb">sub</spanx>;
<spanx style="verb">dsub</spanx> remains independently expressible.</t>
  <t><strong>Audit architecture <xref target="I-D.kuehlewind-audit-architecture"/>.</strong> Typed Auditor-facing records;
subject legibility remains an open gap that <spanx style="verb">dsub</spanx> unblocks by naming the party.</t>
  <t><strong>EMILIA Protocol (EP) + cross-org delegation mapping (WIMSE, Jul 2026).</strong> The EP drafts
(<xref target="I-D.schrock-human-authorization-binding"/>, <xref target="I-D.schrock-ep-action-evidence-graph"/>,
<xref target="I-D.schrock-ep-authority-introduction"/>), mapped in
<xref target="I-D.rampalli-cross-org-delegation-mapping"/>, bind evidence to the action digest and the named
principal and hold that <em>verified</em> and <em>accepted</em> are separate results; <strong>neither implies
sufficiency</strong>. <spanx style="verb">dsub</spanx> is orthogonal: it names the party a decision is <em>about</em> (a role EP does not
model) and composes with, rather than competes with, that evidence-sufficiency work.</t>
  <t><strong>CAEP <spanx style="verb">reason_admin</spanx> / <spanx style="verb">reason_user</spanx> (signed SETs, <xref target="RFC8417"/>).</strong> Precedent that
an integrity-protected party-facing surface belongs in a signed record.</t>
  <t><strong>Operator of record <xref target="OPR"/> (companion).</strong> Marks <em>who operated</em>; independent of, and composes
with, <spanx style="verb">dsub</spanx>.</t>
</list></t>

</section>
<section anchor="alternatives"><name>Considered alternatives</name>

<texttable>
      <ttcol align='left'>Alternative</ttcol>
      <ttcol align='left'>Why it does not cover dsub</ttcol>
      <c><xref target="RFC9396"/> <spanx style="verb">authorization_details</spanx> (RAR)</c>
      <c>An <em>authorization</em> construct; contradicts <xref target="descriptive"></xref>; targets the resource, not a bystander subject.</c>
      <c>A nested / second <spanx style="verb">sub</spanx></c>
      <c><spanx style="verb">sub</spanx> is the delegating principal (<xref target="RFC7519"/> / <xref target="RFC8693"/>); overloading it reintroduces authorization semantics.</c>
      <c><spanx style="verb">resource</spanx> indicator (<xref target="RFC8707"/>) / AuthZEN <spanx style="verb">resource</spanx></c>
      <c>Names the object acted on, not the human the decision is about.</c>
      <c>A private / vendor claim</c>
      <c>No cross-boundary interop; the reason to register one descriptive claim.</c>
      <c>W3C VC <spanx style="verb">credentialSubject</spanx> (<xref target="VCDM20"/>)</c>
      <c>Scopes what a credential <em>asserts</em> and presents; says nothing about a decision made using it, or made without any credential. May be the same party as <spanx style="verb">dsub</spanx>, or not: <spanx style="verb">dsub</spanx> names the party a decision <em>lands on</em>, who may present nothing.</c>
      <c>"Data subject" (GDPR Art. 4)</c>
      <c>A legal role keyed to personal-data <em>processing</em>. <spanx style="verb">dsub</spanx> is a protocol role keyed to a <em>decision and its consequence</em>, not data processing; putting the legal term on the wire would import a regulatory model this claim does not assert.</c>
</texttable>

</section>
<section anchor="iana"><name>IANA considerations</name>

<t>This document requests registration of one entry in the JSON Web Token Claims registry established by
<xref target="RFC7519"/>. The registration policy for that registry is Specification Required (Section 10.1 of
<xref target="RFC7519"/>). Registration proceeds through a three-week review on the jwt-reg-review@ietf.org list.</t>

<texttable>
      <ttcol align='left'>Claim Name</ttcol>
      <ttcol align='left'>Claim Description</ttcol>
      <ttcol align='left'>Change Controller</ttcol>
      <ttcol align='left'>Specification Document(s)</ttcol>
      <c><spanx style="verb">dsub</spanx></c>
      <c>Decision Subject: the party an action or decision is taken upon; descriptive, non-authorizing.</c>
      <c>Anivar A. Aravind (ping@anivar.net)</c>
      <c>This document</c>
</texttable>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC8693">
  <front>
    <title>OAuth 2.0 Token Exchange</title>
    <author fullname="M. Jones" initials="M." surname="Jones"/>
    <author fullname="A. Nadalin" initials="A." surname="Nadalin"/>
    <author fullname="B. Campbell" initials="B." role="editor" surname="Campbell"/>
    <author fullname="J. Bradley" initials="J." surname="Bradley"/>
    <author fullname="C. Mortimore" initials="C." surname="Mortimore"/>
    <date month="January" year="2020"/>
    <abstract>
      <t>This specification defines a protocol for an HTTP- and JSON-based Security Token Service (STS) by defining how to request and obtain security tokens from OAuth 2.0 authorization servers, including security tokens employing impersonation and delegation.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8693"/>
  <seriesInfo name="DOI" value="10.17487/RFC8693"/>
</reference>
<reference anchor="RFC7519">
  <front>
    <title>JSON Web Token (JWT)</title>
    <author fullname="M. Jones" initials="M." surname="Jones"/>
    <author fullname="J. Bradley" initials="J." surname="Bradley"/>
    <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
    <date month="May" year="2015"/>
    <abstract>
      <t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7519"/>
  <seriesInfo name="DOI" value="10.17487/RFC7519"/>
</reference>
<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>
<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>



    </references>

    <references title='Informative References' anchor="sec-informative-references">

<reference anchor="OPR" >
  <front>
    <title>Operator-of-Record: an Origination Marker for Agent-Operated Presentations and Decisions</title>
    <author initials="A. A." surname="Aravind" fullname="Anivar A. Aravind">
      <organization>Independent Researcher</organization>
    </author>
    <date year="2026"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-aravind-oauth-operator-of-record-00"/>
</reference>
<reference anchor="VCDM20" target="https://www.w3.org/TR/vc-data-model-2.0/">
  <front>
    <title>Verifiable Credentials Data Model v2.0</title>
    <author >
      <organization>World Wide Web Consortium</organization>
    </author>
    <date year="2025" month="May" day="15"/>
  </front>
</reference>
<reference anchor="AuthZEN" target="https://openid.net/specs/authorization-api-1_0-final.html">
  <front>
    <title>Authorization API 1.0</title>
    <author >
      <organization>OpenID Foundation</organization>
    </author>
    <date year="2026" month="January" day="11"/>
  </front>
</reference>
<reference anchor="ARAP" target="https://openid.net/specs/authzen-access-request-approval-profile-1_0.html">
  <front>
    <title>OpenID AuthZEN Access Request and Approval Profile 1.0</title>
    <author >
      <organization>OpenID Foundation</organization>
    </author>
    <date year="2026" month="July" day="17"/>
  </front>
</reference>


<reference anchor="RFC9396">
  <front>
    <title>OAuth 2.0 Rich Authorization Requests</title>
    <author fullname="T. Lodderstedt" initials="T." surname="Lodderstedt"/>
    <author fullname="J. Richer" initials="J." surname="Richer"/>
    <author fullname="B. Campbell" initials="B." surname="Campbell"/>
    <date month="May" year="2023"/>
    <abstract>
      <t>This document specifies a new parameter authorization_details that is used to carry fine-grained authorization data in OAuth messages.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9396"/>
  <seriesInfo name="DOI" value="10.17487/RFC9396"/>
</reference>

<reference anchor="I-D.kuehlewind-audit-architecture">
   <front>
      <title>An Architecture for Auditing AI Agent Delegation and Interactions</title>
      <author fullname="Mirja Kühlewind" initials="M." surname="Kühlewind">
         <organization>Ericsson</organization>
      </author>
      <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
         <organization>Fraunhofer SIT</organization>
      </author>
      <date day="18" month="May" year="2026"/>
      <abstract>
	 <t>   This document describes an architecture for auditing of agent-driven
   interactions on the Internet.  Autonomous and semi-autonomous
   software agents, including those based on artificial intelligence,
   increasingly act on behalf of users, organizations, and services.
   Existing auditing mechanisms often capture isolated system events but
   do not consistently represent delegation relationships, user intent,
   or evolving authorization.  In agent-driven systems, auditability
   requires linking intent, delegation, authorization, and execution.
   The proposed architecture enables this through distributed audit
   record generation, propagation of audit context, optional
   attestation, and additonal logging for transparency.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-kuehlewind-audit-architecture-00"/>
   
</reference>
<reference anchor="RFC9943">
  <front>
    <title>An Architecture for Trustworthy and Transparent Digital Supply Chains</title>
    <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
    <author fullname="A. Delignat-Lavaud" initials="A." surname="Delignat-Lavaud"/>
    <author fullname="C. Fournet" initials="C." surname="Fournet"/>
    <author fullname="Y. Deshpande" initials="Y." surname="Deshpande"/>
    <author fullname="S. Lasker" initials="S." surname="Lasker"/>
    <date month="June" year="2026"/>
    <abstract>
      <t>Traceability in supply chains is a growing security concern. While Verifiable Data Structures (VDSs) have addressed specific issues, such as equivocation over digital certificates, they lack a universal architecture for all supply chains. This document defines such an architecture for single-issuer signed statement transparency. It ensures extensibility and interoperability between different transparency services as well as compliance with various auditing procedures and regulatory requirements.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9943"/>
  <seriesInfo name="DOI" value="10.17487/RFC9943"/>
</reference>
<reference anchor="RFC9942">
  <front>
    <title>CBOR Object Signing and Encryption (COSE) Receipts</title>
    <author fullname="O. Steele" initials="O." surname="Steele"/>
    <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
    <author fullname="A. Delignat-Lavaud" initials="A." surname="Delignat-Lavaud"/>
    <author fullname="C. Fournet" initials="C." surname="Fournet"/>
    <date month="June" year="2026"/>
    <abstract>
      <t>CBOR Object Signing and Encryption (COSE) Receipts prove properties of a Verifiable Data Structure (VDS) to a verifier. VDSs and associated Proof Types enable security properties, such as minimal disclosure, transparency, and non-equivocation. Transparency helps maintain trust over time and has been applied to certificates, end-to-end encrypted messaging systems, and supply chain security. This specification enables concise transparency-oriented systems by building on Concise Binary Object Representation (CBOR) and COSE. The extensibility of the approach is demonstrated by providing CBOR encodings for Merkle inclusion and consistency proofs.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9942"/>
  <seriesInfo name="DOI" value="10.17487/RFC9942"/>
</reference>

<reference anchor="I-D.ietf-oauth-transaction-tokens">
   <front>
      <title>Transaction Tokens</title>
      <author fullname="Atul Tulshibagwale" initials="A." surname="Tulshibagwale">
         <organization>CrowdStrike</organization>
      </author>
      <author fullname="George Fletcher" initials="G." surname="Fletcher">
         <organization>Practical Identity LLC</organization>
      </author>
      <author fullname="Pieter Kasselman" initials="P." surname="Kasselman">
         <organization>Defakto Security</organization>
      </author>
      <date day="6" month="July" year="2026"/>
      <abstract>
	 <t>   Transaction Tokens (Txn-Tokens) are designed to maintain and
   propagate user identity, workload identity and authorization context
   throughout the Call Chain within a trusted domain during the
   processing of external requests (e.g. such as API calls) or requests
   initiated internally within the Trust Domain.  Txn-Tokens ensure that
   this context is preserved throughout the Call Chain thereby enhancing
   security and consistency in complex, multi-service architectures.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-oauth-transaction-tokens-09"/>
   
</reference>

<reference anchor="I-D.mcguinness-oauth-actor-profile">
   <front>
      <title>OAuth Actor Profile for Delegation</title>
      <author fullname="Karl McGuinness" initials="K." surname="McGuinness">
         <organization>Independent</organization>
      </author>
      <date day="30" month="April" year="2026"/>
      <abstract>
	 <t>   OAuth deployments increasingly involve agents and workloads acting on
   behalf of human users across organizational boundaries.  Existing
   specifications provide relevant building blocks (notably the act
   claim from RFC 8693 Token Exchange) but do not define a consistent
   profile for representing delegated actor relationships across JWT
   assertion grants (RFC 7523), JWT access tokens (RFC 9068), and
   Transaction Tokens, nor for classifying actor entity types or
   signaling support between authorization servers and resource servers.
   The result is inconsistent actor representation and actor-
   representation interoperability gaps that force deployments to rely
   on proprietary conventions.

   This document defines the OAuth Actor Profile for Delegation.  It
   specifies a common act claim structure extended with sub_profile for
   entity-type classification, processing rules for authorization
   servers and resource servers across the three token families and
   their Token Exchange inputs, and OAuth discovery metadata parameters
   for advertising actor-profile support.  The profile applies uniformly
   across token types and integrates with existing sender-constraint
   mechanisms (DPoP, mTLS).  It does not standardize the policies by
   which systems determine whether a given actor is permitted to act for
   a subject; those decisions remain deployment-specific.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-mcguinness-oauth-actor-profile-00"/>
   
</reference>

<reference anchor="I-D.niyikiza-oauth-attenuating-agent-tokens">
   <front>
      <title>Attenuating Authorization Tokens for Agentic Delegation Chains</title>
      <author fullname="Niki Aimable" initials="N." surname="Aimable">
         <organization>Tenuo</organization>
      </author>
      <date day="15" month="June" year="2026"/>
      <abstract>
	 <t>   This document defines Attenuating Authorization Tokens (AATs), a
   signed credential format for task-scoped delegation in AI agent
   systems.  An AAT encodes the tools an agent may invoke and the
   argument constraints that apply to those invocations.  A token holder
   authorized to delegate can derive a token offline with equal or
   narrower authority, subject to the parent token&#x27;s depth and lifetime
   limits.  The resulting delegation chain is verifiable offline by any
   enforcement point that has the root issuer&#x27;s trust anchor key.

   This specification profiles the OAuth Rich Authorization Requests
   format (RFC 9396) for tool-level capability claims, adds delegation-
   chain claims, and defines a core constraint vocabulary for argument
   restrictions.  The chain verification algorithm authenticates each
   delegation step and enforces monotonic attenuation without network
   contact with the root issuer.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-niyikiza-oauth-attenuating-agent-tokens-01"/>
   
</reference>

<reference anchor="I-D.schrock-human-authorization-binding">
   <front>
      <title>Binding Named-Human Authorization Evidence into Agent-Action Records</title>
      <author fullname="Iman Schrock" initials="I." surname="Schrock">
         <organization>EMILIA Protocol, Inc.</organization>
      </author>
      <date day="3" month="July" year="2026"/>
      <abstract>
	 <t>   A recurring pattern spans the agent-action record formats now in
   development: a record about an agent&#x27;s action reserves a place for
   &quot;the human authorization&quot; - an approver disposition, an authority
   context, a human-override field, an actor slot, a signed grant, an
   approval reference - and leaves its semantics undefined.  Each
   format, reasonably, does not want to specify human-authorization
   evidence itself; none, so far, says what filling the slot means.
   This document defines that one thing, host-agnostically: how any
   record binds named-human authorization evidence, either BY REFERENCE
   (a content digest of the authorization artifact&#x27;s canonical bytes) or
   EMBEDDED (a compact, self-describing claim carrying named approvals
   and optional distinct-human quorum semantics), with five requirements
   that make the binding mean the same thing in every host: digest
   grounding, action agreement, verified-versus-accepted discipline,
   fail-closed absence, and embedded/referenced consistency.  The SCITT
   signed-statement host family is expressed concretely (digest
   selection, and the observed-absence statement that is the only way
   absence of authorization becomes evidence); an informative appendix
   maps the binding onto the reserved slots of eleven current documents.
   This document defines no new authorization format: the referenced
   evidence verifies under its own specification.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-schrock-human-authorization-binding-00"/>
   
</reference>

<reference anchor="I-D.schrock-ep-action-evidence-graph">
   <front>
      <title>Action Evidence Graphs and Evidence Policy Replay for High-Risk Agent Actions (EP-AEG)</title>
      <author fullname="Iman Schrock" initials="I." surname="Schrock">
         <organization>EMILIA Protocol, Inc.</organization>
      </author>
      <date day="3" month="July" year="2026"/>
      <abstract>
	 <t>   The standards landscape now produces many signed artifacts about an
   AI agent&#x27;s action: workload identity credentials, delegation and
   grant tokens, call-chain transaction tokens, runtime attestation
   results, pre-execution policy permits, named-human authorization
   receipts, post-execution action records, and transparency-log
   inclusion receipts.  No specification defines how a relying party
   decides whether a collection of such artifacts is SUFFICIENT to rely
   on for a given purpose: releasing a payment, honoring a trade,
   satisfying an auditor, or paying an insurance claim.  This document
   defines three things that together fill that layer: the Action
   Evidence Graph (EP-AEG), a portable, content-addressed graph of
   references to signed artifacts about one action, whose identity is
   independent of how much of it is disclosed; Evidence Policy Replay, a
   deterministic, offline evaluation of a graph against a RELYING-PARTY-
   supplied evidence policy, yielding one of five closed verdicts
   (admissible, missing_evidence, stale, conflicted, unverifiable) with
   a replay digest that lets any third party recompute the decision; and
   the Reliance Result (EP-RELIANCE-RESULT), the verdict as a signed
   artifact, making the reliance decision itself auditable evidence.
   Six policy packs profile the mechanism for concrete irreversible
   action classes.  A verdict is evidence of sufficiency under a stated
   policy; it is not adjudication, and the graph never carries its own
   sufficiency bar.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-schrock-ep-action-evidence-graph-00"/>
   
</reference>

<reference anchor="I-D.schrock-ep-authority-introduction">
   <front>
      <title>Authority Documents and Scoped Authority for Agent-Action Evidence</title>
      <author fullname="Iman Schrock" initials="I." surname="Schrock">
         <organization>EMILIA Protocol, Inc.</organization>
      </author>
      <date day="19" month="July" year="2026"/>
      <abstract>
	 <t>   Signature verification answers whether a key produced an artifact.
   It does not answer why a relying party accepts that key, or whether
   the key holder had authority for the action.  This document specifies
   two composable artifacts.  An Authority Document introduces and
   rotates an organization&#x27;s evidence-issuing keys through a signed,
   hash-chained sequence.  A Scoped Authority Proof records the
   authority held by a subject at a registry snapshot, including role,
   action scope, material limits, policy binding, validity, and
   revocation status.  A relying party evaluates both artifacts under
   its own pinned trust inputs and policy.  The design does not make a
   self-presented key authoritative, does not turn log inclusion or
   domain control into automatic trust, and does not equate a valid
   signature with permission to act.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-schrock-ep-authority-introduction-01"/>
   
</reference>

<reference anchor="I-D.rampalli-cross-org-delegation-mapping">
   <front>
      <title>A Layered Requirements Mapping for Cross-Organization Agent Delegation</title>
      <author fullname="KARTHIK RAMPALLI" initials="R." surname="Karthik">
         <organization>Glyphzero, Inc.</organization>
      </author>
      <date day="6" month="July" year="2026"/>
      <abstract>
	 <t>   This document records a comparative mapping of two evidence layers
   for cross-organization AI agent delegation: a per-hop delegation
   chain (PEDIGREE) and a named-human authorization root (the EMILIA
   Protocol binding and evidence-graph drafts), evaluated against the
   nine requirements of draft-reece-wimse-cross-org-delegation under a
   no-shared-operator assumption.  It also records a verifier-facing
   composition model in which key possession, delegated authority, and
   pre-execution human authorization are diagnostically separate inputs
   with independent failure behavior, joined by action digest.  The
   mapping was developed on the WIMSE mailing list; corrections continue
   there.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-rampalli-cross-org-delegation-mapping-05"/>
   
</reference>
<reference anchor="RFC8417">
  <front>
    <title>Security Event Token (SET)</title>
    <author fullname="P. Hunt" initials="P." role="editor" surname="Hunt"/>
    <author fullname="M. Jones" initials="M." surname="Jones"/>
    <author fullname="W. Denniss" initials="W." surname="Denniss"/>
    <author fullname="M. Ansari" initials="M." surname="Ansari"/>
    <date month="July" year="2018"/>
    <abstract>
      <t>This specification defines the Security Event Token (SET) data structure. A SET describes statements of fact from the perspective of an issuer about a subject. These statements of fact represent an event that occurred directly to or about a security subject, for example, a statement about the issuance or revocation of a token on behalf of a subject. This specification is intended to enable representing security- and identity-related events. A SET is a JSON Web Token (JWT), which can be optionally signed and/or encrypted. SETs can be distributed via protocols such as HTTP.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8417"/>
  <seriesInfo name="DOI" value="10.17487/RFC8417"/>
</reference>
<reference anchor="RFC8707">
  <front>
    <title>Resource Indicators for OAuth 2.0</title>
    <author fullname="B. Campbell" initials="B." surname="Campbell"/>
    <author fullname="J. Bradley" initials="J." surname="Bradley"/>
    <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
    <date month="February" year="2020"/>
    <abstract>
      <t>This document specifies an extension to the OAuth 2.0 Authorization Framework defining request parameters that enable a client to explicitly signal to an authorization server about the identity of the protected resource(s) to which it is requesting access.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8707"/>
  <seriesInfo name="DOI" value="10.17487/RFC8707"/>
</reference>



    </references>

</references>


<?line 326?>

<section anchor="survey"><name>Survey of existing mechanisms</name>

<t>Each mechanism below was checked against its current published version; none carries a role
naming the party a decision is about, which is the gap <spanx style="verb">dsub</spanx> fills.</t>

<texttable>
      <ttcol align='left'>Spec</ttcol>
      <ttcol align='left'>Rev / date</ttcol>
      <ttcol align='left'>Role it provides</ttcol>
      <c>RFC 8693 Sec. 4.1 / 1.1</c>
      <c>Pub. Jan 2020</c>
      <c><spanx style="verb">act</spanx>=actor, <spanx style="verb">sub</spanx>=principal-acted-for</c>
      <c>draft-mcguinness-oauth-actor-profile</c>
      <c>-00, 30 Apr 2026</c>
      <c><spanx style="verb">act</spanx> / actor classification</c>
      <c>ARAP</c>
      <c>OpenID AuthZEN WG Draft 1, 17 Jul 2026</c>
      <c>Access Request Endpoint</c>
      <c>draft-kuehlewind-audit-architecture</c>
      <c>-00, 18 May 2026</c>
      <c>typed records; subject legibility OPEN</c>
      <c>draft-hardt-oauth-aauth-protocol</c>
      <c>-09, 4 Jul 2026</c>
      <c>person-accountable framing</c>
      <c>draft-ietf-oauth-transaction-tokens</c>
      <c>-09, 6 Jul 2026, WGLC</c>
      <c>per-action container</c>
      <c>draft-niyikiza-oauth-attenuating-agent-tokens</c>
      <c>-01</c>
      <c>omits <spanx style="verb">sub</spanx></c>
      <c>SCITT</c>
      <c>RFC 9943 + RFC 9942, Jun 2026</c>
      <c>audit container</c>
      <c>CAEP / signed SET reasons</c>
      <c>RFC 8417 family</c>
      <c>integrity-protected party surface precedent</c>
      <c>draft-rampalli-cross-org-delegation-mapping (+ EMILIA/EP <spanx style="verb">draft-schrock-*</spanx>)</c>
      <c>-05, 6 Jul 2026 (WIMSE)</c>
      <c>evidence-sufficiency: verified != accepted, neither implies sufficiency; no decision-subject role</c>
</texttable>

</section>


  </back>

<!-- ##markdown-source:
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
LJI1s0ZDPjBQ7SJpAdxwDIhBHh8H5KVudIkl+eDgwIAHTnawCxwKE9ob+RAg
ewayqP1WZKdkogSVKPiS+RzzOYUPiV7ANaC/yskx/iKS61L3GASodVI6gJU4
KDawZO7yP3za96mh8r1vTyaQ2Hwo0hY6j9p/6tUre2Z4a4jLxkex56KhHz9+
hzFvX779ilezELk36DDURe5qCW1PNeGsWBVG17M826zyGuprgVk0IUgMUZlD
CskvWcXYlkUwdf8f/9z/wiKkntsZuS7a08janXgmDtb3aUbtX1tFekXPsIWz
6GRwV+tlqtcUjvHbEQe4UG46FDDkCGu2Yrsuk4oMnViExNi1IFhheG7dexfd
WMph+sgVXhCnHDbtN6HFx4/21+OjAIj/HB+/B+res6P3yKW0ohiu4jtWtrJZ
DEIGmkIGsBwJjHxbYBDviXw9o90ycdCMZqQsUIhdONscSywOKJ/RrHwUZgNp
/rXXe37rbglJpTgkuEMIIheE1oahJfwPneAtPEylf61uj3hffKoExVZxYdTe
9gx7GCpyEzxNxxK+MckAxStRUbbn1g1PyjyekRN+zgRC/cPQQwgBDe5bfDwj
gN4Zyf4N/tYDW5AAqLrgR8xGkL7BIop3mlWm36Wd/DwFiDGhZHLq4PuI8XFM
EQGZgRkZDQhVF9yoBtx48BSDg8Z28NSiLr52N0Y1WRXwdgxc92NnAxsjj73p
dN4TaS0pO0V4OmhstsEtEDIVn4k5KQTa8HREUl4vLMXO1OUr0iwHpsQOAgxm
HDq1ICCgo0hJFjbs05jzrE4722HxjMWjk6Vg4HqnN+ReYQ32KPDZ68u/FEnR
76vT//jx7Or0hH5f/2387l3zI7BvXP/t4sd3J+2vduTxxfv3p+cnMpgis86t
YO/9+Kc94deei6v3hNs+QKCYBFI8IabBNxQE2RE0m8bJs9v7y/Hl//z34Str
u18cstW3hvzwzStcEO9kNVYouQR/oOSsaOyMUgheXCQVY0tCjkvy2AQFyKL9
gzjzz5H602RaHL761t6gDXduOp51bjLPdu/sDBYmPnHriWUabnbub3G6S+/4
p86147t380/fMdyODr/+7tuA8AGQUOYsvpUegjkzZiGpHjMB52Mltqc+Oil7
DIJv3dCtt2T0J/CV+lQWQ11cqVbwsUjCam4zgbHZCSutbjhdoCxIQxHmTmvC
+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
6YfgfwEOXFzZZkQAAA==

-->

</rfc>

