From 3d86e9c583dcc23035ed573d5b4f87a93e1370fd Mon Sep 17 00:00:00 2001 From: David Chadwick Date: Wed, 27 Mar 2024 16:33:49 +0000 Subject: [PATCH 1/2] Add definition of Issuee Add issuee and changes due to adding it --- diagrams/ecosystem.svg | 2 +- index.html | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/diagrams/ecosystem.svg b/diagrams/ecosystem.svg index 72aa1d7d6..611b825e2 100644 --- a/diagrams/ecosystem.svg +++ b/diagrams/ecosystem.svg @@ -58,7 +58,7 @@ - Holder + Issuee/Holder diff --git a/index.html b/index.html index 7fb5d4a0c..01435d41b 100644 --- a/index.html +++ b/index.html @@ -370,9 +370,15 @@

Ecosystem Overview

A role an [=entity=] performs by asserting [=claims=] about one or more [=subjects=], creating a [=verifiable credential=] from these -[=claims=], and transmitting the [=verifiable credential=] to a -[=holder=]. Example issuers include corporations, non-profit organizations, +[=claims=], and transmitting the [=verifiable credential=] to the +[=issuee=]. Example issuers include corporations, non-profit organizations, trade associations, governments, and individuals. +
+
[=issuee=]
+
+A role an [=entity=] might perform by receiving one or more +[=verifiable credentials=] from an [=issuer=]. An issuee is a subclass +of the holder role.
[=subject=]
@@ -420,6 +426,8 @@

Ecosystem Overview

+[PR NOTE. Figure 1 will need updating to replace Holder with Issuee/Holder] +

above provides an example ecosystem in which to ground the rest of the concepts in this specification. Other ecosystems exist, such as @@ -584,13 +592,18 @@

Terminology

this document to other specifications. This specification decouples the [=identity provider=] concept into two distinct concepts: the [=issuer=] and the [=holder=]. +
+
issuee
+
+A role an [=entity=] performs when it receives a [=verifiable credential=] from +the [=issuer=].
issuer
A role an [=entity=] can perform by asserting [=claims=] about one or more [=subjects=], creating a [=verifiable credential=] from these -[=claims=], and transmitting the [=verifiable credential=] to a -[=holder=]. +[=claims=], and transmitting the [=verifiable credential=] to the +[=issuee=].
named graph
From 0c20b3c1a7fc9887a7c436ec3c298e599e25f70b Mon Sep 17 00:00:00 2001 From: David Chadwick Date: Tue, 2 Apr 2024 21:23:06 +0100 Subject: [PATCH 2/2] Update diagrams/ecosystem.svg Co-authored-by: Ted Thibodeau Jr --- diagrams/ecosystem.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diagrams/ecosystem.svg b/diagrams/ecosystem.svg index 611b825e2..72aa1d7d6 100644 --- a/diagrams/ecosystem.svg +++ b/diagrams/ecosystem.svg @@ -58,7 +58,7 @@ - Issuee/Holder + Holder