Skip to content

Commit

Permalink
Fix EWC-consortium#9: Credential Issuer Metadata credentials_supporte…
Browse files Browse the repository at this point in the history
…d field must be an object

Signed-off-by: Lal Chandran <[email protected]>
  • Loading branch information
lalc committed Feb 12, 2024
1 parent 16a1681 commit 7ab4e48
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ewc-rfc001-issue-verifiable-credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,25 @@ Once the well-known endpoint for **issuer server** configuration is resolved, th
},
"description": "For queries about how we are managing your data please contact the Data Protection Officer."
},
"credentials_supported": {
"VerifiablePortableDocumentA1": {
"format": "vc+sd-jwt",
"display": [
{
"name": "Portable Document A1",
"locale": "en-GB"
}
]
}
}
}
```

> [!NOTE]
> In order to support all EBSI conformant wallets, the following format for the `credentials_supported` is also valid, but not **mandatory** to be supported:
```json
{
"credentials_supported": [
{
"format": "jwt_vc",
Expand All @@ -254,6 +273,7 @@ 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
Expand Down

0 comments on commit 7ab4e48

Please sign in to comment.