-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
{
"typ": "trust-mark+jwt",
"alg": "ES256",
"kid": "2HnoFS3YnC9tjiCaivhWnXAdNuA"
}
.
{
"iss": "https://federation.example.org",
"sub": "https://rp.example.org",
"iat": 1710841200,
"exp": 1742377200,
"id": "https://federation.example.org/trust_marks/intended_usage/v1",
"ref": "https://federation.example.org/trust_marks/intended_usage/policy",
"intended_usage": [
{
"loan": {
"id": "that_credential_id",
"format": "vc+sd-jwt",
"meta": {
"vct_values": [
"https://credentials.example.com/identity_credential"
]
},
"claims": [
{
"path": ["last_name"]
},
{
"path": ["first_name"]
},
{
"path": ["address", "street_address"]
}
]
}
},
{
"kyc": {
"id": "kyc_credential_id",
"format": "vc+sd-jwt",
"meta": {
"vct_values": [
"https://credentials.example.com/kyc_credential"
]
},
"claims": [
{
"path": ["verification_level"]
},
{
"path": ["verification_date"]
}
]
}
}
]
}
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo