Skip to content

Commit

Permalink
Refer to controller document for verification method binding.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Oct 19, 2024
1 parent ac16ac4 commit a5e04dd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2847,11 +2847,14 @@ <h3>Data Opacity</h3>
<section>
<h3>Verification Method Binding</h3>

<p class="issue">
Implementers must ensure that a verification method is bound to a particular
controller by going from the verification method to the controller document,
and then ensuring that the controller document also contains the verification
method.
<p>
Implementers ensure that a [=verification method=] is bound to a particular
controller by going from the definition of the [=verification method=] to the
[=controller document=], and then ensuring that the [=controller document=] also
contains a reference to the [=verification method=]. This process is described
in the algorithm for
<a data-cite="?CONTROLLER-DOCUMENT#retrieve-verification-method">
retrieving a verification method</a>.
</p>
</section>

Expand Down

0 comments on commit a5e04dd

Please sign in to comment.