Skip to content

Commit

Permalink
Fix: Authorization servers in issuer metadata must be an array
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Sep 25, 2024
1 parent 42148c6 commit e88085f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ewc-rfc001-issue-verifiable-credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@ Once the well-known endpoint for **issuer server** configuration is resolved, th
```json
{
"credential_issuer": "https://server.example.com",
"authorization_server": "https://server.example.com",
"authorization_servers": [
"https://server.example.com"
],
"credential_endpoint": "https://server.example.com/credential",
"deferred_credential_endpoint": "https://server.example.com/credential_deferred",
"display": [
Expand Down

0 comments on commit e88085f

Please sign in to comment.