Skip to content

Commit

Permalink
Value issue fixed. vct changed to type (EWC-consortium#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabr authored May 21, 2024
1 parent ce0341f commit 5665c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
*.bak
4 changes: 2 additions & 2 deletions ewc-rfc001-issue-verifiable-credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Once the well-known endpoint for **issuer server** configuration is resolved, th
}
],
"credential_definition": {
"vct": "VerifiablePortableDocumentA1",
"type": "VerifiablePortableDocumentA1",
"claims": {
"given_name": {
"display": [
Expand Down Expand Up @@ -690,7 +690,7 @@ Authorization: Bearer eyJ0eXAi...KTjcrDMg
{
"format": "vc+sd-jwt",
"credential_definition": {
"vct": "VerifiablePortableDocumentA1"
"type": "VerifiablePortableDocumentA1"
},
"proof": {
"proof_type": "jwt",
Expand Down

0 comments on commit 5665c32

Please sign in to comment.