Skip to content

Commit 735a272

Browse files
committed
fix referenced token terminology
1 parent 549d9e0 commit 735a272

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

draft-ietf-oauth-status-list.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,10 @@ Status List:
232232
: An object in JSON or CBOR representation containing a bit array that lists the statuses of many Referenced Tokens.
233233

234234
Status List Token:
235-
: A token in JWT or CWT representation that contains a cryptographically secured Status List.
235+
: A token in JWT (as defined in {{RFC7519}}) or CWT (as defined in {{RFC8392}}) representation that contains a cryptographically secured Status List.
236236

237237
Referenced Token:
238-
: A cryptographically secured data structure that contains a reference to a Status List Token. It is RECOMMENDED to use JSON {{RFC8259}} with JOSE as defined in {{RFC7515}} or CBOR {{RFC8949}} with COSE as defined in {{RFC9052}}. The information from the contained Status List gives the Relying Party additional information about the current status of the Referenced Token. Examples for Referenced Tokens are SD-JWT VC and ISO mdoc.
238+
: A cryptographically secured data structure that contains a "status" claim that is referencing a mechanism to retrieve status information about this Referenced Token. This document defines the Status List mechanism in which case the Referenced Token contains a reference to an entry in a Status List Token. It is RECOMMENDED to use JSON {{RFC8259}} with JOSE as defined in {{RFC7515}} or CBOR {{RFC8949}} with COSE as defined in {{RFC9052}}. Examples for Referenced Tokens are SD-JWT VC and ISO mdoc.
239239

240240
base64url:
241241
: Denotes the URL-safe base64 encoding without padding as defined in Section 2 of {{RFC7515}} as "Base64url Encoding".
@@ -1795,6 +1795,10 @@ CBOR encoding:
17951795
# Document History
17961796
{:numbered="false"}
17971797

1798+
-08
1799+
1800+
* Update terminology for referenced token and Status List Token
1801+
17981802
-07
17991803

18001804
* add considerations about External Status Issuer or Status Provider

0 commit comments

Comments
 (0)