From 1ea7469831d848b161bf94daa11c39e7fc70a763 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Wed, 27 Sep 2023 14:48:03 -0500 Subject: [PATCH] Add issue marker, and address unused refs --- index.html | 12 +++++------- terms.html | 8 -------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index f7c4eb84..d34ef8ca 100644 --- a/index.html +++ b/index.html @@ -578,6 +578,8 @@

OpenID Connect

Controller Documents

+ +

A controller document is a set of data that specifies one or more @@ -895,10 +897,7 @@

Verification Relationships

verification method is explicit in the controller document. Verification methods that are not associated with a particular verification relationship cannot be used for that verification -relationship. For example, a verification method in the value of -the `authentication` property cannot be used to engage in -key agreement protocols with the controller — the value of the -`keyAgreement` property needs to be used for that. +relationship.

The controller document does not express revoked keys using a verification @@ -985,7 +984,7 @@

Assertion

-
assertionMethod
+
assertionMethod
The `assertionMethod` property is OPTIONAL. If present, its value MUST be a set of @@ -1601,8 +1600,7 @@

Controllers

} }], "authentication": ["#subject-authenticaton"], - "assertionMethod": ["#credential-issuance"], - "keyAgreement": ["#key-agreement"] + "assertionMethod": ["#credential-issuance"] } diff --git a/terms.html b/terms.html index ff08b924..38e771bd 100644 --- a/terms.html +++ b/terms.html @@ -19,14 +19,6 @@ attribute or controls a specific secret.
-
cryptographic suite
-
- A specification defining the usage of specific cryptographic primitives in - order to achieve a particular security goal. These documents are often used - to specify verification methods, digital signature types, - their identifiers, and other related properties. -
-
decentralized identifier (DID)