Skip to content

Commit

Permalink
Add issue marker, and address unused refs
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Sep 27, 2023
1 parent e23c868 commit 1ea7469
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
12 changes: 5 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,8 @@ <h2>OpenID Connect</h2>
</section>
<section class="informative">
<h3>Controller Documents</h3>

<p class="issue" data-number="160"></p>

<p>
A <a>controller document</a> is a set of data that specifies one or more
Expand Down Expand Up @@ -895,10 +897,7 @@ <h2>Verification Relationships</h2>
<a>verification method</a> is explicit in the <a>controller document</a>.
<a>Verification methods</a> that are not associated with a particular
<a>verification relationship</a> cannot be used for that <a>verification
relationship</a>. For example, a <a>verification method</a> in the value of
the `<a>authentication</a>` property cannot be used to engage in
key agreement protocols with the <a>controller</a> &mdash; the value of the
`<a>keyAgreement</a>` property needs to be used for that.
relationship</a>.
</p>
<p>
The <a>controller document</a> does not express revoked keys using a <a>verification
Expand Down Expand Up @@ -985,7 +984,7 @@ <h2>Assertion</h2>
</p>

<dl>
<dt><dfn id="defn-assertionMethod">assertionMethod</dfn></dt>

This comment has been minimized.

Copy link
@OR13

OR13 Sep 27, 2023

Author Contributor

case in point, we don't want to actually be defining this here... we want to be referring to a definition elsewhere, ideally not in data integrity.

This comment has been minimized.

Copy link
@OR13

OR13 Sep 27, 2023

Author Contributor
<dt>assertionMethod</dt>
<dd>
The `assertionMethod` property is OPTIONAL. If present, its
value MUST be a <a data-cite="INFRA#ordered-set">set</a> of
Expand Down Expand Up @@ -1601,8 +1600,7 @@ <h2>Controllers</h2>
}
}],
"authentication": ["#subject-authenticaton"],
"assertionMethod": ["#credential-issuance"],
"keyAgreement": ["#key-agreement"]

This comment has been minimized.

Copy link
@OR13

OR13 Sep 27, 2023

Author Contributor

encryption has historically been out of scope for vcwg... so I removed this example, and the associated definition...

"assertionMethod": ["#credential-issuance"]
}
</pre>

Expand Down
8 changes: 0 additions & 8 deletions terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@
attribute or controls a specific secret.
</dd>

<dt><dfn data-lt="cryptosuite">cryptographic suite</dfn></dt>
<dd>
A specification defining the usage of specific cryptographic primitives in
order to achieve a particular security goal. These documents are often used
to specify <a>verification methods</a>, digital signature types,
their identifiers, and other related properties.
</dd>

<dt><dfn data-lt="decentralized identifiers|DID|DIDs">decentralized identifier</dfn> (DID)</dt>

<dd>
Expand Down

0 comments on commit 1ea7469

Please sign in to comment.