Skip to content

Commit 76af3bd

Browse files
authored
Merge pull request #279 from gffletch/Sub-description
Improve `sub` claim description in transaction tokens
2 parents 6674721 + a723cce commit 76af3bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

draft-ietf-oauth-transaction-tokens.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ JWT claims as well as defines new claims. These claims are described below:
334334
: REQUIRED A unique transaction identifier as defined in Section 2.2 of {{RFC8417}}.
335335

336336
`sub`:
337-
: REQUIRED A unique identifier for the subject within the context of the `aud` Trust Domain.
337+
: REQUIRED This claim represents the principal of the transaction as defined by Section 4.1.2 of {{RFC7519}}. The value MUST be unique within the context of the `aud` Trust Domain. Note: Unlike OpenID Connect, the `sub` claim is NOT associated with the `iss` claim.
338338

339339
`scope`:
340340
: REQUIRED The scope claim is defined in {{Section 4.2 of RFC8693}}. Note that the value of this claim is determined by the Transaction Token Service and is not required to match the requested scope nor the scope in any supplied external token.
@@ -719,6 +719,7 @@ The authors would like to thank the contributors and the OAuth working group mem
719719
* Editorial updates (https://github.com/oauth-wg/oauth-transaction-tokens/issues/204)
720720
* Removed the requirement to encode parameters in based64url format
721721
* Rename the `purpose` claim to `scope`
722+
* Enhanced the description of the `sub` claim addressing issue #225
722723
* Removed references to replacing transaction tokens, and added a note in the Security Considerations to clarify replacement concerns.
723724
* Editorial comments from Joe Saloway (https://github.com/oauth-wg/oauth-transaction-tokens/issues/219)
724725
* Clarify request_details (https://github.com/oauth-wg/oauth-transaction-tokens/issues/197)

0 commit comments

Comments
 (0)