Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronf authored Jun 26, 2024
1 parent c5b46a1 commit 2f04e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-sheffer-wimse-s2s-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ A WPT contains the following:
is the base64url encoding of the SHA-256 hash of the ASCII encoding of the access token's value.
* `tth`: Hash of the Txn-Token {{?I-D.ietf-oauth-transaction-tokens}}, if present in the request,
which might convey end-user identity and authorization context of the request. The value MUST be the result of
a base64url encoding (as defined in {{Section 2 of RFC7515}}) the SHA-256 hash of
a base64url encoding (as defined in {{Section 2 of RFC7515}}) of the SHA-256 hash of
the ASCII encoding of the associated token's value.
* `oth`: Hash of any other token in the request that might convey end-user identity and authorization context of the
request. The value MUST be the result of a base64url encoding (as defined in {{Section 2 of RFC7515}}) the
request. The value MUST be the result of a base64url encoding (as defined in {{Section 2 of RFC7515}}) of the
SHA-256 hash of the ASCII encoding of the associated token's value.
(note: this is less than ideal but seems we need something like this for extensibility)

Expand Down

0 comments on commit 2f04e8e

Please sign in to comment.