Internet-Draft OAuth Mission Cross-Domain August 2026
McGuinness Expires 22 February 2027 [Page]
Workgroup:
Web Authorization Protocol
Internet-Draft:
draft-mcguinness-oauth-mission-cross-domain-latest
Published:
Intended Status:
Standards Track
Expires:
Author:
K. McGuinness
Independent

Mission Cross-Domain Projection for OAuth 2.0

Abstract

The Mission-Bound Authorization for OAuth 2.0 profile binds issued authority to a durable, human-approved Mission held by a single Authorization Server, the Mission Issuer. This document specifies that profile's optional cross-domain projection: a single hop that lets an Authorization Server in another trust domain, a Resource AS, honor a Mission it did not issue. The Mission Issuer projects audience-scoped Mission authority in a short-lived, sender-constrained cross-domain grant of the OAuth identity chaining architecture; the Resource AS validates the grant and mints its own local tokens, preserving the Mission binding unchanged. The Mission record never crosses the boundary, and honoring it needs no session with the Mission Issuer. The Identity Assertion Authorization Grant (ID-JAG) is the recommended grant profile. Single-domain deployments of the issuance profile are unaffected by this document.

About This Document

This note is to be removed before publishing as an RFC.

The latest revision of this draft can be found at https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-oauth-mission-cross-domain.html. Status information for this document may be found at https://datatracker.ietf.org/doc/draft-mcguinness-oauth-mission-cross-domain/.

Source for this draft and an issue tracker can be found at https://github.com/mcguinness/mission-bound-authorization.

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

This Internet-Draft will expire on 22 February 2027.

Table of Contents

1. Introduction

The issuance profile [I-D.draft-mcguinness-oauth-mission] makes a Mission a durable, human-approved, integrity-bound OAuth authorization artifact: one Authorization Server, the Mission Issuer, approves it, records it, and derives every token under it. That profile is deliberately single-domain: the AS that holds the Mission is the AS that issues for it.

Real tasks cross trust domains. An agent reconciling invoices may need a partner's ERP, behind a partner Authorization Server the home AS does not control and whose accounts it does not manage. This document specifies cross-domain projection: the originating Mission Issuer projects a Mission's authority, audience-scoped and integrity-anchored, to an Authorization Server in another trust domain, which honors it by minting local tokens for its own resources. The projection is a single hop, issuer to Resource AS; chaining a Mission across more than one trust-domain boundary remains future work ([I-D.draft-mcguinness-oauth-mission], Section "Non-Goals").

