-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenid4vci-credential-configuration.json
More file actions
75 lines (75 loc) · 1.92 KB
/
openid4vci-credential-configuration.json
File metadata and controls
75 lines (75 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"credential_configurations_supported": {
"IsomerVRDCredential": {
"format": "jwt_vc_json-ld",
"scope": "isomer_vrd",
"cryptographic_binding_methods_supported": [
"did:webs"
],
"credential_signing_alg_values_supported": [
"EdDSA"
],
"proof_types_supported": {
"jwt": {
"proof_signing_alg_values_supported": [
"EdDSA"
]
}
},
"credential_definition": {
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/security/data-integrity/v2",
"https://www.gleif.org/contexts/isomer-v1.jsonld"
],
"type": [
"VerifiableCredential",
"VRDCredential",
"KERIIsomerCredential"
],
"credentialSubject": {
"AID": {},
"legalName": {},
"address": {},
"legalEntityCredential": {}
}
}
},
"IsomerVRDAuthorizationCredential": {
"format": "jwt_vc_json-ld",
"scope": "isomer_vrd_authorization",
"cryptographic_binding_methods_supported": [
"did:webs"
],
"credential_signing_alg_values_supported": [
"EdDSA"
],
"proof_types_supported": {
"jwt": {
"proof_signing_alg_values_supported": [
"EdDSA"
]
}
},
"credential_definition": {
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/security/data-integrity/v2",
"https://www.gleif.org/contexts/isomer-v1.jsonld"
],
"type": [
"VerifiableCredential",
"VRDAuthorizationCredential",
"KERIIsomerCredential"
],
"credentialSubject": {
"AID": {},
"legalName": {},
"address": {},
"legalEntityCredential": {},
"authorizedQviAid": {}
}
}
}
}
}