Skip to content

Commit 8ff2afd

Browse files
authoredMar 24, 2025··
Merge pull request #279 from oauth-wg/278-coap-content-format
add coap content format registration
2 parents 0d7d83a + 73adcaa commit 8ff2afd

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

@@ -1420,6 +1425,17 @@ To indicate that the content is an CWT-based Status List:
14201425
* Change controller: IETF
14211426
* Provisional registration? No
14221427

1428+
## CoAP Content-Format Registrations {#coap-content-type}
1429+
1430+
IANA is requested to register the following Content-Format numbers in
1431+
the "CoAP Content-Formats" sub-registry, within the "Constrained
1432+
RESTful Environments (CoRE) Parameters" Registry [IANA.Core.Params]:
1433+
1434+
* Content Type: application/statuslist+cwt
1435+
* Content Coding: -
1436+
* ID: TBD
1437+
* Reference: this specification
1438+
14231439
## X.509 Certificate Extended Key Purpose OID Registration
14241440

14251441
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).
@@ -1866,6 +1882,7 @@ CBOR encoding:
18661882

18671883
-10
18681884

1885+
* Add CoAP Content-Format ID and IANA registration
18691886
* Add size comparison for status list and compressed uuids
18701887
* Change Controller IESG for OAuths Parameters Registration
18711888

0 commit comments

Comments
 (0)
Please sign in to comment.