Two roles carry the model. The Mission Issuer (the Mission's issuer) remains the only party that creates, holds, and gates the Mission. A Resource AS honors a Mission it did not issue: it validates the projected grant, applies its own local policy, and mints its own tokens, preserving the Mission binding unchanged. A Resource AS is never the Mission Issuer.

Three properties define the projection. The Mission does not cross: the record, the Mission Intent, the full Authority Set, and lifecycle authority stay with the Mission Issuer, and the Resource AS receives only claim-shape facts and the entries scoped to it (Section 5). Authority never widens: the projection carries the agent's authority preserved and scoped to the audience, and nothing the Resource AS mints may widen it (Section 10). Honoring is session-less: the Resource AS verifies pre-established issuer trust and a signature, so the Mission Issuer is never on the partner's request path; the cost of that independence is a bounded revocation lease (Section 16.1).

2. Status: An Optional Extension

This document is the Cross-Domain capability named by the base profile's conformance model ([I-D.draft-mcguinness-oauth-mission], Section "Conformance"). The capability is optional: a deployment whose Missions never leave their issuing AS does not implement this document, and the issuance profile is complete without it.

Two external dependencies set its deployment posture. The OAuth identity chaining architecture [I-D.draft-ietf-oauth-identity-chaining] is approved for publication and in the RFC Editor queue; the Identity Assertion Authorization Grant [I-D.draft-ietf-oauth-identity-assertion-authz-grant] is a working-group document. This document profiles them and cannot advance ahead of them; confining them here keeps the issuance profile free of in-progress cross-domain dependencies.

The capability is orthogonal to the family's Mission Assurance Levels ([I-D.draft-mcguinness-mission-architecture]): projection changes where a Mission is honored, not the strength at which either domain enforces it. Each trust domain runs at its own level.

3. Conventions and Terminology

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.

This document uses the terms of the issuance profile [I-D.draft-mcguinness-oauth-mission]: Mission, Mission Issuer (the Mission's issuer), Mission Intent, Authority Set, Subject, mission claim, derived token, derivation, the subset rule, and lifecycle gating. Authority Set entries are [RFC9396] authorization_details objects. All JSON shown in this document is non-normative and illustrative; the member definitions in the surrounding text are authoritative.

Resource AS:

An Authorization Server in another trust domain that honors a Mission it did not issue, minting its own tokens for its resources from a cross-domain grant. A Resource AS is never the Mission Issuer.

Cross-domain grant:

The short-lived JWT authorization grant the Mission Issuer issues toward a Resource AS (Section 9), carrying audience-scoped Mission authority and the mission claim. It is a Mission-bound token in the sense of the issuance profile.

Local token:

An access token a Resource AS mints for its own resources from a cross-domain grant (Section 10).

4. Cross-Domain Projection

A Mission is approved and held by one Mission Issuer (its issuer). This document lets a single Mission be honored by Authorization Servers in other trust domains, so a Mission can span more than one AS, using the cross-domain authorization grant of the OAuth identity chaining architecture [I-D.draft-ietf-oauth-identity-chaining]: the issuer AS issues, through an [RFC8693] token exchange, a short-lived JWT authorization grant audienced to the target Authorization Server, which the client redeems there with the [RFC7523] JWT-bearer grant.

This document calls that artifact the cross-domain grant and attaches Mission context to it (Section 9). The Identity Assertion Authorization Grant (ID-JAG) [I-D.draft-ietf-oauth-identity-assertion-authz-grant] is the RECOMMENDED profile of the cross-domain grant, and every example in this document uses it. Another identity-chaining JWT authorization grant profile that meets the requirements of Section 9 MAY be used instead. Where a requirement elsewhere in this document names the ID-JAG, it is illustrating with the recommended profile and applies equally to any conforming cross-domain grant.

The grant shape this document profiles is already deployed: the Model Context Protocol's Enterprise-Managed Authorization extension carries the same Identity Assertion JWT Authorization Grant between enterprise identity providers and MCP applications ([MCP-EMA]), a shipped surface for the pattern this profile attaches Mission context to.

This document is a thin Mission-bound profile of the cross-domain grant, not merely mission-claim carriage: beyond attaching and validating Mission context, it imposes two security requirements on the grant for Mission-bound use, proof-of-possession (by requiring the grant profile's own mechanism, which the ID-JAG profile leaves OPTIONAL) and single use (Section 9, Section 10). The grant's own format, signing, and token-exchange envelope remain defined by the cross-domain grant profile (ID-JAG in the recommended case) and its underlying [RFC8693] and [RFC7523]; this document does not redefine them.

The two added requirements are a floor: the grant's position at the trust boundary demands them (Section 16.2), and its profile does not by itself guarantee them.

In this model there is exactly one Mission Issuer per Mission (the issuer) and one or more Resource ASes in other domains that mint their own tokens for their resources. A Resource AS is never the Mission Issuer and MUST NOT create or alter a Mission.

5. What Crosses the Trust Boundary

The projection is exact about what leaves the issuing domain.

Three values cross unchanged: mission.id, mission.issuer, and authority_hash, the claim-shape Mission binding every downstream token preserves (Section 10). They are audit and correlation anchors, not credentials.

Two things cross scoped: the audience-scoped Authority Set entries (Section 5.1), and the Mission's Subject in the form the identity chaining architecture defines (Section 9).

Everything else stays home. The Mission record, the Mission Intent, the full Authority Set, and lifecycle authority remain with the Mission Issuer; a Resource AS never creates or alters a Mission (Section 4). The grant is not refreshable and confers no standing authority in the partner domain: when it expires, the client returns to the issuer for a new one, which is how the issuer's lifecycle gate keeps reaching across the boundary.

Nothing returns across the boundary at validation time. The Resource AS honors the grant from pre-established trust (Section 8) and the signature alone; its assurance that the Mission was active is a lease bounded by the grant lifetime (Section 16.1).

5.1. Audience-Scoped Authority

When projecting authority toward a Resource AS, the Mission Issuer includes only the Authority Set entries whose resource that Resource AS is authoritative for, under the deployment's resource-to-AS mapping (Section 8). Entries for other Resource ASes MUST NOT be disclosed.

6. Relationship to Transaction Token Chaining

This section is informative. The Transaction Token chaining profile ([I-D.draft-fletcher-transaction-token-chaining-profile]) is a sibling of this document: the same identity-chaining framework, the same exchange-then-redeem shape at the same boundary, the same short-grant discipline, a distinct typ (txn-chain+jwt). What crosses differs. Its grant carries the in-flight transaction's context, minted from a Transaction Token ([I-D.draft-ietf-oauth-transaction-tokens]) that never leaves its domain; this document's grant carries the durable approved task. A hop between the same two domains may legitimately need both facts, and a deployment may run both profiles on one hop. They compose as follows:

The same composition extends to the proposed agent profile of Transaction Tokens ([I-D.draft-araut-oauth-transaction-tokens-for-agents]), whose agentic_ctx member carries roles, intent, and constraints along the call chain. The mission claim object is the natural anchor to carry there, inert as evidence exactly as in the chaining profile above, so call-chain intent context stays joined to the committed record instead of growing an unanchored twin of it.

7. Relationship to Mission Continuation

This section is informative. Mission Continuation ([I-D.draft-mcguinness-oauth-mission-continuation]) is the authorization-continuity profile: it defines how a Mission's authorization continues, under the same approval and constraints, while an identity-continuity transport re-establishes who is acting. This document's cross-domain grant is one of those transports, the one that carries a continuation ACROSS a trust boundary the origin does not control; Identity Continuation ([I-D.draft-mcguinness-oauth-id-continuation-assertion]) and async delegation ([I-D.draft-zhu-oauth-async-delegation]) are the intra-domain transports. What the profile adds over this document is the Mission binding common to every transport: a continuation handle grants nothing, each continued grant derives a subset of the Mission's authority and re-passes its active gate, so continuity is never authority. This document remains complete on its own: an issuer MAY project a Mission cross-domain without adopting the continuation profile, and a partner Resource AS honors the projected authority and resolves an audience-local subject exactly as specified here. Projection stays single-hop (Section 5) regardless of how many intra-domain hops continue the Mission on either side.

8. Pre-Established Trust

Projection is configured, not negotiated: nothing in the protocol establishes trust between the domains, and every trust input below exists before the first grant is issued.

A deployment that publishes a Mission Deployment Profile ([I-D.draft-mcguinness-mission-architecture]) records its projection posture in these terms, and the accepted cross-domain revocation window (Section 16.1) among its residual risks.

9. Issuing the Cross-Domain Grant

Issuing a cross-domain grant is a derivation event and is gated like any other derivation ([I-D.draft-mcguinness-oauth-mission], Section "Mission Lifecycle and Gating"). It counts once against the Mission's derivation budget, however many local tokens the partner domain later mints: the issuer cannot observe those tokens and does not count them, and the Resource AS bounds its own minting by the grant and by local policy (Section 10).

Because each grant lives at most 300 seconds, steady-state partner work re-issues grants on a lease cadence and consumes at least 12 derivations per hour per audience; a deployment sizes the Mission's max_derivations control ([I-D.draft-mcguinness-oauth-mission]) as a function of that cadence times the projected audiences times the Mission's duration.

A Mission-bound cross-domain grant:

The ID-JAG profile meets these requirements and is RECOMMENDED; in it the artifact is the ID-JAG and the issuance request carries a requested_token_type of urn:ietf:params:oauth:token-type:id-jag.

The client obtains the grant with an [RFC8693] token exchange. The subject_token MUST be the Mission's refresh token, with subject_token_type of urn:ietf:params:oauth:token-type:refresh_token, and the audience identifies the target Resource AS.

ID-JAG defines the refresh-token subject mode ([I-D.draft-ietf-oauth-identity-assertion-authz-grant]) alongside its identity-assertion subject_token modes (id_token or saml2); this profile REQUIRES the refresh-token mode and restricts Mission cross-domain projection to it, so the exchange resolves a Mission rather than a bare subject assertion. This refresh-token mode is what binds the request to a Mission: the AS resolves the Mission from the presented grant per the issuance profile's grant binding ([I-D.draft-mcguinness-oauth-mission], Section "Binding the Mission to the Grant"), exactly as on any other refresh, and the grant therefore projects the agent's full Mission authority (audience-scoped), never a narrowed delegate's.

The refresh-token subject mode is the only mode this profile permits, and fixing it is deliberate: the refresh token resolves to exactly one Mission and its full authority, where an access token or delegated token could carry a narrowed or actor-specific subset that a trust-boundary crossing could re-widen. Other Mission-bound subject-token modes, such as an access-token mode bounding the projection by the presenting token, are left to future profiles. The cost is that this OPTIONAL capability is unavailable to a deployment that issues no refresh token; such a deployment uses the single-domain issuance profile, which needs none.

The AS MUST reject an access token or a delegated token presented as subject_token for cross-domain issuance. The AS MUST NOT resolve the Mission from a client-supplied mission_id, nor from an identity assertion that carries no Mission binding (Section 12).

Before issuing, the AS MUST verify:

The token-exchange response carries issued_token_type of urn:ietf:params:oauth:token-type:id-jag (for the RECOMMENDED profile) and token_type of N_A, per [RFC8693] Section 2.2.1.

A delegate, rather than the agent, crossing a trust domain directly and carrying its own narrowed authority into another domain is out of scope for this document, except through the cross-organizational delegation companion's verified attenuation chain ([I-D.draft-mcguinness-oauth-mission-cross-org-delegation]). Cross-domain issuance here always projects the agent's Mission authority; delegation within the target domain is performed by the Resource AS (Section 10). A sub-agent acting in a different trust domain under its own narrowed authority uses that companion's chain; this document's single hop does not cover it.

Two roles are distinct and easily conflated. The grant the client presents to obtain the cross-domain grant (the Mission's refresh token) is the input to the exchange and selects the Mission; the Mission-bound access token plays no part here. The identity the issued grant conveys to the Resource AS is the Mission's Subject, which the AS populates from the Mission's recorded subject and which the Resource AS resolves locally per the identity chaining rules (Section 10; account linking stays local, and the Origin Principal profile standardizes the mapping input and its invariants, Section 11).

Sender-constraining is REQUIRED for the cross-domain grant, stronger than the RECOMMENDED level the issuance profile sets for the primary access token ([I-D.draft-mcguinness-oauth-mission], Section "Mission-Bound Access Tokens"): the grant's position at the trust boundary demands it (Section 16.2), and the underlying grant provides no replay backstop of its own.

10. Validation at the Resource AS

A Resource AS consuming a Mission-bound cross-domain grant:

A grant that carries no mission claim is outside this profile: the Resource AS processes it, or refuses it, under plain identity chaining, and MUST NOT grant Mission-scoped resources on it. Where the deployment's pre-established trust (Section 8) requires Mission binding for the requested resources, the Resource AS refuses such a grant with invalid_grant; a mission claim that is present but malformed is always invalid_grant (Section 12).

A { "sub": ... } matcher in a conveyed entry's delegation.allowed_delegates is a client identifier in the originating AS's namespace and is not portable across the trust domain. When a Resource AS evaluates a conveyed entry, it MUST fail closed, narrowing the entry out, for any sub matcher it cannot resolve against the delegate it authenticated in its own namespace.

Portable cross-domain matching SHOULD therefore use a sub_profile matcher, an actor-type class rather than a domain-relative identifier ([I-D.draft-mcguinness-oauth-mission], Section "Delegation Constraints").

This document defines no universal account-linking protocol. A Resource AS consuming a Mission-bound cross-domain grant resolves the subject of any local token according to the cross-domain grant profile in use (the Identity Assertion Authorization Grant profile in the recommended case), the OAuth identity chaining architecture, and its local trust and account-linking policy. The Origin Principal profile (Section 11) standardizes the mapping input, the continuity invariant, and the authorization rule while leaving the mapping itself local. This document requires that the Mission binding (mission.id, mission.issuer, and authority_hash) and the audience-scoped authorization_details remain bounded as described here.

In the substrate's transition classification ([I-D.draft-mcguinness-mission-substrate]), the origin's audience-scoped projection is attenuate (a provable no-broader-than relation to the approved set) and the Resource AS's local re-mint is decide_anew (a fresh decision under local policy): local issuance is never a silent attenuation of the origin's authority.

Downstream, authority_hash is an immutable audit and correlation anchor to the originating AS's consent commitment. A Resource AS and its Resource Servers hold only the audience-scoped subset, never the full Authority Set, so they cannot recompute authority_hash ([I-D.draft-mcguinness-oauth-mission], Section "Integrity Anchors"); its integrity rests on the signature chain (the originating AS signs the ID-JAG; the Resource AS validates issuer trust and signs its local token). It is verifiable only against the originating AS, which this document does not require to be exposed.

A Resource AS or auditor that needs to verify the conveyed entries against the approved commitment MAY obtain a Mission Mandate ([I-D.draft-mcguinness-mission-mandate]) and recompute authority_hash per that profile.

11. The Origin Principal Profile

This OPTIONAL profile preserves the on-behalf-of principal across organizational boundaries and makes authorization at every point of use dual-axis: the agent's delegated authority and that principal's current entitlement are independent requirements. A deployment that does not claim it keeps this document's baseline unchanged.

Three identity roles are deliberately separate. The roles remain semantically distinct even when two identifiers happen to be equal, as with an identity-preserving mapping, a shared origin and destination issuer, or a service principal acting for itself:

Table 1
Identity Wire location Meaning
Origin principal mission.subject ({iss, sub}) Immutable on-behalf-of principal approved by the Mission Issuer
Local subject JWT sub with JWT iss Destination-domain principal mapped from the origin principal
Acting workload(s) client_id, act, presenter cnf The client and delegation lineage exercising authority

11.1. The mission.subject Member

subject:

REQUIRED on a credential, delegation chain, or projected local token claiming this profile. A closed object carried in the mission claim, containing exactly iss (REQUIRED, the Subject's home issuer) and sub (REQUIRED, the Subject within that issuer's namespace). The value MUST equal the immutable subject of the originating Mission Record, and the invariant is VALUE equality of the closed object: the member survives re-signing and re-serialization at every hop and projection, so byte comparison of a serialization is not the test. It is identity provenance and a constraint input; it MUST NOT grant or widen authority. A generic Mission consumer ignores it under the issuance profile's open-claim rule; a consumer claiming this profile MUST verify it or fail closed. No display name, email, organization, role, group, entitlement, or assurance member is permitted in the object: those change independently and would turn the invariant into stale identity state. The sub value MUST be an opaque pseudonymous identifier and MUST NOT carry directly identifying attributes; an opaque persistent identifier remains sensitive correlation data, personal data even when opaque, subject to the disclosure rules of Section 11.6.

The closed {iss, sub} shape suffices only when that pair is globally unambiguous. Where uniqueness at the home issuer requires a tenant qualifier, the deployment uses a tenant-specific issuer identifier or a sub encoding that preserves uniqueness; a deployment that cannot express the principal unambiguously in the pair cannot claim this profile.

Each surface has one attestation authority. On a holder-mediated delegation chain the value is root-attested: the Mission Issuer signs it into the root, and chain validation verifies it unchanged at every hop, so no per-hop identity binding is needed for this member. On a projected local token the destination Resource AS's signature attests that it copied the verified value. On an introspection response the responding AS asserts it, gated by the disclosure rule below.

11.2. Origin Issuance

Before placing mission.subject on a credential, the Mission Issuer MUST take it from the approved immutable Mission Record, never from a token request parameter; MUST keep the local token sub the injective AS-local mapping of that same Subject the issuance profile requires at approval ([I-D.draft-mcguinness-oauth-mission]); and MUST disclose it only to audiences permitted by Mission policy and the deployment's privacy policy. The Subject cannot be replaced by the current agent, approver, Mission owner, tenant, or a local account selected by the client.

The profile composes with the identity grant; it does not replace it. On a cross-domain grant carried as an ID-JAG (Section 9), the grant's issuer-qualified sub remains the identity grant's subject, and mission.subject remains the immutable Mission-record origin principal. At issuance the Mission Issuer MUST establish that both identify the same principal under its recorded injective mapping; its signature over the grant attests that association. Neither value independently selects an account.

The identifier's linkability is fixed at Mission creation, because the invariant forbids per-destination substitution afterward. Two properties are available, chosen at the record. The default is an origin-sector pseudonym with cross-destination Mission correlation: the record subject is the home issuer's pseudonym for the Mission Issuer's sector, the same value is deliberately disclosed to every destination the Mission reaches, and it remains correlatable across this Subject's Missions while staying unlinkable to the Subject's other relationships. The RECOMMENDED stronger option, where destination mapping infrastructure supports it, is a per-Mission subject pseudonym established by the home issuer at record creation: participants correlate within one Mission only, and destination entitlement resolution goes through the governed mapping of Section 11.3. A deployment declares which property it provides; onward disclosure beyond the audiences Mission policy and privacy policy permit requires authorization; and a destination-pairwise value is not constructible under the invariance rule.

11.3. Mapping at a Destination

A Resource AS consuming a conforming grant or delegation chain establishes a mapping from (mission.subject.iss, mission.subject.sub) to a destination-local (iss, sub) under a named local mapping policy. The mapping MUST be based on the authenticated issuer-qualified input, never a bare sub; established by the Resource AS or an identity service it trusts, never asserted by the agent; scoped to the destination audience or tenant; subject to current disablement, unlinking, and reassignment state; and recorded with the mapping-policy identifier and version and a digest of the issuer-qualified input and local output. It MUST be injective within the mapping scope unless the deployment explicitly operates a governed many-to-one service account and treats the loss of individual attribution as a lower assurance class. This destination-side rule is distinct from the issuance profile's issuer-side injective mapping at approval, which is unchanged.

On redemption of an ID-JAG-carried grant, the Resource AS MUST establish that the identity grant's subject and mission.subject resolve to the same destination-local principal, and MUST refuse with invalid_grant when they do not; neither value may select a different account than the other.

The local access token keeps ordinary OAuth semantics: iss is the Resource AS, sub is the destination-local subject, client_id is the requesting client, act is the local delegation lineage ([I-D.draft-mcguinness-oauth-mission]), and mission.subject is the unchanged origin principal. The Resource AS signature attests the mapping for the token's audience and lifetime; no separate subject-mapping assertion is defined.

11.4. Mapping Continuity

Every downstream consumer MUST compare mission.subject with the value it verified upstream before local mapping or reliance. Removal, substitution, a different iss with the same sub, a different sub under the same iss, or a shape change invalidates the complete chain or grant. Re-mapping at each Resource AS is expected, because local accounts are local facts; replacing the origin principal is not, and a destination-local sub never becomes the origin for later hops. If a mapping is missing, ambiguous, disabled, stale beyond the declared bound, or names a principal not permitted for the requested tenant or audience, the Resource AS MUST refuse issuance or the relying party MUST deny; no account or relationship is created merely because a valid chain was presented, absent a separately governed provisioning flow.

11.5. Dual-Axis Authorization

At every point of use under this profile, the effective authority is the intersection of the verified delegated authorization_details, the current entitlement of the mapped origin principal, and current resource and deployment policy. All three are required: delegated agent authority does not confer a missing principal relationship, a principal entitlement does not authorize an action absent from the delegated set, and an approval or mapping record never bypasses current policy. A role or relationship granted through an access-request workflow is governance state observed on a fresh decision, never a bearer bypass. A deployment claiming this profile MUST declare the source and maximum staleness of local principal entitlement, separately from its Mission-state freshness declaration; when current entitlement cannot be established within the declared bound, the decision fails closed. Under a runtime binding that classifies denials, a failed, missing, ambiguous, or stale mapping or entitlement step carries the principal_mapping_failed extension denial reason, which this profile registers per that binding's extension rule. This is the profile's conformance bar: deployments not claiming it keep the issuance profile's lifetime-bounded baseline.

11.6. Disclosure and Evidence

mission.subject is a correlation handle. Tokens carrying it MUST be narrowed to one Resource AS or Resource Server audience; a Resource AS MUST NOT copy it into tokens for unrelated audiences. An introspection responder, the issuer or a Resource AS, MUST disclose it only to a caller holding an explicit origin_principal disclosure privilege under the issuance profile's caller authorization and minimization rules ([I-D.draft-mcguinness-oauth-mission]). The runtime evidence companion defines the composed principal_mapping evidence object and the protected subject-reference rule for retained records ([I-D.draft-mcguinness-mission-runtime-evidence]); a deployment claiming both composes them, keeping raw identifiers out of retained evidence unless the raw identity is necessary for the stated audit purpose. The trust agreement states the purpose and retention period for the mapping.

11.7. Example (Non-Normative)

One origin principal, two valid local mappings, one invariant value. The origin issuer's chain and both destination tokens carry:

"mission": {
  "id": "msn_8RfX2Lqv9TqMv4z7sA2bN1k0YpEdHc9-",
  "issuer": "https://as.origin.example",
  "authority_hash": "sha-256:5bIi6JURtxBtod8WtezufytnypnNE86se44ndaL6-W0",
  "subject": { "iss": "https://id.origin.example", "sub": "p-7QxT2m" }
}

Resource AS B maps it to sub emp-4417 under its iss; Resource AS C maps it to sub alice.w under its own. Both local tokens keep mission.subject unchanged, each destination's PDP checks its own current entitlement for its mapped local principal, and neither local sub ever appears as the origin principal downstream.

12. Error Responses

This document defines no new error codes; it binds the standard codes of [RFC8693], [RFC7523], and OAuth 2.0 to this profile's failure conditions so both surfaces fail uniformly.

At issuance (the token exchange at the Mission Issuer, Section 9):

Table 2
Condition Error
subject_token_type is not refresh_token, or an access, delegated, or bare identity-assertion token is presented invalid_request
The subject token does not resolve to a Mission, or the Mission is not active invalid_grant
The target Resource AS is not authorized for the requested resources under the Authority Set invalid_target

At redemption (the JWT-bearer grant at the Resource AS, Section 10):

Table 3
Condition Error
Client authentication fails invalid_client
Untrusted issuer; the grant's iss not equal to its mission.issuer; wrong or missing typ; signature, audience, or expiry failure; a sender-constraint absent, unverifiable, or bound to a different client; a replayed jti; a malformed mission claim, or a grant carrying none where the deployment's pre-established trust requires Mission binding for the requested resources (Section 10) invalid_grant
The request names a resource outside the conveyed entries invalid_target

A Resource AS rejecting a grant reveals no Mission state it does not hold: invalid_grant at redemption speaks to the presented grant, not to the Mission's current lifecycle state, which the Resource AS cannot know (Section 13).

13. Introspection at a Resource AS

The issuance profile's OPTIONAL token introspection ([RFC7662]) reports a mission response member, and only the Mission issuer reports the Mission's lifecycle state ([I-D.draft-mcguinness-oauth-mission], Section "Mission State via Token Introspection"). This section specifies the non-issuer half of that rule.

A Resource AS that supports introspection for a local token it minted from a cross-domain grant returns the claim-shape members only: id, issuer, and authority_hash. It MUST omit mission.state rather than report a stale value as current. It holds the token, not the Mission: it knows the Mission state only as of grant validation and has no query to the issuer keyed by mission_id (neither this document nor the issuance profile defines one).

authority_hash, when included, is the issuer's commitment carried through the grant, not a value the Resource AS recomputes from its audience-scoped subset ([I-D.draft-mcguinness-oauth-mission], Section "Consent Binding").

A Resource AS claiming the Origin Principal profile additionally reports mission.subject on this response, under that profile's disclosure rule (Section 11.6).

14. Authorization Server Metadata

Discovery uses existing metadata; this document defines no new parameters. A Mission Issuer supporting this capability advertises the [RFC8693] token-exchange grant type in grant_types_supported, the issuance profile's signal for cross-domain grant issuance ([I-D.draft-mcguinness-oauth-mission], Section "Authorization Server Metadata"). A Resource AS advertises the [RFC7523] JWT-bearer grant type the grant is redeemed through; support for a specific grant profile is discovered as that profile specifies, or out of band. The bilateral inputs of Section 8 are not discoverable and exist before first use.

15. Conformance

An implementation conforms in one of two roles and names the capability as the issuance profile's conformance model directs (for example, "Mission Issuer with Cross-Domain"; [I-D.draft-mcguinness-oauth-mission], Section "Conformance").

An Originating Mission Issuer with Cross-Domain is a conforming Mission Issuer of the issuance profile that additionally:

A Resource AS:

A Resource AS is not required to implement the issuance profile's Mission Issuer role.

Either role MAY additionally claim the Origin Principal profile (Section 11). The claim is per-deployment, independent of the base role, and covers each of the following as a distinct conformance item:

16. Security Considerations

The security considerations of the issuance profile [I-D.draft-mcguinness-oauth-mission] and of the identity chaining architecture [I-D.draft-ietf-oauth-identity-chaining] apply.

16.1. Cross-Domain Revocation Latency

Resource ASes MUST issue short-lived local tokens for Mission-bound interactions. The originating AS bounds grant lifetimes by the 300-second cap of Section 9, so a revoked Mission cannot continue to seed new downstream tokens for long. The rest of this section explains the exposure those bounds contain.

Single-domain revocation is prompt: the AS that issued a token also honors its revocation ([I-D.draft-mcguinness-oauth-mission], Section "Revocation"). The cross-domain case is strictly weaker. When a Mission is revoked at the originating AS, that AS can stop issuing new cross-domain grants, but it cannot revoke a token a Resource AS has already minted in another domain: that token remains valid until its own expiry. Cross-domain revocation latency is therefore the downstream token lifetime. The grant lifetime is the state lease the partner domain runs on: the longest a Resource AS may treat Mission state established at issuance as current ([I-D.draft-mcguinness-mission-runtime]).

The issuance profile's token introspection closes the revocation gap only single-domain: it requires the introspecting AS to hold the Mission, and a Resource AS has no query to the issuer keyed by mission_id (Section 13), so short downstream lifetimes remain the only cross-domain control. Deployments needing a tighter lease add the companion mechanisms this document does not require: Mission Status [I-D.draft-mcguinness-oauth-mission-status] gives any consumer holding the mission_id, including a Resource AS, a state query against the issuer, and Mission Lifecycle Signals [I-D.draft-mcguinness-oauth-mission-signals] pushes lifecycle transitions to the partner domain.

Origin containment narrows a live Mission without ending it ([I-D.draft-mcguinness-oauth-mission-containment]), and a cross-domain grant issued after a contain transition already carries the narrowed authority: grant issuance is a derivation, gated on the Mission's Effective Authority Set like any other. Parallel to the point above, containment cannot reach a projection grant a Resource AS has already redeemed: the local tokens it keeps minting from that grant run to the grant's own lifetime, exactly as an already-minted token runs to its own expiry under revocation. Deployments relying on containment to bound cross-domain authority SHOULD use short grant lifetimes and a frequent re-lease cadence (Section 9), so containment takes effect on the Mission's next lease rather than waiting out a long-lived grant.

16.2. The Grant at the Trust Boundary

The cross-domain grant is the highest-authority credential in the chain and the only one that crosses a trust boundary. The requirements of Section 9 and Section 10 follow from that position: issuer trust is established by local policy or metadata, never inferred from a signed assertion's own mission.issuer; the grant is sender-constrained and one-time-use, because the underlying grant profile provides no replay backstop of its own; and everything the Resource AS honors is bounded by the audience-scoped entries the grant conveyed, interpreted fail-closed. Downstream of the issuer, authority_hash is an audit and correlation anchor, not a recomputable proof: its integrity rests on the signature chain (Section 10).

One companion mechanism composes here beyond the trust publication methods of Section 8: a consumer that needs independently verifiable provenance of the delegation hops upstream of the re-mint, rather than trust in the minting domain's assertion of them, MAY require issuer-signed hop receipts ([I-D.draft-mcguinness-oauth-actor-receipts]).

16.3. Per-Domain Delegation Depth

Because the cross-domain grant carries no act chain (Section 9), a Resource AS that issues delegated tokens of its own begins its delegation depth at 0. This local depth is distinct from an attenuation chain's global del_depth, which is monotonic across every hop and organizational boundary ([I-D.draft-mcguinness-oauth-mission-cross-org-delegation]): projection-local depth starts after chain verification, and a projected token cannot re-enter a chain. A Resource AS of this document begins its delegation depth at 0 (Section 10). An entry's max_depth ceiling is therefore enforced per domain, not globally across the projection: a Mission delegable to depth N at the originating AS may be delegated a further N hops inside each Resource AS domain that honors it. A deployment that needs a global bound on delegation depth across domains constrains it out of band, through the resource-to-AS mapping and each Resource AS's local policy (Section 8); this profile bounds delegation depth only within a single domain.

Because the reset is per domain, projecting one Mission into M Resource AS domains multiplies the reachable depth: the aggregate composed bound is up to N times M, not N, even though the Approver saw only the per-domain N at consent. A deployment SHOULD disclose the composed bound, max_depth times the number of domains a Mission may be projected to, at the consent surface, not the per-domain max_depth alone, so the approval reflects what the projection can actually reach in aggregate.

17. Privacy Considerations

The Origin Principal profile makes an otherwise origin-local identity visible across audiences (Section 11): its linkability property is fixed at Mission creation (pairwise-at-origin by default, a per-Mission pseudonym for stronger unlinkability), participants in one Mission necessarily correlate within it, and the member never carries human-readable PII. Logs and evidence keep digests where the raw value is not needed (Section 11.6).

The cross-domain grant and every local token minted from it carry the canonical mission_id, mission.issuer, and authority_hash unchanged, so a Resource AS and its Resource Servers can correlate a Mission's activity across domains, and mission.issuer identifies the issuing AS to the partner domain. This is the deliberate correlation property of the issuance profile ([I-D.draft-mcguinness-oauth-mission], Section "Mission Identifier Correlation"), extended across the trust boundary. Audience scoping (Section 5.1) is the minimization measure: a Resource AS never sees Authority Set entries addressed to other audiences.

18. IANA Considerations

This document has no IANA actions. The mission JWT claim, the mission introspection response member, and the mission_resource_access authorization details type it carries are registered by the issuance profile [I-D.draft-mcguinness-oauth-mission].

19. References

19.1. Normative References

[I-D.draft-ietf-oauth-identity-assertion-authz-grant]
Parecki, A., McGuinness, K., and B. Campbell, "Identity Assertion JWT Authorization Grant", Work in Progress, Internet-Draft, draft-ietf-oauth-identity-assertion-authz-grant-04, , <https://datatracker.ietf.org/doc/html/draft-ietf-oauth-identity-assertion-authz-grant-04>.
[I-D.draft-ietf-oauth-identity-chaining]
Schwenkschuster, A., Kasselman, P., Burgin, K., Jenkins, M. J., Campbell, B., and A. Parecki, "OAuth Identity and Authorization Chaining Across Domains", Work in Progress, Internet-Draft, draft-ietf-oauth-identity-chaining-17, , <https://datatracker.ietf.org/doc/html/draft-ietf-oauth-identity-chaining-17>.
[I-D.draft-mcguinness-oauth-mission]
McGuinness, K., "Mission-Bound Authorization for OAuth 2.0", , <https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-oauth-mission.html>.
[RFC2119]
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, , <https://www.rfc-editor.org/rfc/rfc2119>.
[RFC7523]
Jones, M., Campbell, B., and C. Mortimore, "JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants", RFC 7523, DOI 10.17487/RFC7523, , <https://www.rfc-editor.org/rfc/rfc7523>.
[RFC7662]
Richer, J., Ed., "OAuth 2.0 Token Introspection", RFC 7662, DOI 10.17487/RFC7662, , <https://www.rfc-editor.org/rfc/rfc7662>.
[RFC7800]
Jones, M., Bradley, J., and H. Tschofenig, "Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)", RFC 7800, DOI 10.17487/RFC7800, , <https://www.rfc-editor.org/rfc/rfc7800>.
[RFC8174]
Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, , <https://www.rfc-editor.org/rfc/rfc8174>.
[RFC8693]
Jones, M., Nadalin, A., Campbell, B., Ed., Bradley, J., and C. Mortimore, "OAuth 2.0 Token Exchange", RFC 8693, DOI 10.17487/RFC8693, , <https://www.rfc-editor.org/rfc/rfc8693>.
[RFC8705]
Campbell, B., Bradley, J., Sakimura, N., and T. Lodderstedt, "OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens", RFC 8705, DOI 10.17487/RFC8705, , <https://www.rfc-editor.org/rfc/rfc8705>.
[RFC9068]
Bertocci, V., "JSON Web Token (JWT) Profile for OAuth 2.0 Access Tokens", RFC 9068, DOI 10.17487/RFC9068, , <https://www.rfc-editor.org/rfc/rfc9068>.
[RFC9396]
Lodderstedt, T., Richer, J., and B. Campbell, "OAuth 2.0 Rich Authorization Requests", RFC 9396, DOI 10.17487/RFC9396, , <https://www.rfc-editor.org/rfc/rfc9396>.
[RFC9449]
Fett, D., Campbell, B., Bradley, J., Lodderstedt, T., Jones, M., and D. Waite, "OAuth 2.0 Demonstrating Proof of Possession (DPoP)", RFC 9449, DOI 10.17487/RFC9449, , <https://www.rfc-editor.org/rfc/rfc9449>.

19.2. Informative References

[I-D.draft-araut-oauth-transaction-tokens-for-agents]
Raut, A., "Transaction Tokens For Agents", Work in Progress, Internet-Draft, draft-araut-oauth-transaction-tokens-for-agents-02, , <https://datatracker.ietf.org/doc/html/draft-araut-oauth-transaction-tokens-for-agents-02>.
[I-D.draft-fletcher-transaction-token-chaining-profile]
Fletcher, G., Kasselman, P., and S. O'Dell, "Transaction Token Authorization Grant Profile for OAuth Identity and Authorization Chaining", Work in Progress, Internet-Draft, draft-fletcher-transaction-token-chaining-profile-02, , <https://datatracker.ietf.org/doc/html/draft-fletcher-transaction-token-chaining-profile-02>.
[I-D.draft-ietf-oauth-transaction-tokens]
Tulshibagwale, A., Fletcher, G., and P. Kasselman, "Transaction Tokens", Work in Progress, Internet-Draft, draft-ietf-oauth-transaction-tokens-11, , <https://datatracker.ietf.org/doc/html/draft-ietf-oauth-transaction-tokens-11>.
[I-D.draft-mcguinness-mission-architecture]
McGuinness, K., "An Architecture for Mission-Bound Authorization", , <https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-mission-architecture.html>.
[I-D.draft-mcguinness-mission-mandate]
McGuinness, K., "Mission Mandate", , <https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-mission-mandate.html>.
[I-D.draft-mcguinness-mission-runtime]
McGuinness, K., "Mission-Bound Runtime Enforcement", , <https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-mission-runtime.html>.
[I-D.draft-mcguinness-mission-runtime-evidence]
McGuinness, K., "Mission Runtime Evidence", , <https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-mission-runtime-evidence.html>.
[I-D.draft-mcguinness-mission-substrate]
McGuinness, K., "Mission Substrate Requirements", , <https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-mission-substrate.html>.
[I-D.draft-mcguinness-oauth-actor-receipts]
McGuinness, K., "OAuth Actor Receipts for Delegation Provenance", Work in Progress, Internet-Draft, draft-mcguinness-oauth-actor-receipts-00, , <https://datatracker.ietf.org/doc/html/draft-mcguinness-oauth-actor-receipts-00>.
[I-D.draft-mcguinness-oauth-domain-authorized-issuer]
McGuinness, K., "OAuth Domain-Authorized Issuer Trust Method", Work in Progress, Internet-Draft, draft-mcguinness-oauth-domain-authorized-issuer-00, , <https://datatracker.ietf.org/doc/html/draft-mcguinness-oauth-domain-authorized-issuer-00>.
[I-D.draft-mcguinness-oauth-id-assertion-framework]
McGuinness, K., "OAuth Identity Assertion Trust Framework", Work in Progress, Internet-Draft, draft-mcguinness-oauth-id-assertion-framework-00, , <https://datatracker.ietf.org/doc/html/draft-mcguinness-oauth-id-assertion-framework-00>.
[I-D.draft-mcguinness-oauth-id-continuation-assertion]
McGuinness, K., "Identity Continuation Assertion for OAuth 2.0 Token Exchange", , <https://datatracker.ietf.org/doc/draft-mcguinness-oauth-id-continuation-assertion/>.
[I-D.draft-mcguinness-oauth-mission-containment]
McGuinness, K., "Mission Containment for OAuth 2.0", , <https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-oauth-mission-containment.html>.
[I-D.draft-mcguinness-oauth-mission-continuation]
McGuinness, K., "Mission Continuation: Authorization Continuity for Mission-Bound Authorization", , <https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-oauth-mission-continuation.html>.
[I-D.draft-mcguinness-oauth-mission-cross-org-delegation]
McGuinness, K., "Mission Cross-Organizational Delegation for OAuth 2.0", , <https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-oauth-mission-cross-org-delegation.html>.
[I-D.draft-mcguinness-oauth-mission-signals]
McGuinness, K., "Mission Lifecycle Signals for OAuth 2.0", , <https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-oauth-mission-signals.html>.
[I-D.draft-mcguinness-oauth-mission-status]
McGuinness, K., "Mission Status and Lifecycle for OAuth 2.0", , <https://mcguinness.github.io/mission-bound-authorization/draft-mcguinness-oauth-mission-status.html>.
[I-D.draft-zhu-oauth-async-delegation]
Zhu, L. and Z. Berg, "Delegated Refresh Tokens for OAuth 2.0 Token Exchange", Work in Progress, Internet-Draft, draft-zhu-oauth-async-delegation-05, , <https://datatracker.ietf.org/doc/html/draft-zhu-oauth-async-delegation-05>.
[MCP-EMA]
Model Context Protocol Project, "Model Context Protocol: Enterprise-Managed Authorization", , <https://modelcontextprotocol.io/extensions/auth/enterprise-managed-authorization>.
[OIDF-FED]
OpenID Foundation, "OpenID Federation for OpenID Connect 1.1", , <https://openid.net/specs/openid-federation-connect-1_1-final.html>.

Appendix A. End-to-End Example (Non-Normative)

This appendix continues the end-to-end example of the issuance profile's appendix across a trust boundary: from the home domain (as.example.com) into a partner domain, and then into the partner's internal microservice call chain. It is illustrative and adds no normative requirements. The final intra-domain hop shows one deployment-local way to carry Mission context in a Transaction Token [I-D.draft-ietf-oauth-transaction-tokens]. Identifiers and hash values are illustrative and are not computed from the displayed JSON.

The chain crosses boundaries in two distinct ways, and seeing why is the point of the example:

The Mission is the durable anchor across both: mission.id, mission.issuer, and authority_hash ride unchanged through every hop. OAuth authority is audience-scoped by the Mission Issuer and Resource AS; deployment-local transaction context then narrows the operation for internal services. In this baseline walkthrough no hop calls back to mission.issuer for state; each enforces from the credential it holds. The OPTIONAL companion profiles layer on this baseline, and the stages note where: Stage 4 gains a runtime point-of-use check, and Stage 3 gains prompt cross-domain revocation from Status or Signals.

Scenario: agent s6BhdRkqt3, acting for alice (user_3p2q8mN1a0kV7tR), reconciles Q3 invoices in a partner ERP under Mission msn_8RfX2Lqv9TqMv4z7sA2bN1k0YpEdHc9-. Stage 0 (agent identity) and Stage 1 (Mission creation at the home AS) are the base profile's single-domain walkthrough, extended here in one way: the Mission Intent's resources also names the partner ERP https://erp.partner.example.com, so the approved Authority Set additionally carries, for that resource, an invoices.read entry (delegable to ai_agent actors at depth 1) and a journal-entries.write entry capped at a max_amount of 500.00 USD. The Mission was recorded active with authority_hash sha-256:Gv2nD9bM7sX1cF8gH0pVl3KvZ4mP5x0wQrR6tY2jE5kQ and intent_hash sha-256:Zb8mR3nX5pV4lE6sQqYwQ7p4LHnX9Md0LqJ6sZJ2xT5f (illustrative; this Mission's Intent and Authority Set extend the single-domain walkthrough's, so its anchors differ from that example's). The partner ERP is behind the Resource AS ras.partner.example.com, so the agent's next step is a cross-domain projection rather than a home-domain access token.

A.1. Stage 2: Cross-Domain Projection via ID-JAG (Between Domains)

The agent needs the partner ERP, behind the Resource AS ras.partner.example.com. It presents its Mission refresh token as the subject_token of a token exchange requesting an ID-JAG (Section 9); the home AS resolves the Mission from that grant, gates on Mission active, and mints a Mission-bound ID-JAG audienced to that Resource AS, carrying the mission claim and the audience-scoped authority for the ERP:

{
  "iss": "https://as.example.com",
  "aud": "https://ras.partner.example.com",
  "sub": "user_3p2q8mN1a0kV7tR",
  "client_id": "s6BhdRkqt3",
  "iat": 1793606400,
  "exp": 1793606700,
  "jti": "idjag_4Kp9sT2vN7xR1mZ8bQ",
  "cnf": { "jkt": "0ZcOCORZNYy-DWpqq30jZyJGHTN0d2HglBV3uiguA4I" },
  "authorization_details": [
    { "type": "mission_resource_access",
      "resource": "https://erp.partner.example.com",
      "actions": ["invoices.read"],
      "delegation": {
        "max_depth": 1,
        "allowed_delegates": [{ "sub_profile": "ai_agent" }]
      } },
    { "type": "mission_resource_access",
      "resource": "https://erp.partner.example.com",
      "actions": ["journal-entries.write"],
      "constraints": { "max_amount":
        { "amount": "500.00", "currency": "USD" } } }
  ],
  "mission": {
    "id": "msn_8RfX2Lqv9TqMv4z7sA2bN1k0YpEdHc9-",
    "issuer": "https://as.example.com",
    "authority_hash":
      "sha-256:Gv2nD9bM7sX1cF8gH0pVl3KvZ4mP5x0wQrR6tY2jE5kQ"
  }
}

The ID-JAG is short-lived (300 s), explicitly typed (oauth-id-jag+jwt in its JWT header), and sender-constrained to the agent. Its exp does not exceed the Mission's expires_at (Section 9). Only the agent may request a cross-domain projection (Section 9), so client_id (the requesting client) is the approved agent here too; no delegation has occurred, and the approved agent remains recoverable at the home AS from the Mission Record identified by mission.id.

A.2. Stage 3: The Resource AS Issues a Local Access Token

ras.partner.example.com validates the ID-JAG (Section 10): it establishes issuer trust in as.example.com, verifies the signature, checks that aud is itself, checks the expiry, and verifies the sender-constraint proof. It then issues its own access token for the ERP, preserving the mission claim unchanged and capping exp at the ID-JAG's exp. The agent redeems the ID-JAG under its own registration with ras.partner.example.com (Section 8), so client_id names that local registration, not the agent's home-domain client_id:

{
  "iss": "https://ras.partner.example.com",
  "aud": "https://erp.partner.example.com",
  "sub": "partner-user_7Kp4QnZ2vR9s",
  "client_id": "partner-agent-042",
  "iat": 1793606430,
  "exp": 1793606690,
  "jti": "at_7Kp4QnZ2vR9sT1mX8b3N",
  "cnf": { "jkt": "0ZcOCORZNYy-DWpqq30jZyJGHTN0d2HglBV3uiguA4I" },
  "authorization_details": [
    { "type": "mission_resource_access",
      "resource": "https://erp.partner.example.com",
      "actions": ["invoices.read"],
      "delegation": {
        "max_depth": 1,
        "allowed_delegates": [{ "sub_profile": "ai_agent" }]
      } },
    { "type": "mission_resource_access",
      "resource": "https://erp.partner.example.com",
      "actions": ["journal-entries.write"],
      "constraints": { "max_amount":
        { "amount": "500.00", "currency": "USD" } } }
  ],
  "mission": {
    "id": "msn_8RfX2Lqv9TqMv4z7sA2bN1k0YpEdHc9-",
    "issuer": "https://as.example.com",
    "authority_hash":
      "sha-256:Gv2nD9bM7sX1cF8gH0pVl3KvZ4mP5x0wQrR6tY2jE5kQ"
  }
}

The issuing iss is now the Resource AS, but mission.issuer remains the home AS. The token's exp (1793606690) is below the ID-JAG's (1793606700) and far below the Mission's expires_at. The Resource AS-local sub is illustrative; its value is determined by the subject-resolution rules of the ID-JAG and identity chaining profiles, not by this document. client_id (partner-agent-042) is the Resource AS's own registration for the presenting client, per [RFC8693] Section 4.3 and [RFC9068] Section 2.2; it is not the Mission's approved agent (s6BhdRkqt3), which this local token does not carry. That identity remains recoverable at the home AS from the Mission Record identified by mission.id (Section 10).

Revoking the Mission now stops new ID-JAGs, but the local token the Resource AS minted stays usable until its exp (260 seconds), bounded by the 300-second ID-JAG cap (Section 16.1). Tighter cross-domain revocation is opt-in, and the two companions do different things: a Mission Status freshness lease shortens how long the partner relies on stale state by forcing a pull or per-request re-check, while a Mission Lifecycle Signal notifies the partner on a Mission transition so it can react without polling.

The Resource AS holds only this audience's subset and cannot recompute authority_hash. It records both sides of the derivation, the consumed ID-JAG and the minted token (Section 10), so an auditor can identify the exact local token, tie it to the grant it was minted from, and check its authority is a subset of that grant.

A.3. Stage 4: The Resource Server Enforces

The agent calls the ERP Resource Server (erp.partner.example.com) with that token. The Resource Server validates the JWT and the cnf binding and enforces the authorization_details whose resource it serves, permitting invoices.read and journal-entries.write up to a max_amount of 500.00 USD ([I-D.draft-mcguinness-oauth-mission], Section "Resource Server Enforcement"). It treats the mission claim as an audit anchor; holding only this audience's subset of the Authority Set, it does not recompute authority_hash.

This is stateless enforcement from the token alone. journal-entries.write is a consequential write, so where the partner deploys the runtime profile ([I-D.draft-mcguinness-mission-runtime]) it also obtains a point-of-use PDP permit against current Mission state before executing. The baseline bounds the write only by token lifetime and max_amount.

A.4. Stage 5: Internal Call Context via Transaction Tokens

To serve the request, the ERP Resource Server calls internal services inside the partner trust domain. Here it calls a ledger service for one invoice. The Resource Server is the entry edge of that domain: after it has validated the Mission-bound access token, it obtains a short-lived Transaction Token for the internal call.

The following shows one illustrative way the Mission context could ride in that Transaction Token. This is not a Mission-derived OAuth access token, and this document does not define the Transaction Token claim names or issuance rules. The important point is that the local context can keep the Mission anchor while narrowing the internal operation:

{
  "iss": "https://txn.partner.example.com",
  "aud": "https://ledger.partner.example.com",
  "sub": "partner-user_7Kp4QnZ2vR9s",
  "tid": "txn_5kQ9pX2vN7sR1tY8mZ3",
  "iat": 1793606460,
  "exp": 1793606520,
  "txn_authorization": {
    "source_resource": "https://erp.partner.example.com",
    "source_actions": ["invoices.read"],
    "internal_operation": "ledger.lookup_invoice",
    "constraints": { "invoice_id": "inv_2026Q3_1042" }
  },
  "mission": {
    "id": "msn_8RfX2Lqv9TqMv4z7sA2bN1k0YpEdHc9-",
    "issuer": "https://as.example.com",
    "authority_hash":
      "sha-256:Gv2nD9bM7sX1cF8gH0pVl3KvZ4mP5x0wQrR6tY2jE5kQ"
  }
}

The Transaction Token is intra-domain and the shortest-lived credential in the chain (60 s). The holder has changed: the Resource Server's workload, not the agent, possesses it. The local context has narrowed again, to one ledger lookup for one invoice, while the mission anchor is unchanged.

A.5. Stage 6: The Internal Service Enforces

The ledger service receives the Transaction Token, validates it under partner-domain policy, reads the Mission context and local transaction authorization, and enforces them for the internal operation. Like every consumer downstream of the home AS, it treats authority_hash as an audit and correlation anchor it cannot recompute, and it makes no call to mission.issuer.

A.6. What Rode Through, and What Narrowed

Table 4
Hop (mechanism) Mission anchor Authority or context Expiry
ID-JAG (between domains) unchanged ERP: read + write 1793606700
Resource AS token unchanged ERP: read + write 1793606690
Txn Token (within domain) unchanged one ledger lookup 1793606520

The Mission anchor (id, issuer, authority_hash) is constant end to end. OAuth authority is preserved or narrowed at the cross-domain boundary, and local transaction context narrows the internal operation inside the partner domain. The lifetime shrinks at every hop and never exceeds the Mission's expires_at. The ID-JAG carried identity between trust domains; the Transaction Token carried context within one. The Mission bound both.

Author's Address

Karl McGuinness
Independent