Skip to content

Commit

Permalink
Merge pull request #58 from adorsys/add-vct-to-signing-service
Browse files Browse the repository at this point in the history
Added vct to signing services. This is required if vcConfigId is set
  • Loading branch information
IngridPuppet authored Jul 17, 2024
2 parents b3c96df + 1957d06 commit 2b5a558
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
1 change: 1 addition & 0 deletions signing_service-IdentityCredential.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"hashAlgorithm": ["sha-256"],
"tokenType": ["vc+sd-jwt"],
"vcConfigId": ["IdentityCredential"],
"vct": ["https://credentials.example.com/identity_credential"],
"decoys": [2]
}
}
1 change: 1 addition & 0 deletions signing_service-test-credential.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"hashAlgorithm": ["sha-256"],
"tokenType": ["vc+sd-jwt"],
"vcConfigId": ["test-credential"],
"vct": ["https://credentials.example.com/test-credential"],
"decoys": [2]
}
}
13 changes: 0 additions & 13 deletions signing_service.json

This file was deleted.

0 comments on commit 2b5a558

Please sign in to comment.