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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ normative:
31
31
RFC7515: RFC7515
32
32
RFC7519: RFC7519
33
33
RFC8152: RFC8152
34
+
RFC8259: RFC8259
34
35
RFC8392: RFC8392
36
+
RFC8949: RFC8949
35
37
RFC9110: RFC9110
36
38
RFC9111: RFC9111
37
39
IANA.JWT: IANA.JWT
@@ -118,7 +120,7 @@ Status List Token:
118
120
: A token in JWT or CWT representation that contains a cryptographically secured Status List.
119
121
120
122
Referenced Token:
121
-
: A cryptographically secured container which contains a reference to a Status List or Status List Token. It is RECOMMENDED to use secured containers based on JSON Object Signing as defined in {{RFC7515}} and {{RFC7519}} or CBOR Object Signing and Encryption as defined in {{RFC8152}}. The information from the contained Status List may give a Relying Party additional information about up-to-date status of the Referenced Token.
123
+
: A cryptographically secured data structure which contains a reference to a Status List or Status List Token. It is RECOMMENDED to use JSON {{RFC8259}} or CBOR {{8949}} for representation of the token and secure it using JSON Object Signing as defined in {{RFC7515}} or CBOR Object Signing and Encryption as defined in {{RFC8152}}. The information from the contained Status List may give a Relying Party additional information about up-to-date status of the Referenced Token.
0 commit comments