Skip to content

Commit f83af37

Browse files
authored
Try to make it clearer that direct_post.jwt builds on top of direct_post (#623)
editorial. 2 approvals
1 parent dcbf90b commit f83af37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openid-4-verifiable-presentations-1_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ Note: For encryption, implementers have a variety of options available through J
14101410

14111411
### Response Mode "direct_post.jwt" {#direct_post_jwt}
14121412

1413-
This specification also defines a new Response Mode `direct_post.jwt`, which allows for encryption to be used with Response Mode `direct_post` defined in (#response_mode_post).
1413+
This specification also defines a new Response Mode `direct_post.jwt`, which allows for encryption to be used on top of the Response Mode `direct_post` defined in (#response_mode_post). The mechanisms described in (#response_mode_post) apply unless specified otherwise in this section.
14141414

14151415
The Response Mode `direct_post.jwt` causes the Wallet to send the Authorization Response using an HTTP POST request instead of redirecting back to the Verifier as defined in (#response_mode_post). The Wallet adds the `response` parameter containing the JWT as defined in (#response_encryption) in the body of an HTTP POST request using the `application/x-www-form-urlencoded` content type. The names and values in the body MUST be encoded using UTF-8.
14161416

0 commit comments

Comments
 (0)