Skip to content

Commit

Permalink
Clarify what credential status information is about.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jan 13, 2024
1 parent 2e20e10 commit ee4e617
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,14 @@ <h3>Conceptual Framework</h3>

<p>
This section outlines the core concept utilized by the status list
mechanism described in this document. At the most basic level, status
mechanism described in this specification. At the most basic level, status
information for all <a>verifiable credentials</a> issued by an <a>issuer</a>
are expressed as simple binary values. The <a>issuer</a> keeps a bitstring
list of all <a>verifiable credentials</a> it has issued. Each
<a>verifiable credential</a> is associated with a position in the list. If
the binary value of the position in the list is 1 (one), the
<a>verifiable credential</a> is revoked, if it is 0 (zero) it is not revoked.
are expressed as items in a list. The <a>issuer</a> manages a list
list of all <a>verifiable credentials</a> that it has issued. Each
<a>verifiable credential</a> is associated with an item in the list. In
the case where a single bit specifies a status, such as "revocation" or
"suspension", if the bit is set, then the associated status, such as "revoked",
is assumed to be true.
</p>

<p>
Expand Down Expand Up @@ -270,6 +271,17 @@ <h3>Conceptual Framework</h3>
</figcaption>
</figure>

<p class="note"
title="Status information is about the verifiable credential">
Ultimately, the status information associated with a particular
<a>verifiable credential</a> is about the verifiable credential itself and
might not always be about the underlying credential, such as
an educational degree. For example, in the case of an educational degree,
it is possible for the associated <a>verifiable credential</a> to be revoked
because the mechanism used to create the digital signature has been compromised,
while the underlying educational degree remains valid.
</p>

</section>

<section class="informative">
Expand Down

0 comments on commit ee4e617

Please sign in to comment.