You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft-ietf-oauth-status-list.md
+10-18
Original file line number
Diff line number
Diff line change
@@ -146,9 +146,7 @@ The following diagram depicts the relationship between the artifacts:
146
146
147
147
~~~
148
148
149
-
An Issuer issues Referenced Tokens to a Holder, the Holder uses and presents those Referenced Tokens to a Relying Party. The Issuer gives updated status information to the Status Issuer, who issues a Status List Token. The Status issuer can be either the Issuer or an entity that has been authorized by the Issuer to issue Status List Tokens. The Status Issuer provides the Status List Token to the Status Provider, who serves the Status List Token on a public, resolvable endpoint. The Relying Party or the Holder may fetch the Status List Token to retrieve the status of the Referenced Token.
150
-
151
-
The roles of the Issuer (of the Referenced Token), the Status Issuer and the Status Provider may be fulfilled by the same entity. If not further specified, the term Issuer may refer to an entity acting for all three roles. This document describes how an Issuer references a Status List Token and how a Relying Party fetches and validates Status Lists.
149
+
An Issuer issues Referenced Tokens to a Holder, the Holder uses and presents those Referenced Tokens to a Relying Party. The Issuer gives updated status information to the Status Issuer, who creates a Status List Token. The Status Issuer provides the Status List Token to the Status Provider, who serves the Status List Token on a public, resolvable endpoint. The roles of the Issuer (of the Referenced Token), the Status Issuer and the Status Provider may be fulfilled by the same entity. If not further specified, the term Issuer may refer to an entity acting for all three roles. This document describes how an Issuer references a Status List Token and how a Relying Party fetches and validates Status Lists.
152
150
153
151
The following diagram depicts the relationship between the involved roles (Relying Party is equivalent to Verifier of {{SD-JWT.VC}}):
154
152
@@ -158,15 +156,15 @@ The following diagram depicts the relationship between the involved roles (Relyi
│ Issuer ├───────────►│ Holder ├───────────►│ Relying Party │
161
-
└─┬──────┘ └───┬────┘ └──┬────────────┘
162
-
▼ update status │ │
163
-
┌───────────────┐ │ │
164
-
│ Status Issuer │ │ │
165
-
└─┬─────────────┘ │ │
166
-
▼ provide Status List │ │
167
-
┌─────────────────┐ │ │
168
-
│ Status Provider │◄──────┴────────────────────┘
169
-
└─────────────────┘ fetch Status List Token
159
+
└─┬──────┘ └────────┘ └──┬────────────┘
160
+
▼ update status │
161
+
┌───────────────┐ │
162
+
│ Status Issuer │ │
163
+
└─┬─────────────┘ │
164
+
▼ provide Status List │
165
+
┌─────────────────┐ fetch Status List │
166
+
│ Status Provider │◄───────────────────────────┘
167
+
└─────────────────┘
170
168
171
169
~~~
172
170
@@ -718,8 +716,6 @@ See [](#privacy-status-types) for privacy considerations on status types.
718
716
719
717
# Verification and Processing
720
718
721
-
The fetching, processing and verifying of a Status List Token may be done by either the Holder or the Relying Party. In the following section is described from the role of the Relying Party, however the same rules would also apply for the Holder.
722
-
723
719
## Status List Request {#status-list-request}
724
720
725
721
To obtain the Status List Token, the Relying Party MUST send an HTTP GET request to the URI provided in the Referenced Token.
@@ -1799,10 +1795,6 @@ CBOR encoding:
1799
1795
# Document History
1800
1796
{:numbered="false"}
1801
1797
1802
-
-08
1803
-
1804
-
* Holders may also fetch and verify Status List Tokens
1805
-
1806
1798
-07
1807
1799
1808
1800
* add considerations about External Status Issuer or Status Provider
0 commit comments