From 7ab4e48d5dda8e18641bec1da7127ce32ee013d3 Mon Sep 17 00:00:00 2001 From: Lal Chandran Date: Mon, 12 Feb 2024 14:35:03 +0100 Subject: [PATCH] Fix #9: Credential Issuer Metadata credentials_supported field must be an object Signed-off-by: Lal Chandran --- ewc-rfc001-issue-verifiable-credential.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ewc-rfc001-issue-verifiable-credential.md b/ewc-rfc001-issue-verifiable-credential.md index 8df1fb5..9f2b9ff 100644 --- a/ewc-rfc001-issue-verifiable-credential.md +++ b/ewc-rfc001-issue-verifiable-credential.md @@ -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", @@ -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