Skip to content

Commit e749ed4

Browse files
authored
Merge pull request #292 from oauth-wg/PieterKas-patch-5
2 parents 61951b5 + 1cade2a commit e749ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-ietf-oauth-transaction-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ Txn-Tokens are typically created when a workload is invoked using an endpoint th
160160

161161
If the transaction token request is made via HTTP to a remote server, it MUST use {{RFC8693}} as described in this specification. To do this, it invokes a special Token Service (the Txn-Token Service) and provides context that is sufficient for it to generate a Txn-Token. The context information provided to the Txn-Token Service MAY include:
162162

163-
* The external authorization token (e.g., the OAuth access token)
164-
* An internally generated JWT representing the subject of the request
163+
* The external authorisation token (e.g., the OAuth access token), an internally generated JWT representing the subject of the request, or any other format that is understood by the Txn-Token Service.
165164
* Parameters that are required to be bound for the duration of this call
166165
* Additional context, such as the incoming IP address, User Agent information, or other context that can help the Txn-Token Service to issue the Txn-Token
167166

@@ -705,6 +704,7 @@ The authors would like to thank the contributors and the OAuth working group mem
705704

706705
## Since Draft 06
707706
{:numbered="false"}
707+
* Consistency in terms of expectations of input token (https://github.com/oauth-wg/oauth-transaction-tokens/issues/224)
708708
* Replace StringOrURI with string [Relace StringOrURI with String](https://github.com/oauth-wg/oauth-transaction-tokens/issues/195)
709709
* Include token theft as a threat to be mitigated [Consider information disclosure as a benefit](https://github.com/oauth-wg/oauth-transaction-tokens/issues/207)
710710
* Remove definition of Authorization Context [Be more specific on Authorization Context](https://github.com/oauth-wg/oauth-transaction-tokens/issues/192)

0 commit comments

Comments
 (0)