-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue marker, and address unused refs
- Loading branch information
Showing
2 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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> — 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 | ||
|
@@ -985,7 +984,7 @@ <h2>Assertion</h2> | |
</p> | ||
|
||
<dl> | ||
<dt><dfn id="defn-assertionMethod">assertionMethod</dfn></dt> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
<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 | ||
|
@@ -1601,8 +1600,7 @@ <h2>Controllers</h2> | |
} | ||
}], | ||
"authentication": ["#subject-authenticaton"], | ||
"assertionMethod": ["#credential-issuance"], | ||
"keyAgreement": ["#key-agreement"] | ||
This comment has been minimized.
Sorry, something went wrong.
OR13
Author
Contributor
|
||
"assertionMethod": ["#credential-issuance"] | ||
} | ||
</pre> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.