Skip to content

Commit

Permalink
Fix EWC-consortium#9: Updated discover response to support EBSI formats
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 8d7d576 commit 44bf8c6
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions ewc-rfc001-issue-verifiable-credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,31 @@ Once the well-known endpoint for **issuer server** configuration is resolved, th
```

> [!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:
> In order to support all EBSI conformant wallets, the following format for the response is also valid, but not **mandatory** to be supported:
```json
{
"credential_issuer": "https://server.example.com",
"authorization_server": "https://server.example.com",
"credential_endpoint": "https://server.example.com/credential",
"deferred_credential_endpoint": "https://server.example.com/credential_deferred",
"display": {
"name": "Issuer",
"location": "Belgium",
"locale": "en-GB",
"cover": {
"url": "https://server.example.com/cover.jpeg",
"alt_text": "Issuer"
},
"logo": {
"url": "https://server.example.com/logo.jpg",
"alt_text": "Issuer"
},
"description": "For queries about how we are managing your data please contact the Data Protection Officer."
},
"credentials_supported": [
{
"format": "jwt_vc_json",
"format": "jwt_vc",
"types": [
"VerifiableCredential",
"VerifiableAttestation",
Expand Down

0 comments on commit 44bf8c6

Please sign in to comment.