Skip to content

Commit 12c51cb

Browse files
authored
Merge pull request #278 from oauth-wg/PieterKas-patch-3
subject_token clarification
2 parents 18c1274 + 0ecd119 commit 12c51cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-oauth-transaction-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ To request a Txn-Token the workload invokes the OAuth 2.0 {{RFC6749}} token endp
510510
* `audience` REQUIRED. The value MUST be set to the Trust Domain name.
511511
* `scope` REQUIRED. A space-delimited list of case-sensitive strings where the value(s) MUST represent the specific purpose or intent of the transaction.
512512
* `requested_token_type` REQUIRED. The value MUST be `urn:ietf:params:oauth:token-type:txn_token`
513-
* `subject_token` REQUIRED. The value MUST represent the subject of the transaction. This MAY be:
513+
* `subject_token` REQUIRED. The value MUST contain a token that represent the subject of the transaction. The manner in which the subject is represented in the `subject_token` depends on the `subject_token_type`. The `subject_token` MAY be:
514514
- An inbound token received by an API Gateway
515515
- A self-signed JWT constructed by a workload initiating a transaction
516516
- An unsigned JSON object constructed by a workload initiating a transaction

0 commit comments

Comments
 (0)