RFC Errata
RFC 9200, "Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)", August 2022
Source of RFC: ace (sec)
Errata ID: 8237
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Marco Tiloca
Date Reported: 2025-01-03
Section 5.8.5 says:
+-------------------+----------+-------------+---------------+ | ace_profile | 38 | integer | RFC 9200 | +-------------------+----------+-------------+---------------+
It should say:
+-------------------+----------+-------------+---------------+ | ace_profile | 38 | Null or | RFC 9200 | | | | integer | | +-------------------+----------+-------------+---------------+
Notes:
As defined in Section 5.8.1, the parameter "ace_profile" can be included with CBOR Simple Value `null` (0xf6) in Access Token Requests. Therefore, the entry for the parameter "ace_profile" in Table 5 should not say "integer" as Value Type, but instead "Null or integer".
The entry for "ace_profile" in the IANA registry at [1] should be updated accordingly.
[1] https://www.iana.org/assignments/ace/ace.xhtml#oauth-parameters-cbor-mappings
