Skip to content

Commit

Permalink
Fix: Typo in chapter 3.6 authorisation response
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Sep 23, 2024
1 parent eddcfeb commit 257f0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ewc-rfc001-issue-verifiable-credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ The query params for the authorisation request with `scope` are as described bel

## 3.6 Authorisation response

The credential issuer can **optionally** request additional details to authenticate the client e.g. DID authentication. In this case, the authorisation response will contain a `response_type` parameter with the value `direct_post`. A sample response is as given:
The credential issuer can **optionally** request additional details to authenticate the client e.g. DID authentication. In this case, the authorisation response will contain a `response_mode` parameter with the value `direct_post`. A sample response is as given:

```http
HTTP/1.1 302 Found
Expand Down Expand Up @@ -537,7 +537,7 @@ Query params for the authorisation response are given below:
<tr>
<td><code>request_uri</code>
</td>
<td>The authorisation server’s private key signed the request.
<td>This is intended for scenarios where the authorization request is large. The URI can be used by the holder to retrieve the authorization request.
</td>
</tr>
</table>
Expand Down

0 comments on commit 257f0c0

Please sign in to comment.