Skip to content

Commit da83e8c

Browse files
committed
combine jwt and sd-jwt sections
1 parent a35ce2d commit da83e8c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ The following is the CBOR Annotated Hex output of the example above:
326326

327327
By including a "status" claim in a Referenced Token, the Issuer is referencing a mechanism to retrieve status information about this Referenced Token. The claim contains members used to reference to a status list as defined in this specification. Other members of the "status" object may be defined by other specifications. This is analogous to "cnf" claim in Section 3.1 of {{RFC7800}} in which different authenticity confirmation methods can be included.
328328

329-
## Referenced Token in JWT Format {#referenced-token-jwt}
329+
## Referenced Token in JOSE Format {#referenced-token-jwt}
330330

331-
The Referenced Token MUST be encoded as a "JSON Web Token (JWT)" according to {{RFC7519}}.
331+
The Referenced Token MAY be encoded as a "JSON Web Token (JWT)" according to {{RFC7519}} or other formats based on JOSE.
332332

333333
The following content applies to the JWT Claims Set:
334334

@@ -360,8 +360,6 @@ The following is a non-normative example for a decoded header and payload of a R
360360
}
361361
~~~
362362

363-
## Referenced Token in SD-JWT-VC Format {#referenced-token-sdjwt}
364-
365363
SD-JWT-based Verifiable Credentials {{SD-JWT.VC}} introduce the usage of Status List in Section 3.2.2.2. The "status" object uses the same encoding as a JWT as defined in {{referenced-token-jwt}}.
366364

367365
The following is a non-normative example for a Referenced Token in SD-JWT-VC serialized form as received from an Issuer:

0 commit comments

Comments
 (0)