Skip to content

Commit

Permalink
Fix EWC-consortium#13: Section 3.4 Discover Response redirect_uris
Browse files Browse the repository at this point in the history
Signed-off-by: Lal Chandran <[email protected]>
  • Loading branch information
lalc committed Feb 12, 2024
1 parent 44bf8c6 commit ae02436
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ewc-rfc001-issue-verifiable-credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,10 @@ Once the well-known endpoint for **issuer server** configuration is resolved, th
}
```


Once the well-known endpoint for **authorisation server** configuration is resolved, the response is as given below:

```json
{
"redirect_uris": [
"https://server.example.com/direct_post"
],
"issuer": "https://server.example.com",
"authorization_endpoint": "https://server.example.com/authorize",
"token_endpoint": "https://server.example.com/token",
Expand Down

0 comments on commit ae02436

Please sign in to comment.