-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConsentReceipt.html
203 lines (202 loc) · 5.01 KB
/
ConsentReceipt.html
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<INSERT>
<button onclick="function crPrint()" style="margin:6px 10px 6px 20px; padding:3px; background-color:lightblue">Print Receipt</button>
<button onclick="function crSave()" style="margin:6px; padding:3px; background-color:lightblue">Save Receipt</button>
<button onclick="function crBack()" style="margin:6px; padding:3px; background-color:lightblue">Close Receipt</button>
<table border="1">
<tr>
<td colspan="2" style="border:0">
<H3 style="text-align:center">
Consent Receipt with minimal formating
</H3>
</td>
</tr>
<tr>
<td>
User (piiPrincipalId)
</td>
<td>tomcjones</td>
</tr>
<tr>
<td>
Collection Method
</td>
<td>user input</td>
</tr>
<tr style="height:1px">
<td colspan="2" style="height:1px;border:0;padding:0">
<p style="text-align:center; font-size:large; font-weight:bold; height:1px; padding:0; border:0">
Site(s) acquiring data (piiController)
</p>
</td>
</tr>
<tr>
<td>
Site
</td>
<td>IDESGidp</td>
</tr>
<tr>
<td style="padding-left:10px">
|> Contact
</td>
<td>jerry</td>
</tr>
<tr>
<td style="padding-left:10px">
|> address
</td>
<td>too restrictive for small sites</td>
</tr>
<tr>
<td style="padding-left:10px">
|> email
</td>
<td>[email protected]</td>
</tr>
<tr>
<td style="padding-left:10px">
|> phone
</td>
<td>too restrictive for small sites</td>
</tr>
<tr height="10">
<td colspan="2" style="height:1px;border:0;padding:0">
<p style="text-align:center; font-size:large; font-weight:bold; height:1px; padding:0; border:0">
Site acquiring data (services and their purposes)
</p>
</td>
</tr>
<tr>
<td style="padding-left:10px">
Service
</td>
<td>IdP</td>
</tr>
<tr>
<td style="padding-left:10px">
|> purpose
- primary
</td>
<td>Authenticate User</td>
</tr>
<tr>
<td style="padding-left:20px">
|>> purposeCategory
</td>
<td>1 - Core Function</td>
</tr>
<tr>
<td style="padding-left:20px">
|>> consentType
</td>
<td>EXPLICIT</td>
</tr>
<tr>
<td style="padding-left:20px">
|>> pii Data Category
</td>
<td>2 - Contact</td>
</tr>
<tr>
<td style="padding-left:20px">
|>> termination link
</td>
<td style="background-color:lightblue">
<div>
<a href="http://idesg-idp.azurewebsites.net/Home/About">http://idesg-idp.azurewebsites.net/Home/About</a>
</div>
</td>
</tr>
<tr>
<td style="padding-left:10px">
|> purpose
</td>
<td>Federated Logon</td>
</tr>
<tr>
<td style="padding-left:20px">
|>> purposeCategory
</td>
<td>2 - not clear to me</td>
</tr>
<tr>
<td style="padding-left:20px">
|>> consentType
</td>
<td>IMPLICIT</td>
</tr>
<tr>
<td style="padding-left:20px">
|>> pii Data Category
</td>
<td>2 - Contact</td>
</tr>
<tr>
<td style="padding-left:20px">
|>> pii Data Category
</td>
<td>3 - More stuff</td>
</tr>
<tr>
<td style="padding-left:20px">
|>> termination link
</td>
<td style="background-color:lightblue">
<div>
<a href="http://idesg-idp.azurewebsites.net/Home/About">http://idesg-idp.azurewebsites.net/Home/About</a>
</div>
</td>
</tr>
<tr height="10">
<td colspan="2" style="height:1px;border:0;padding:0">
<p style="text-align:center; font-size:large; font-weight:bold; height:1px; padding:0; border:0">
General information about this receipt
</p>
</td>
</tr>
<tr>
<td>
Sensitive + category
</td>
<td>false</td>
</tr>
<tr>
<td>
Jurisdiction
</td>
<td>WA</td>
</tr>
<tr>
<td>
Policy Link
</td>
<td style="background-color:lightblue">
<div>
<a href="http://idesg-idp.azurewebsites.net/Home/About">http://idesg-idp.azurewebsites.net/Home/About</a>
</div>
</td>
</tr>
<tr>
<td>
Consent Timestamp
</td>
<td>2018-06-12T04:12:45.1900946Z</td>
</tr>
<tr>
<td>
consentReceipt ID
</td>
<td>2a81b7c3-7279-46cc-a593-3ff9febb94b1</td>
</tr>
<tr>
<td>
Language
</td>
<td>en</td>
</tr>
</table>
<div>
Version:
KI-CR-v1.1.0</div>
<div id="SaveString" style="display:none"></div>
</INSERT>