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

Conversation

wip-abramson
Copy link
Contributor

@wip-abramson wip-abramson commented Jun 9, 2025

This PR addresses #95


Preview | Diff

@w3cbot
Copy link

w3cbot commented Jun 12, 2025

This was discussed during the #did meeting on 12 June 2025.

View the transcript

w3c/did-resolution#157

Wip: majority of PRs are ready to be merged so everyone should take a close look at them.

Wip: DiD resolvers should be aware of requesters - questions?

<ottomorac> Looks good


Copy link
Collaborator

@peacekeeper peacekeeper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks.

@mccown
Copy link
Contributor

mccown commented Jul 17, 2025

This is a good description of the "phone home" privacy problem's impact on DID Method resolution. Traditionally, DID Methods have been "at" a specific location (e.g., secure database, ledger, etc.) and will therefore be susceptible to logging correlation. During resolution, the DID resolver will return an address/location for the DID Method, which causes this situation.

However, DID Methods for other types of more decentralized architectures, such as did:webvh or did:webs / KERI can be created in ways that don't have a protocol-wide central DID Method location. For these architectures, there can be a DID Method hosted in a large number of locations, which means that any logging by the DID Method would be limited to the specific DIDs hosted at that location. Of course, DID Method hosting locations can correlate their logs, but they should be discouraged from doing so.

The net effect of this is that different DID Methods have different privacy risks & mitigations. I would be happy to write up some text that could be added to the above submitted privacy warning. However, it would need to cite did:webvh and did:webs (KERI) as architectural examples.

Would it be helpful if I submitted this new text?

@w3cbot
Copy link

w3cbot commented Jul 17, 2025

This was discussed during the #did meeting on 17 July 2025.

View the transcript

w3c/did-resolution#157

Wip: This one has been open for a month...

smccown: Depending on how DID methods are implemented they can be somewhat centralized... I was talking to Stephen Curran that may not always be the case with did:webvh... You can still host your did-docs in a variety of locations... This also applies to did:keri because of the way they structured the infra.... This could be interesting to discuss and analyze....

Wip: Yes I think you are then agreeing with the PR and we could discuss this other item in a separate issue...

<bengo> +1 to merge


@peacekeeper
Copy link
Collaborator

Merging after some discussion and approvals.

@peacekeeper peacekeeper merged commit 61e3d39 into w3c:gh-pages Jul 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants