Skip to content

Commit

Permalink
Script updating gh-pages from 6d265e7. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Nov 11, 2024
1 parent 401a5cf commit 9d47554
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1342,15 +1342,15 @@ <h2 id="name-introduction">
format. Status Assertions function
similarly to OCSP Stapling (<span>[<a href="#RFC6066" class="cite xref">RFC6066</a>]</span>), allowing Holders
to present to the relying parties
time-stamped assertions provided by the credential issuer.
time-stamped assertions provided by the Issuer.
The approach outlined in this specification enables the
verification of credentials against revocation without
direct queries to third-party systems,
enhancing privacy, reducing latency, and
faciliting offline verification.<a href="#section-1-1" class="pilcrow"></a></p>
<p id="section-1-2">The figure below illustrates the process by which a Holder,
such as a wallet instance,
requests and obtains a Status Assertion from the issuer.<a href="#section-1-2" class="pilcrow"></a></p>
requests and obtains a Status Assertion from the Issuer.<a href="#section-1-2" class="pilcrow"></a></p>
<div class="alignLeft art-ascii-art art-text artwork" id="section-1-3">
<pre>
+----------------+ +------------------+
Expand All @@ -1375,7 +1375,7 @@ <h2 id="name-introduction">
</pre><a href="#section-1-6" class="pilcrow"></a>
</div>
<p id="section-1-7"><strong>Figure 2</strong>: Status Assertion Presentation Flow.<a href="#section-1-7" class="pilcrow"></a></p>
<p id="section-1-8">In summary, the credential issuer provides the holder with a
<p id="section-1-8">In summary, the Issuer provides the Holder with a
Status Assertion, which is linked to a Digital Credential. This enables
the Holder to present both the Digital Credential and its
Status Assertion to a Credential Verifier as proof of the Digital Credential's
Expand Down
20 changes: 10 additions & 10 deletions editorials-and-terms/draft-demarco-oauth-status-assertions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ Table of Contents
JSON Web Tokens (JWT) or CBOR Web Tokens (CWT) format. Status
Assertions function similarly to OCSP Stapling ([RFC6066]), allowing
Holders to present to the relying parties time-stamped assertions
provided by the credential issuer. The approach outlined in this
specification enables the verification of credentials against
revocation without direct queries to third-party systems, enhancing
privacy, reducing latency, and faciliting offline verification.
provided by the Issuer. The approach outlined in this specification
enables the verification of credentials against revocation without
direct queries to third-party systems, enhancing privacy, reducing
latency, and faciliting offline verification.

The figure below illustrates the process by which a Holder, such as a
wallet instance, requests and obtains a Status Assertion from the
issuer.
Issuer.

+----------------+ +------------------+
| | Requests Status Assertions | |
Expand All @@ -147,11 +147,11 @@ Table of Contents

*Figure 2*: Status Assertion Presentation Flow.

In summary, the credential issuer provides the holder with a Status
Assertion, which is linked to a Digital Credential. This enables the
Holder to present both the Digital Credential and its Status
Assertion to a Credential Verifier as proof of the Digital
Credential's validity status.
In summary, the Issuer provides the Holder with a Status Assertion,
which is linked to a Digital Credential. This enables the Holder to
present both the Digital Credential and its Status Assertion to a
Credential Verifier as proof of the Digital Credential's validity
status.

2. Conventions and Definitions

Expand Down

0 comments on commit 9d47554

Please sign in to comment.