-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCreateTDWCredential.json
93 lines (93 loc) · 2.99 KB
/
CreateTDWCredential.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
{
"CellId": 6601258412767401213,
"CredentialCore": {
"udid": "did:svrn:credential:FD54/8F2B/8D61/9C5B",
"context": [
"https://www.sovrona.com/ns/svrn/v1"
],
"claims": [
{
"key": "authentication",
"attribute": [
{
"key": "publicKey",
"value": "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
},
{
"key": "id",
"value": "#pubkey1"
},
{
"key": "type",
"value": "AUTHN-KEY"
}
]
},
{
"key": "service",
"attribute": [
{
"key": "serviceEndPoint",
"value": "http://localhost:5304/"
},
{
"key": "id",
"value": "#sep1"
},
{
"key": "type",
"value": "SEP-TCS"
}
]
},
{
"key": "testkey1",
"value": "testvalue1"
},
{
"key": "testkey2",
"attributes": [
[
{
"key": "publicKey",
"value": "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
},
{
"key": "id",
"value": "#pubkey1"
},
{
"key": "type",
"value": "AUTHN-KEY"
}
],
[
{
"key": "publicKey",
"value": "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
},
{
"key": "id",
"value": "#pubkey2"
},
{
"key": "type",
"value": "AUTHN-KEY"
}
]
]
}
]
},
"Envelope": {
"kind": "UDIDDocument",
"encryptionFlag": "NotEncrypted",
"hashedThumbprint64": "MpUTVq+AYTMEucWUFfMWfsWJRQ6tmO6FGzjAJGMN4T0=",
"signedHashSignature64": "CLFgZCLJPzozxwB+JjJr7xQdZxgcwbEX4XBsujD+1rCW0sd6T4JFMVFTb86H50HQZ6h7myUld+9pIlbNWS3IPIg11uwYjlzMe32AO+ETCMSEJQJAPN9IJB//C4J2SkAdkK9OszStVsA/GYYtKZQdYSTdDESQCDVw6292N92bIJY=",
"comments": [
"Bob's UDID Document",
"It works!",
"Created by TDW.TCSServer at 2021-06-15 07:07:09Z"
]
}
}