Skip to content
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

Controller of Verification Method #139

Merged
merged 5 commits into from
Jan 12, 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
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1272,11 +1272,21 @@ <h2>Verification Methods</h2>
place, its purpose is essentially the same; that is, it expresses one or more
entities that are authorized to perform certain actions associated with the
resource with which it is associated.
Note, however, that for [=verification methods=], it is only
an assertion made by the `controller` of the [=controlled identifier document=],
and this assertion is not necessarily true, i.e., it may be false.
To ensure that a [=verification method=]
is bound to a particular [=controller=],
one must go from the expression of the [=verification method=]
to its [=controlled-identifier-document=],
and then verify that the latter contains references to both
the [=verification method=] and its [=controller=]. See Section [[[#retrieve-verification-method]]] for an algorithm that ensures that a proper binding is verified.
</p>
<p>
In the case of the [=controller=] of a [=controlled identifier document=], the
[=controller=] can update the content of the document. In the case of the
[=controller=] of a [=verification method=], the [=controller=] can generate
The [=controller=] of a [=controlled identifier document=]
can update the content of the document. Only the actual
[=controller=] of a [=verification method=] (regardless of who
is asserted to be the controller) can generate
proofs that satisfy the method.
</p>
<p>
Expand Down