-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAlice-sample.json
95 lines (95 loc) · 3.12 KB
/
Alice-sample.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
{
{
"CellId": 97937472751134764,
"Credential": {
"context": [
"https://www.sovrona.com/ns/udid/v1"
],
"claims": [
{
"key": "testkey1",
"value": "testvalue1"
},
{
"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": "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",
"thumbprint": "<thumbprint>",
"signature": "<signature>",
"notarystamp": "<notarystamp>",
"comments": [
"Alice's UDID Document",
"It works!",
"Created by TDW.TCSServer at 2021-06-14 08:19:29Z"
]
}
}
}