From e905e1344fc2e0e4173f46f56e0b3605df82a727 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Wed, 12 Jul 2023 16:45:15 -0500 Subject: [PATCH 01/39] Add validation section regarding holder --- index.html | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/index.html b/index.html index 0c4de0759..33536dd55 100644 --- a/index.html +++ b/index.html @@ -4853,6 +4853,67 @@

Issuer

+
+

Holder

+

+The value associated with the holder property is expected +to identify an holder that is known to and trusted by the +verifier. +

+

+Relevant metadata about the holder property is expected +to be available to the verifier. For example, an holder can +publish information containing the verification material used to secure +verifiable presentations. This metadata is relevant when +checking the proofs on the verifiable presentations. +

+

+See the Subject-Holder Relationships and + for additional examples related to subject and holder. +

+ +

+`issuer`, `subject` and `holder` are graph nodes, which support multiple representations, +making validating that these roles are performed by the same entity potentially complex. +

+ +

+A verifier might believe that a verifiable presentation holder +is the same entity as a verifiable credential subject, when the following happens: +

+ +
+

Issuance Date

From 2f530930ba6439c7b849766a8abc513b36c3f38f Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 13 Jul 2023 08:10:24 -0500 Subject: [PATCH 02/39] Update index.html Co-authored-by: Gabe <7622243+decentralgabe@users.noreply.github.com> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 33536dd55..5ab28847d 100644 --- a/index.html +++ b/index.html @@ -4857,7 +4857,7 @@

Issuer

Holder

The value associated with the holder property is expected -to identify an holder that is known to and trusted by the +to identify a holder that is known and trusted by the verifier.

From 44428d1487e5dd5da3398aa04ccb7fc377167722 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 13 Jul 2023 08:10:30 -0500 Subject: [PATCH 03/39] Update index.html Co-authored-by: Gabe <7622243+decentralgabe@users.noreply.github.com> --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5ab28847d..1a270589c 100644 --- a/index.html +++ b/index.html @@ -4862,10 +4862,10 @@

Holder

Relevant metadata about the holder property is expected -to be available to the verifier. For example, an holder can +to be available to the verifier. For example, a holder can publish information containing the verification material used to secure verifiable presentations. This metadata is relevant when -checking the proofs on the verifiable presentations. +checking proofs on verifiable presentations.

See the Subject-Holder Relationships and From 3b493114f0a6a5e82cacef09e51a3f81d043124a Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 13 Jul 2023 08:22:55 -0500 Subject: [PATCH 04/39] Update index.html Co-authored-by: Oliver Terbu <43441584+awoie@users.noreply.github.com> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1a270589c..3a4bc3705 100644 --- a/index.html +++ b/index.html @@ -4889,7 +4889,7 @@

Holder

