Skip to content

Commit bf07ad1

Browse files
authored
Merge branch 'main' into ttl_consideration
2 parents d4b2746 + 8ff2afd commit bf07ad1

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

draft-ietf-oauth-status-list.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ normative:
7575
org: "IANA"
7676
title: "OAuth Authorization Server Metadata"
7777
target: "https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#authorization-server-metadata"
78+
IANA.Core.Params:
79+
author:
80+
org: "IANA"
81+
title: "Constrained RESTful Environments (CoRE) Parameters"
82+
target: "https://www.iana.org/assignments/core-parameters/core-parameters.xhtml"
7883
CORS:
7984
author:
8085
org: "WHATWG"
@@ -430,7 +435,7 @@ The Status List Token MUST be encoded as a "CBOR Web Token (CWT)" according to {
430435

431436
The following content applies to the protected header of the CWT:
432437

433-
* `16` (type): REQUIRED. The type of the CWT MUST be `application/statuslist+cwt` as defined in {{RFC9596}}.
438+
* `16` (type): REQUIRED. The type of the CWT MUST be `application/statuslist+cwt` or the registered CoAP Content-Format ID (see [](#coap-content-type)) as defined in {{RFC9596}}.
434439

435440
The following content applies to the CWT Claims Set:
436441

@@ -1431,6 +1436,17 @@ To indicate that the content is an CWT-based Status List:
14311436
* Change controller: IETF
14321437
* Provisional registration? No
14331438

1439+
## CoAP Content-Format Registrations {#coap-content-type}
1440+
1441+
IANA is requested to register the following Content-Format numbers in
1442+
the "CoAP Content-Formats" sub-registry, within the "Constrained
1443+
RESTful Environments (CoRE) Parameters" Registry [IANA.Core.Params]:
1444+
1445+
* Content Type: application/statuslist+cwt
1446+
* Content Coding: -
1447+
* ID: TBD
1448+
* Reference: this specification
1449+
14341450
## X.509 Certificate Extended Key Purpose OID Registration
14351451

14361452
IANA is also requested to register the following OID "1.3.6.1.5.5.7.3.TBD" in the "SMI Security for PKIX Extended Key Purpose" registry (1.3.6.1.5.5.7.3), this OID is defined in section [](#eku).
@@ -1878,6 +1894,7 @@ CBOR encoding:
18781894
-10
18791895

18801896
* improve caching guidelines and move them to implementaiton considerations
1897+
* Add CoAP Content-Format ID and IANA registration
18811898
* Add size comparison for status list and compressed uuids
18821899
* Change Controller IESG for OAuths Parameters Registration
18831900

0 commit comments

Comments
 (0)