From 77410c4165cb41418d072eb2bc505a77f8b3be7f Mon Sep 17 00:00:00 2001 From: andreasabr <97103206+andreasabr@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:30:06 +0100 Subject: [PATCH] Update ewc-rfc001-issue-verifiable-credential.md OIDC4CI v12 defines the format new instead of jwt_vc is now jwt_vc_json --- ewc-rfc001-issue-verifiable-credential.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ewc-rfc001-issue-verifiable-credential.md b/ewc-rfc001-issue-verifiable-credential.md index 7c53026..2f9d014 100644 --- a/ewc-rfc001-issue-verifiable-credential.md +++ b/ewc-rfc001-issue-verifiable-credential.md @@ -12,7 +12,7 @@ * Mr Florin Coptil (Bosch, Germany) * Mr Matteo Mirabelli (Infocert, Italy) * Dr Mikael Linden (Vero, Finland) -* Mr Andreas Abraham (ValidatedID, Spain) +* Dr Andreas Abraham (ValidatedID, Spain) * Mr Renaud Murat (Archipels, France) * Mr. Sebastian Bickerle (Lissi ID, Germany) @@ -137,7 +137,7 @@ Once the `credential_offer_uri` query param is resolved, the response can be eit "credential_issuer": "https://server.example.com", "credentials": [ { - "format": "jwt_vc", + "format": "jwt_vc_json", "types": [ "VerifiableCredential", "VerifiableAttestation",