A verifier might believe that a verifiable presentation holder -is the same entity as a verifiable credential subject, when the following happens: +is the same entity as a verifiable credential subject, when the following conditions apply:

  • From c136795b4d952f91432eda9d215bef3c593db15b Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 13 Jul 2023 08:23:03 -0500 Subject: [PATCH 05/39] Update index.html Co-authored-by: Oliver Terbu <43441584+awoie@users.noreply.github.com> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3a4bc3705..350e97e23 100644 --- a/index.html +++ b/index.html @@ -4894,7 +4894,7 @@

    Holder

    • The verifiable presentation is secured, -using a mechanism the verifier trusts to protect the integrity of `vp+ld+json`. +using a mechanism the verifier trusts to protect the integrity of vp+ld+json.
    • The verifiable presentation includes one or more verifiable credentials that are secured, From c5da4cbb12bbfc4df634b9b48623a0ab0153011d Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 13 Jul 2023 08:23:10 -0500 Subject: [PATCH 06/39] Update index.html Co-authored-by: Oliver Terbu <43441584+awoie@users.noreply.github.com> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 350e97e23..d92a232ca 100644 --- a/index.html +++ b/index.html @@ -4907,7 +4907,7 @@

      Holder

    • -When the verification material used to provide a `proof` on a verifiable presentation, +When the verification material used to provide a proof on a verifiable presentation, is also present in the claims about the credential subject, either by value or by reference.

    • From 0ab19a2bf40c1d174f41c6e5b3d11c17944de0dc Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 13 Jul 2023 18:11:24 -0500 Subject: [PATCH 07/39] Update index.html Co-authored-by: Brent Zundel --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d92a232ca..9f7c39995 100644 --- a/index.html +++ b/index.html @@ -4907,7 +4907,7 @@

      Holder

    • -When the verification material used to provide a proof on a verifiable presentation, +When the verification material used to secure a verifiable presentation, is also present in the claims about the credential subject, either by value or by reference.

    • From 5ecdfa8a7aedf680beef293aa7f24363502e86e1 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 13 Jul 2023 18:13:01 -0500 Subject: [PATCH 08/39] Update index.html Co-authored-by: Dave Longley --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9f7c39995..2ba6b7e37 100644 --- a/index.html +++ b/index.html @@ -4857,7 +4857,7 @@

      Issuer

      Holder

      The value associated with the holder property is expected -to identify a holder that is known and trusted by the +to identify the holder to the verifier. verifier.

      From 9dbd12e6b405233a941096339d7cea82a539cd2d Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 14 Jul 2023 12:45:58 -0500 Subject: [PATCH 09/39] Update index.html Co-authored-by: Brent Zundel --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2ba6b7e37..41d1dfb41 100644 --- a/index.html +++ b/index.html @@ -4868,7 +4868,7 @@

      Holder

      checking proofs on verifiable presentations.

      -See the Subject-Holder Relationships and +See the and for additional examples related to subject and holder.

      From 8369c5553415cb17dbdd41f02b00d202dd8e4ce5 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 14 Jul 2023 12:46:07 -0500 Subject: [PATCH 10/39] Update index.html Co-authored-by: Dave Longley --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 41d1dfb41..2c514e95c 100644 --- a/index.html +++ b/index.html @@ -4907,7 +4907,7 @@

      Holder

    • -When the verification material used to secure a verifiable presentation, +When the verification material used to secure a verifiable presentation is also present in the claims about the credential subject, either by value or by reference.

    • From 634e403f29d2e149483b34ada8d539beda116ff0 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 14 Jul 2023 12:46:29 -0500 Subject: [PATCH 11/39] Update index.html Co-authored-by: Dave Longley --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2c514e95c..2a63071fa 100644 --- a/index.html +++ b/index.html @@ -4888,7 +4888,7 @@

      Holder

    -A verifier might believe that a verifiable presentation holder +A verifier might conjecture that a verifiable presentation holder is the same entity as a verifiable credential subject, when the following conditions apply:

      From 225ead3567cebf0c330353027befe493943659ac Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 14 Jul 2023 12:46:40 -0500 Subject: [PATCH 12/39] Update index.html Co-authored-by: Dave Longley --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2a63071fa..0007746c8 100644 --- a/index.html +++ b/index.html @@ -4884,7 +4884,7 @@

      Holder

      Presentations defines expressions of `holder` in presentations
    • -credential subject defines expressions of `credentialSubject` in credentials +Credential subject defines expressions of `credentialSubject` in credentials

    From 8dcf3a8e3ddeffd192f84496d3fb5a3f69f8af1c Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 14 Jul 2023 12:46:46 -0500 Subject: [PATCH 13/39] Update index.html Co-authored-by: Dave Longley --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0007746c8..ff2012f60 100644 --- a/index.html +++ b/index.html @@ -4873,7 +4873,7 @@

    Holder

    -`issuer`, `subject` and `holder` are graph nodes, which support multiple representations, +`issuer`, `subject`, and `holder` are graph nodes, which support multiple representations, making validating that these roles are performed by the same entity potentially complex.

      From 32b625416218bc557063b36535b951645a669d13 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 14 Jul 2023 12:46:54 -0500 Subject: [PATCH 14/39] Update index.html Co-authored-by: Dave Longley --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index ff2012f60..210e32469 100644 --- a/index.html +++ b/index.html @@ -4857,8 +4857,7 @@

      Issuer

      Holder

      The value associated with the holder property is expected -to identify the holder to the verifier. -verifier. +to identify the holder to the verifier.

      Relevant metadata about the holder property is expected From 3d2c7a6251a50248e1d67d501da692a1c1f7d607 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Mon, 17 Jul 2023 09:35:23 -0500 Subject: [PATCH 15/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 210e32469..1fde81a38 100644 --- a/index.html +++ b/index.html @@ -4873,7 +4873,8 @@

      Holder

      `issuer`, `subject`, and `holder` are graph nodes, which support multiple representations, -making validating that these roles are performed by the same entity potentially complex. +potentially making it complex to evaluate whether these roles are being filled +by the same entity.

      • From 12438847157cbf0e329b0172c5c0bf01bd820b69 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Mon, 17 Jul 2023 09:35:33 -0500 Subject: [PATCH 16/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1fde81a38..b48b6f749 100644 --- a/index.html +++ b/index.html @@ -4878,7 +4878,7 @@

        Holder

        • -Issuer defines expressions of `issuer` in credentials +Issuers define expressions of `issuer` in credentials
        • Presentations defines expressions of `holder` in presentations From ae5104ae38b0d50b488a497fed648f78a55c25ae Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Mon, 17 Jul 2023 09:35:40 -0500 Subject: [PATCH 17/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b48b6f749..ed162483e 100644 --- a/index.html +++ b/index.html @@ -4881,7 +4881,7 @@

          Holder

          Issuers define expressions of `issuer` in credentials
        • -Presentations defines expressions of `holder` in presentations +Presentations define expressions of `holder` in presentations
        • Credential subject defines expressions of `credentialSubject` in credentials From 95152536156228d3605ca2efb96ebccd546c2034 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Mon, 17 Jul 2023 09:35:49 -0500 Subject: [PATCH 18/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ed162483e..49ac954a5 100644 --- a/index.html +++ b/index.html @@ -4884,7 +4884,7 @@

          Holder

          Presentations define expressions of `holder` in presentations
        • -Credential subject defines expressions of `credentialSubject` in credentials +Credential subjects define expressions of `credentialSubject` in credentials

        From 5e5bc528321f2e48d9b887b87506a00d1193a871 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Mon, 17 Jul 2023 09:37:04 -0500 Subject: [PATCH 19/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 49ac954a5..33944b1c9 100644 --- a/index.html +++ b/index.html @@ -4872,7 +4872,7 @@

        Holder

        -`issuer`, `subject`, and `holder` are graph nodes, which support multiple representations, +`Issuer`, `subject`, and `holder` are graph nodes which support multiple representations, potentially making it complex to evaluate whether these roles are being filled by the same entity.

        From 0233e2e806b895217c403bd0bf4b2f85aa613423 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 20 Jul 2023 13:27:05 -0500 Subject: [PATCH 20/39] Update index.html Co-authored-by: Joe Andrieu --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 33944b1c9..e7b44760e 100644 --- a/index.html +++ b/index.html @@ -4857,7 +4857,7 @@

        Issuer

        Holder

        The value associated with the holder property is expected -to identify the holder to the verifier. +to be usable to identify the holder to the verifier.

        Relevant metadata about the holder property is expected From 223064c8e512731d4798c7075e0f148cf2ffafff Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 20 Jul 2023 13:27:42 -0500 Subject: [PATCH 21/39] Update index.html Co-authored-by: Joe Andrieu --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e7b44760e..6bc2ba996 100644 --- a/index.html +++ b/index.html @@ -4874,7 +4874,8 @@

        Holder

        `Issuer`, `subject`, and `holder` are graph nodes which support multiple representations, potentially making it complex to evaluate whether these roles are being filled -by the same entity. +by appropriate entities. Validation is the process by which verifiers apply business rules to +evaluate the appropriateness of a particular use of a Verifiable Credential.

        • From 98c156bdebd937376777eccb3371455d51394afe Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 20 Jul 2023 13:28:43 -0500 Subject: [PATCH 22/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6bc2ba996..92604d60e 100644 --- a/index.html +++ b/index.html @@ -4889,8 +4889,12 @@

          Holder

        -A verifier might conjecture that a verifiable presentation holder -is the same entity as a verifiable credential subject, when the following conditions apply: +A verifier might need to validate a given verifiable presentation +against complex business rules; for example, the verifier may need confidence +that the holder is the same entity as a subject of a verifiable +credential. In that situation, the following factors should provide +reasonable confidence that the holder presenting a given VC is, in fact, a +subject of that VC:

        • From 567bfac3f8741ae5a83d414d92c696cbb82ab5e0 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sun, 23 Jul 2023 06:42:30 -0700 Subject: [PATCH 23/39] Update index.html Co-authored-by: Manu Sporny --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 92604d60e..46f832cc5 100644 --- a/index.html +++ b/index.html @@ -4890,7 +4890,7 @@

          Holder

        A verifier might need to validate a given verifiable presentation -against complex business rules; for example, the verifier may need confidence +against complex business rules; for example, the verifier might need confidence that the holder is the same entity as a subject of a verifiable credential. In that situation, the following factors should provide reasonable confidence that the holder presenting a given VC is, in fact, a From 260568e48084a95f84702cfa5f7f4ae3fa9352d2 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sun, 23 Jul 2023 06:43:28 -0700 Subject: [PATCH 24/39] Update index.html Co-authored-by: Manu Sporny --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 46f832cc5..7315c2e4b 100644 --- a/index.html +++ b/index.html @@ -4892,7 +4892,7 @@

        Holder

        A verifier might need to validate a given verifiable presentation against complex business rules; for example, the verifier might need confidence that the holder is the same entity as a subject of a verifiable -credential. In that situation, the following factors should provide +credential. In that situation, the following factors can provide reasonable confidence that the holder presenting a given VC is, in fact, a subject of that VC:

        From 8433dbf8a91a535366ded32e142281c5878ee7a7 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sun, 23 Jul 2023 06:44:07 -0700 Subject: [PATCH 25/39] Update index.html Co-authored-by: Manu Sporny --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7315c2e4b..2bda13ee5 100644 --- a/index.html +++ b/index.html @@ -4893,8 +4893,9 @@

        Holder

        against complex business rules; for example, the verifier might need confidence that the holder is the same entity as a subject of a verifiable credential. In that situation, the following factors can provide -reasonable confidence that the holder presenting a given VC is, in fact, a -subject of that VC: +reasonable confidence that the holder presenting a given +verifiable credential is, in fact, a subject of that +verifiable credential:

        • From dbfaa3788325099ff939fdc9aba5121187b203eb Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sun, 23 Jul 2023 06:44:40 -0700 Subject: [PATCH 26/39] Update index.html Co-authored-by: Manu Sporny --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2bda13ee5..19d9402cc 100644 --- a/index.html +++ b/index.html @@ -4900,7 +4900,7 @@

          Holder

          • The verifiable presentation is secured, -using a mechanism the verifier trusts to protect the integrity of vp+ld+json. +using a mechanism the verifier trusts to protect the integrity of the content.
          • The verifiable presentation includes one or more verifiable credentials that are secured, From bbb41b02aaf48db60c333a889e670d5aaa915dda Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sun, 23 Jul 2023 06:45:12 -0700 Subject: [PATCH 27/39] Update index.html Co-authored-by: Manu Sporny --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 19d9402cc..f1c6735d5 100644 --- a/index.html +++ b/index.html @@ -4904,7 +4904,7 @@

            Holder

          • The verifiable presentation includes one or more verifiable credentials that are secured, -using a mechanism the verifier trusts to protect the integrity of `vc+ld+json`. +using a mechanism the verifier trusts to protect the integrity of the content.
          • From 32c8e847291697f165357d5ea8e409696a0d827a Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Tue, 1 Aug 2023 17:35:34 -0500 Subject: [PATCH 28/39] Update index.html Co-authored-by: Gabe <7622243+decentralgabe@users.noreply.github.com> --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f1c6735d5..c7523be8a 100644 --- a/index.html +++ b/index.html @@ -4879,10 +4879,10 @@

            Holder

            From f91ccbfa665915aaeea6b017bc9ab6b9dcfe063c Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 3 Aug 2023 10:55:08 -0500 Subject: [PATCH 30/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 99b4f3f6c..f03b564e0 100644 --- a/index.html +++ b/index.html @@ -4860,8 +4860,9 @@

            Holder

            to be usable to identify the holder to the verifier.

            -Relevant metadata about the holder property is expected -to be available to the verifier. For example, a holder can +Relevant metadata about the entity identified by the value of the +holder property is expected to be available to or +retrievable by the verifier. For example, a holder can publish information containing the verification material used to secure verifiable presentations. This metadata is relevant when checking proofs on verifiable presentations. From 5d44e0e8dd9ac9f3bd7a44e1e500e2d189578fc1 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 3 Aug 2023 10:55:54 -0500 Subject: [PATCH 31/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.html b/index.html index f03b564e0..fc69c4334 100644 --- a/index.html +++ b/index.html @@ -4908,15 +4908,11 @@

            Holder

            using a mechanism the verifier trusts to protect the integrity of the content.
          • -

            When the identifiers for `holder` and `subject` are the same. -

          • -

            When the verification material used to secure a verifiable presentation is also present in the claims about the credential subject, either by value or by reference. -

From 291402b37b77770641db0a73def6a97ba4e38cef Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Tue, 22 Aug 2023 10:52:10 -0500 Subject: [PATCH 32/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index fc69c4334..9888b7004 100644 --- a/index.html +++ b/index.html @@ -4860,12 +4860,16 @@

Holder

to be usable to identify the holder to the verifier.

-Relevant metadata about the entity identified by the value of the -holder property is expected to be available to or -retrievable by the verifier. For example, a holder can +Often relevant metadata about the holder, as identified by the value of the +holder property, is available to, or +retrievable by, the verifier. For example, a holder can publish information containing the verification material used to secure -verifiable presentations. This metadata is relevant when -checking proofs on verifiable presentations. +verifiable presentations. This metadata is expected to be used when +checking proofs on verifiable presentations. Some cryptographic +identifiers contain all necessary metadata in the identifier itself. In those +cases, no additional metadata is required. Other identifiers use verifiable +data registries where such metadata is automatically published for use +by verifiers, without any additional action by the holder.

See the and From ff5913dc9ab828ff7e4cdf6e5703a053439cfefb Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 25 Aug 2023 09:05:01 -0500 Subject: [PATCH 33/39] Update index.html Co-authored-by: Brent Zundel --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9888b7004..5f14cc4ef 100644 --- a/index.html +++ b/index.html @@ -4880,7 +4880,7 @@

Holder

`Issuer`, `subject`, and `holder` are graph nodes which support multiple representations, potentially making it complex to evaluate whether these roles are being filled by appropriate entities. Validation is the process by which verifiers apply business rules to -evaluate the appropriateness of a particular use of a Verifiable Credential. +evaluate the appropriateness of a particular use of a verifiable credential.

  • From 466fa50e201693d2eb6b78fba52156799b757681 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sat, 26 Aug 2023 08:46:49 -0500 Subject: [PATCH 34/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5f14cc4ef..5efd85b05 100644 --- a/index.html +++ b/index.html @@ -4880,7 +4880,7 @@

    Holder

    `Issuer`, `subject`, and `holder` are graph nodes which support multiple representations, potentially making it complex to evaluate whether these roles are being filled by appropriate entities. Validation is the process by which verifiers apply business rules to -evaluate the appropriateness of a particular use of a verifiable credential. +evaluate the propriety of a particular use of a verifiable credential.

    • From 7d87d3a7285241ed0ac1e7bb4d1360fcec9ee1bb Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Wed, 30 Aug 2023 14:42:35 -0500 Subject: [PATCH 35/39] Update index.html Co-authored-by: Joe Andrieu --- index.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/index.html b/index.html index 5efd85b05..cbcc4eac8 100644 --- a/index.html +++ b/index.html @@ -4884,13 +4884,6 @@

      Holder

      From 9203268ee6dca038e881e6c584ceac617125e7c5 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 31 Aug 2023 09:40:02 -0500 Subject: [PATCH 36/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index cbcc4eac8..f7c0c6f39 100644 --- a/index.html +++ b/index.html @@ -4908,8 +4908,8 @@

      Holder

      When the identifiers for `holder` and `subject` are the same.
    • -When the verification material used to secure a verifiable presentation -is also present in the claims about the credential subject, either by value or by reference. +That common identifier can be used to discover or derive the verification +material used to verify the integrity of that verifiable presentation.
    From a1d0c3240005516328e9bba259435ddd66d72796 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 31 Aug 2023 09:40:48 -0500 Subject: [PATCH 37/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index f7c0c6f39..0e47ae07d 100644 --- a/index.html +++ b/index.html @@ -4890,10 +4890,10 @@

    Holder

    A verifier might need to validate a given verifiable presentation against complex business rules; for example, the verifier might need confidence that the holder is the same entity as a subject of a verifiable -credential. In that situation, the following factors can provide -reasonable confidence that the holder presenting a given -verifiable credential is, in fact, a subject of that -verifiable credential: +credential. In such a situation, the following factors can provide a +verifier with reasonable confidence that the claims expressed regarding +that identifier, in included verifiable credentials, are, in fact, about +the current presenter:

    • From 159855fc22f3762cf896ed3d29109a0e637335cf Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Thu, 31 Aug 2023 09:41:04 -0500 Subject: [PATCH 38/39] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0e47ae07d..567184df7 100644 --- a/index.html +++ b/index.html @@ -4905,7 +4905,9 @@

      Holder

      using a mechanism the verifier trusts to protect the integrity of the content.
    • -When the identifiers for `holder` and `subject` are the same. +The identifier in the `holder` property of the verifiable presentation and +at least one identifier property of at least one object in the `credentialSubject` array +are the same.
    • That common identifier can be used to discover or derive the verification From de684bab864a329ac6440b6ad889978c5bf4a953 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 1 Sep 2023 08:49:04 -0500 Subject: [PATCH 39/39] Update index.html Co-authored-by: Dave Longley --- index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 567184df7..a181992e4 100644 --- a/index.html +++ b/index.html @@ -4877,9 +4877,7 @@

      Holder

      -`Issuer`, `subject`, and `holder` are graph nodes which support multiple representations, -potentially making it complex to evaluate whether these roles are being filled -by appropriate entities. Validation is the process by which verifiers apply business rules to +Validation is the process by which verifiers apply business rules to evaluate the propriety of a particular use of a verifiable credential.