Skip to content

Commit

Permalink
Merge pull request #141 from oauth-wg/PieterKas-patch-2
Browse files Browse the repository at this point in the history
Additional detail on 'aud' claim
  • Loading branch information
tulshi authored Oct 4, 2024
2 parents 26e1cb8 + 490abac commit 3ec3804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-oauth-transaction-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ JWT claims as well as defines new claims. These claims are described below:
: REQUIRED The issued at time of the Txn-Token as defined in {{RFC7519}}

`aud`:
: REQUIRED This claim, defined in {{RFC7519}}, identifies the trust domain in which the Txn-Token is valid. This identifier MUST uniquely identify the trust domain.
: REQUIRED This claim, defined in {{RFC7519}}, identifies the trust domain in which the Txn-Token is valid. This identifier MUST uniquely identify the trust domain to prevent the Txn-Token from being accepted outside it's current trust domain.

`exp`:
: REQUIRED Expiry time of the Txn-Token as defined in {{RFC7519}}
Expand Down Expand Up @@ -451,8 +451,8 @@ A workload requesting a Txn-Token must provide the Transaction Token Service wit

To request a Txn-Token the workload invokes the OAuth 2.0 {{RFC6749}} token endpoint with the following parameters:

* `grant_type` REQUIRED. The value MUST be set to `urn:ietf:params:oauth:grant-type:token-exchange`
* `audience` REQUIRED. The value MUST be set to the Trust Domain name
* `grant_type` REQUIRED. The value MUST be set to `urn:ietf:params:oauth:grant-type:token-exchange`.
* `audience` REQUIRED. The value MUST be set to the trust domain name.
* `scope` REQUIRED. A space-delimited list of case-sensitive strings where the value(s) MUST represent the specific purpose or intent of the transaction.
* `requested_token_type` REQUIRED. The value MUST be `urn:ietf:params:oauth:token-type:txn_token`
* `subject_token` REQUIRED. The value MUST represent the subject of the transaction. This MAY be:
Expand Down

0 comments on commit 3ec3804

Please sign in to comment.