-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.well-known
85 lines (85 loc) · 2.65 KB
/
.well-known
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
76
77
78
79
80
81
82
83
84
85
{
"credential_issuer": "http://172.17.39.19:8088",
"credential_endpoint": "http://172.17.39.19:8088/v1/esignet/vci/credential",
"display": [
{
"name": "WTT Credential",
"locale": "en"
}
],
"credentials_supported": [
{
"format": "ldp_vc",
"id": "WTTCertificateCredential",
"scope": "utt_vc_ldp",
"cryptographic_binding_methods_supported": [
"did:jwk"
],
"cryptographic_suites_supported": [
"Ed25519Signature2020"
],
"proof_types_supported": [
"jwt"
],
"credential_definition": {
"type": [
"VerifiableCredential",
"WTTCertificateCredential"
],
"credentialSubject": {
"courseName": {
"display": [
{
"name": "Course Name",
"locale": "en"
}
]
},
"issuedON": {
"display": [
{
"name": "issuedON",
"locale": "en"
}
]
},
"admissionYear": {
"display": [
{
"name": "admissionYear",
"locale": "en"
}
]
},
"enrollment_id": {
"display": [
{
"name": "Enrollment ID",
"locale": "en"
}
]
}
}
},
"display": [
{
"name": "WTT Verifiable Credential",
"locale": "en",
"logo": {
"url": "https://utt.edu.tt/images/utt_crest_white.png",
"alt_text": "utt logo"
},
"background_color": "#FDFAF9",
"text_color": "#7C4616"
}
],
"order": [
"courseName",
"enrollment_id",
"issuedON",
"fullName",
"admissionYear"
]
}
]
}