-
Notifications
You must be signed in to change notification settings - Fork 29
/
mimoto-mock-identity-wellknown.json
125 lines (125 loc) · 2.9 KB
/
mimoto-mock-identity-wellknown.json
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"credential_issuer": "https://${mosip.injicertify.mock.host}",
"authorization_servers": [
"https://${mosip.esignet.mock.host}"
],
"credential_endpoint": "https://${mosip.injicertify.mock.host}/v1/certify/issuance/credential",
"credential_configurations_supported": {
"MockVerifiableCredential": {
"format": "ldp_vc",
"scope": "mock_identity_vc_ldp",
"proof_types_supported": {
"jwt": {
"proof_signing_alg_values_supported": [
"RS256",
"PS256",
"ES256"
]
}
},
"credential_definition": {
"type": [
"VerifiableCredential",
"MockVerifiableCredential"
],
"credentialSubject": {
"fullName": {
"display": [
{
"name": "Full Name",
"locale": "en"
}
]
},
"phone": {
"display": [
{
"name": "Phone Number",
"locale": "en"
}
]
},
"dateOfBirth": {
"display": [
{
"name": "DOB",
"locale": "en"
}
]
},
"gender": {
"display": [
{
"name": "Gender",
"locale": "en"
}
]
},
"email": {
"display": [
{
"name": "Email Id",
"locale": "en"
}
]
},
"region": {
"display": [
{
"name": "Region",
"locale": "en"
}
]
},
"province": {
"display": [
{
"name": "Province",
"locale": "en"
}
]
},
"UIN": {
"display": [
{
"name": "UIN",
"locale": "en"
}
]
},
"VID": {
"display": [
{
"name": "VID",
"locale": "en"
}
]
},
"postalCode": {
"display": [
{
"name": "Postal Code",
"locale": "en"
}
]
}
}
},
"display": [
{
"name": "Mock Verifiable Credential",
"locale": "en",
"logo": {
"url": "https://${mosip.api.public.host}/inji/mosip-logo.png",
"alt_text": "a square logo of a MOSIP"
},
"background_color": "#12107c",
"background_image": {
"uri": "https://${mosip.api.public.host}/inji/mosip-logo.png"
},
"text_color": "#FFFFFF"
}
]
}
}
}