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
+6-2
Original file line number
Diff line number
Diff line change
@@ -232,10 +232,10 @@ Status List:
232
232
: An object in JSON or CBOR representation containing a bit array that lists the statuses of many Referenced Tokens.
233
233
234
234
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.
236
236
237
237
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.
239
239
240
240
base64url:
241
241
: Denotes the URL-safe base64 encoding without padding as defined in Section 2 of {{RFC7515}} as "Base64url Encoding".
@@ -1795,6 +1795,10 @@ CBOR encoding:
1795
1795
# Document History
1796
1796
{:numbered="false"}
1797
1797
1798
+
-08
1799
+
1800
+
* Update terminology for referenced token and Status List Token
1801
+
1798
1802
-07
1799
1803
1800
1804
* add considerations about External Status Issuer or Status Provider
0 commit comments