Skip to content

Commit 45e30da

Browse files
authored
Merge pull request #139 from oauth-wg/PieterKas-patch-4
Proposed editorial update to Txn-Token Response
2 parents cc91945 + 9fc6fed commit 45e30da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

draft-ietf-oauth-transaction-tokens.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,12 +539,13 @@ If a `request_details` parameter is present in the Txn-Token Request, then the T
539539
The Transaction Token Service MAY provide additional processing and verification that is outside the scope of this specification.
540540

541541
## Txn-Token Response {#txn-token-response}
542-
A successful response to a Txn-Token Request by a Transaction Token Service is called a Txn-Token Response. If the Transaction Token Service responds with an error, the error response is as described in Section 5.2 of {{RFC6749}}. The following describes required values of a Txn-Token Response:
542+
A successful response to a Txn-Token Request by a Transaction Token Service is called a Txn-Token Response. If the Transaction Token Service responds with an error, the error response is as described in Section 5.2 of {{RFC6749}}. The following values defined in {{RFC8693}} MUST be included in the Txn-Token Response:
543543

544544
* The `token_type` value MUST be set to `N_A` per guidance in OAuth 2.0 Token Exchange {{RFC8693}}
545545
* The `access_token` value MUST be the Txn-Token JWT
546546
* The `issued_token_type` value MUST bet set to `urn:ietf:params:oauth:token-type:txn_token`
547-
* The response MUST NOT include the values `expires_in`, `refresh_token` and `scope`
547+
548+
The Txn-Token Response MUST NOT include the values `expires_in`, `refresh_token` and `scope`
548549

549550
{{figtxtokenresponse}} shows a non-normative example of a Txn-Token Response.
550551

0 commit comments

Comments
 (0)