Skip to content

Commit

Permalink
Merge pull request #81 from EWC-consortium/fix/rfc-001-issuer-metadata
Browse files Browse the repository at this point in the history
Fix: Authorization servers in issuer metadata must be an array
  • Loading branch information
endimion authored Sep 25, 2024
2 parents 42148c6 + e88085f commit 412d8d6
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 412d8d6

Please sign in to comment.