Skip to content

Add privacy consideration on profiling of requestors #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2479,9 +2479,14 @@ <h1>Privacy Considerations</h1>
<p class="issue">TODO: Define privacy considerations for DID resolution</p>

<section id="profiling-requesters">
<h2>Non-DID Identifiers</h2>
<p class="issue" data-number="95">There is discussion about minimizing the extent of profiling of requesters
from DID Resolvers.
<h2>Profiling of DID Resolution and Dereferencing Requesters</h2>
<p><a>DID resolvers</a> and <a>DID URL dereferencers</a> will be able to log requests
to their services for resolution and dereferencing. Over time, these logs could be used to track
and profile the clients making requests for these services. To mitigate this privacy risk,
clients should make such requests to services they trust, for example,
because of an existing business relationship or because the service is running on
infrastructure they control. Clients can also take steps to obfuscate their
requests to a service in order to limit the possibilities of correlation and profiling.
</p>

</section>
Expand Down
Loading