From b14100d98b10c22775c0de47f7d911f2e91b87e7 Mon Sep 17 00:00:00 2001 From: ashayraut Date: Sat, 19 Oct 2024 21:23:30 -0700 Subject: [PATCH 1/2] Update draft-ietf-oauth-transaction-tokens.md Update Transaction Token Service responsibility when creating replacement tokens. Also contains minor changes for consistent language. Related https://github.com/oauth-wg/oauth-transaction-tokens/issues/110 --- draft-ietf-oauth-transaction-tokens.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/draft-ietf-oauth-transaction-tokens.md b/draft-ietf-oauth-transaction-tokens.md index 0a2dc4f..fa0f39a 100644 --- a/draft-ietf-oauth-transaction-tokens.md +++ b/draft-ietf-oauth-transaction-tokens.md @@ -67,6 +67,11 @@ contributor: org: Arm Ltd. email: Hannes.Tschofenig@arm.com +- ins: A. Raut + name: Ashay Raut + org: Amazon + email: asharaut@amazon.com + normative: RFC2119: # Keywords @@ -563,7 +568,7 @@ Cache-Control: no-store {: #figtxtokenresponse title="Example: Txn-Token Response"} ## Creating Replacement Txn-Tokens -A workload within a call chain may request the Transaction Token Server to replace a Txn-Token. +A workload within a call chain may request the Transaction Token Service to replace a Txn-Token. Workloads MAY request replacement Txn-Tokens in order to change (add to, remove or modify) the asserted values within a Txn-Token. @@ -577,6 +582,7 @@ When issuing replacement Txn-Tokens, a Txn-Token Service: * SHOULD NOT enable modification to asserted values that expand the scope of permitted actions * MUST NOT modify `sub` and `aud` values of the Txn-Token in the request * MUST NOT remove any of the existing requesting workload identifiers from the `req_wl` field in the `rctx` claim of the Txn-Token +* MUST NOT issue replacement Txn-token with lifetime exceeding the lifetime of the originally presented token ### Replacement Txn-Token Request To request a replacement Txn-Token, the requester makes a Txn-Token Request as described in {{txn-token-request}} but includes the Txn-Token to be replaced as the value of the `subject_token` parameter and sets the `subject_token_type` parameter to the value `urn:ietf:params:oauth:token-type:txn_token`. The `scope` value in the replacement request, if different from that in the original Txn-Token, MUST NOT increase the authorization surface beyond that of the original Txn-Token. From 155974cd2794d02bfb5bcb9a5706d5170a66b638 Mon Sep 17 00:00:00 2001 From: ashayraut Date: Tue, 22 Oct 2024 20:27:10 -0700 Subject: [PATCH 2/2] Update draft-ietf-oauth-transaction-tokens.md Updated the PR, removed contributor information. --- draft-ietf-oauth-transaction-tokens.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/draft-ietf-oauth-transaction-tokens.md b/draft-ietf-oauth-transaction-tokens.md index fa0f39a..b136527 100644 --- a/draft-ietf-oauth-transaction-tokens.md +++ b/draft-ietf-oauth-transaction-tokens.md @@ -67,12 +67,6 @@ contributor: org: Arm Ltd. email: Hannes.Tschofenig@arm.com -- ins: A. Raut - name: Ashay Raut - org: Amazon - email: asharaut@amazon.com - - normative: RFC2119: # Keywords RFC3986: # URI