Skip to content

Commit 549d9e0

Browse files
committed
Revert "Holders may also fetch and verify Status List Tokens"
This reverts commit d51d7de.
1 parent d51d7de commit 549d9e0

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

draft-ietf-oauth-status-list.md

+10-18
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ The following diagram depicts the relationship between the artifacts:
146146

147147
~~~
148148

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.
152150

153151
The following diagram depicts the relationship between the involved roles (Relying Party is equivalent to Verifier of {{SD-JWT.VC}}):
154152

@@ -158,15 +156,15 @@ The following diagram depicts the relationship between the involved roles (Relyi
158156
Referenced Referenced
159157
┌────────┐ Token ┌────────┐ Token ┌───────────────┐
160158
│ 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+
└─────────────────┘
170168

171169
~~~
172170

@@ -718,8 +716,6 @@ See [](#privacy-status-types) for privacy considerations on status types.
718716

719717
# Verification and Processing
720718

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-
723719
## Status List Request {#status-list-request}
724720

725721
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:
17991795
# Document History
18001796
{:numbered="false"}
18011797

1802-
-08
1803-
1804-
* Holders may also fetch and verify Status List Tokens
1805-
18061798
-07
18071799

18081800
* add considerations about External Status Issuer or Status Provider

0 commit comments

Comments
 (0)