Skip to content

Commit

Permalink
refactor: use claims and vct instead of credential_definition
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Nov 4, 2024
1 parent 399d035 commit 0540d5e
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions scripts/wk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,16 @@ setup() {
"text_color": "#FFFFFF"
}
],
"credential_definition": {
"type": [
"test_credential"
],
"credentialSubject": {
"tested": {
"mandatory": true,
"display": [
{
"name": "Is tested",
"locale": "en-US"
}
]
}
"vct": "test_credential",
"claims": {
"tested": {
"mandatory": true,
"display": [
{
"name": "Is tested",
"locale": "en-US"
}
]
}
}
}
Expand Down

0 comments on commit 0540d5e

Please sign in to comment.