Skip to content

Commit

Permalink
feat: update user profile settings to include vc
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Dec 12, 2024
1 parent 1fad80a commit b2b8fb8
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,29 @@
"length": { "max": 255 },
"person-name-prohibited-characters": {}
}
},
{
"name": "vc_presented_attributes",
"displayName": "${vc_presented_attributes}",
"validations": {
"length": {
"min": "0",
"max": "25000"
}
},
"annotations": {},
"required": {
"roles": ["admin", "user"],
"scopes": ["digitalcredential"]
},
"permissions": {
"view": ["admin"],
"edit": ["admin"]
},
"selector": {
"scopes": ["digitalcredential"]
},
"multivalued": false
}
],
"groups": [
Expand Down

0 comments on commit b2b8fb8

Please sign in to comment.