Skip to content

Commit b297822

Browse files
committed
Add additional issues to privacy considerations
1 parent 3eae550 commit b297822

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

index.html

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,9 @@ <h3>
967967
<h4>
968968
Exchange Protocol Considerations for User Privacy
969969
</h4>
970+
<p class="issue" data-number="255">
971+
Actually write these in the protocol requirements
972+
</p>
970973
<h5>
971974
Selective disclosure
972975
</h5>
@@ -1005,16 +1008,16 @@ <h5>
10051008
</p>
10061009
<p>
10071010
Note that unlinkability is exclusively a consideration for attributes
1008-
that can not be linked to a specific user identity. Inherently linkable
1009-
attributes such as names, driver's license numbers or phone numbers do
1010-
not benefit from unlinkability.
1011+
that can not be linked to a specific user identity. Inherently
1012+
linkable attributes such as names, driver's license numbers or phone
1013+
numbers do not benefit from unlinkability.
10111014
</p>
10121015
<p>
1013-
Through the Digital Credentials API, the user agent can help verifiers
1014-
and wallets exchange unlinkable attributes, but it can not guarantee
1015-
that no linkable information is passed between verifiers and wallets.
1016-
It is recommended that user agents account for this fact in their
1017-
user permission experience.
1016+
Through the Digital Credentials API, the user agent can help
1017+
verifiers and wallets exchange unlinkable attributes, but it can not
1018+
guarantee that no linkable information is passed between verifiers
1019+
and wallets. It is recommended that user agents account for this fact
1020+
in their user permission experience.
10181021
</p>
10191022
<p class="issue" data-number="279">
10201023
Which level of unlinkability is the goal for this API? Can we
@@ -1057,7 +1060,7 @@ <h5>
10571060
<h5>
10581061
Unlinkable revocation
10591062
</h5>
1060-
<p class="issue" data-number="280">
1063+
<p>
10611064
A common instance of issuer involvement in a credential exchange is
10621065
for credential revocation checks. This is particularly challenging
10631066
when presentations are intended to be verifier-issuer unlinkable.
@@ -1114,9 +1117,7 @@ <h5>
11141117
protocols are required to support and mandate encrypted responses in
11151118
a credential exchange.
11161119
</p>
1117-
<p class="issue" data-number="255">
1118-
Actually write these in the protocol requirements
1119-
</p>
1120+
<p class="issue" data-number="109"></p>
11201121
</section>
11211122
<section>
11221123
<h3>
@@ -1234,6 +1235,13 @@ <h3>
12341235
Should the API be designed so the site can provide in-context
12351236
explanations?
12361237
</p>
1238+
<h4>
1239+
Handling multiple credential requests
1240+
</h4>
1241+
<p class="issue" data-number="286">
1242+
We need to describe concerns, tradeoffs and possible mitigations of
1243+
handling multiple requests and responses for credential presentation.
1244+
</p>
12371245
<h4 id="multiple-user-agents">
12381246
Integrating Multiple User Agents
12391247
</h4>

0 commit comments

Comments
 (0)