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
+18-10
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,9 @@ 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 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.
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.
150
152
151
153
The following diagram depicts the relationship between the involved roles (Relying Party is equivalent to Verifier of {{SD-JWT.VC}}):
152
154
@@ -156,15 +158,15 @@ The following diagram depicts the relationship between the involved roles (Relyi
│ Issuer ├───────────►│ Holder ├───────────►│ Relying Party │
159
-
└─┬──────┘ └────────┘ └──┬────────────┘
160
-
▼ update status │
161
-
┌───────────────┐ │
162
-
│ Status Issuer │ │
163
-
└─┬─────────────┘ │
164
-
▼ provide Status List │
165
-
┌─────────────────┐ fetch Status List │
166
-
│ Status Provider │◄───────────────────────────┘
167
-
└─────────────────┘
161
+
└─┬──────┘ └───┬────┘ └──┬────────────┘
162
+
▼ update status │ │
163
+
┌───────────────┐ │ │
164
+
│ Status Issuer │ │ │
165
+
└─┬─────────────┘ │ │
166
+
▼ provide Status List │ │
167
+
┌─────────────────┐ │ │
168
+
│ Status Provider │◄──────┴────────────────────┘
169
+
└─────────────────┘ fetch Status List Token
168
170
169
171
~~~
170
172
@@ -716,6 +718,8 @@ See [](#privacy-status-types) for privacy considerations on status types.
716
718
717
719
# Verification and Processing
718
720
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
+
719
723
## Status List Request {#status-list-request}
720
724
721
725
To obtain the Status List Token, the Relying Party MUST send an HTTP GET request to the URI provided in the Referenced Token.
@@ -1795,6 +1799,10 @@ CBOR encoding:
1795
1799
# Document History
1796
1800
{:numbered="false"}
1797
1801
1802
+
-08
1803
+
1804
+
* Holders may also fetch and verify Status List Tokens
1805
+
1798
1806
-07
1799
1807
1800
1808
* add considerations about External Status Issuer or Status Provider
0 commit comments