Skip to content

Commit b7fc14a

Browse files
committed
Apply naming fix from #628
closes #627
1 parent c8d6dac commit b7fc14a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openid-4-verifiable-credential-issuance-1_1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ When processing the request the following logic applies:
883883
2. The audience in the response (for example, the `aud` value in a Key Binding JWT) MUST be the Interactive Authorization Request, prefixed with `iar:`, for example `iar:https://example.com/iar`. A response containing a different audience value MUST NOT be accepted.
884884
3. If a `SessionTranscript` is needed, it is generated according Appendix B.2.6.2 of [@!OpenID4VP]. As above, the value for origin is the Interactive Authorization Request endpoint URL.
885885

886-
The Interactive Authorization Request, which is used to submit the OpenID4VP Authorization Response MUST satisfy the requirements set out in (#follow-up-request). In addition to these requirements, the request MUST also contain the `openid4vp_request` request parameter. The value of the `openid4vp_request` request parameter is a JSON-encoded object that encodes the OpenID4VP Authorization Response parameters. In the case of an error it instead encodes the Authorization Error Response parameters. When the `response_mode` is `iar-post.jwt` the OpenID4VP Authorization Response MUST be encrypted according to Section 8.3 of [@!OpenID4VP].
886+
The Interactive Authorization Request, which is used to submit the OpenID4VP Authorization Response MUST satisfy the requirements set out in (#follow-up-request). In addition to these requirements, the request MUST also contain the `openid4vp_response` request parameter. The value of the `openid4vp_response` request parameter is a JSON-encoded object that encodes the OpenID4VP Authorization Response parameters. In the case of an error it instead encodes the Authorization Error Response parameters. When the `response_mode` is `iar-post.jwt` the OpenID4VP Authorization Response MUST be encrypted according to Section 8.3 of [@!OpenID4VP].
887887

888888
The following us an example non-normative example of a Interactive Authorization Request containing an OpenID4VP Authorization Response:
889889

@@ -895,10 +895,10 @@ OAuth-Client-Attestation-PoP: eyJ...
895895
Content-Type: application/x-www-form-urlencoded
896896
897897
auth_session=wxroVrBY2MCq4dDNGXACS
898-
&openid4vp_presentation=...
898+
&openid4vp_response=...
899899
```
900900

901-
The following is a non-normative example of the `openid4vp_presentation` JSON object:
901+
The following is a non-normative example of the `openid4vp_response` JSON object:
902902

903903
```json
904904
{
@@ -907,7 +907,7 @@ The following is a non-normative example of the `openid4vp_presentation` JSON ob
907907

908908
```
909909

910-
The following is a non-normative example of the `openid4vp_presentation` JSON object with an encrypted response:
910+
The following is a non-normative example of the `openid4vp_response` JSON object with an encrypted response:
911911

912912
```json
913913
{
@@ -916,7 +916,7 @@ The following is a non-normative example of the `openid4vp_presentation` JSON ob
916916

917917
```
918918

919-
The following is a non-normative example of the `openid4vp_presentation` JSON object with an Authorization Error Response.
919+
The following is a non-normative example of the `openid4vp_response` JSON object with an Authorization Error Response.
920920

921921
```json
922922
{

0 commit comments

Comments
 (0)