Skip to content

Commit 45d0de8

Browse files
authored
Merge pull request #291 from oauth-wg/PieterKas-patch-4
2 parents e749ed4 + 729d26d commit 45d0de8

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
@@ -319,7 +319,7 @@ The transaction token body follows the JWT format and includes existing
319319
JWT claims as well as defines new claims. These claims are described below:
320320

321321
`iss`:
322-
: OPTIONAL The `iss` claim as defined in {{RFC7519}} is not required as Txn-Tokens are bound to a single Trust Domain as defined by the `aud` claim and often the signing keys are known. The `iss` claim MUST be used in cases where the signing keys are not predetermined or it is desired that the Txn-Token Service signs with unique keys.
322+
: OPTIONAL The `iss` claim as defined in {{RFC7519}} is not required as Txn-Tokens are bound to a single Trust Domain as defined by the `aud` claim and often the signing keys are known. The `iss` claim MUST be used in cases where the signing keys are not predetermined.
323323

324324
`iat`:
325325
: REQUIRED The issued at time of the Txn-Token as defined in {{RFC7519}}

0 commit comments

Comments
 (0)