<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.3.7) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-workflow-and-params-06" category="std" consensus="true" submissionType="IETF" updates="9200, 9201, 9202, 9203, 9431" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="New ACE Workflow and Parameters">Short Distribution Chain (SDC) Workflow and New OAuth Parameters for the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ace-workflow-and-params-06"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="G." surname="Selander" fullname="Göran Selander">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <street>Torshamnsgatan 23</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <date year="2025" month="October" day="20"/>
    <area>Security</area>
    <workgroup>ACE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 98?>

<t>This document updates the Authentication and Authorization for Constrained Environments Framework (ACE, RFC 9200) as follows. (1) It defines the Short Distribution Chain (SDC) workflow that the authorization server (AS) can use for uploading an access token to a resource server on behalf of the client. (2) For the OAuth 2.0 token endpoint, it defines new parameters and encodings and it extends the semantics of the "ace_profile" parameter. (3) For the OAuth 2.0 authz-info endpoint, it defines a new parameter and its encoding. (4) It defines how the client and the AS can coordinate on the exchange of the client's and resource server's public authentication credentials, when those can be transported by value or identified by reference; this extends the semantics of the "rs_cnf" parameter for the OAuth 2.0 token endpoint, thus updating RFC 9201. (5) It extends the error handling at the AS, for which it defines a new error code. (6) It deprecates the original payload format of error responses conveying an error code, when CBOR is used to encode message payloads. For those responses, it defines a new payload format aligned with RFC 9290, thus updating in this respect also the profiles defined in RFC 9202, RFC 9203, and RFC 9431. (7) It amends two of the requirements on profiles of the framework.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-ace-workflow-and-params/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Authentication and Authorization for Constrained Environments (ace) Working Group mailing list (<eref target="mailto:ace@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ace/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/ace/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ace-wg/ace-workflow-and-params"/>.</t>
    </note>
  </front>
  <middle>
    <?line 102?>

<section anchor="intro">
      <name>Introduction</name>
      <t>The Authentication and Authorization for Constrained Environments (ACE) framework <xref target="RFC9200"/> defines an architecture to enforce access control for constrained devices. A client (C) requests an assertion of granted permissions from an authorization server (AS) in the form of an access token, then uploads the access token to the target resource server (RS), and finally accesses protected resources at the RS according to the permissions specified in the access token.</t>
      <t>The framework has as main building blocks the OAuth 2.0 framework <xref target="RFC6749"/>, the Constrained Application Protocol (CoAP) <xref target="RFC7252"/> for message transfer, Concise Binary Object Representation (CBOR) <xref target="RFC8949"/> for compact encoding, and CBOR Object Signing and Encryption (COSE) <xref target="RFC9052"/><xref target="RFC9053"/> for self-contained protection of access tokens. In addition, separate profile documents define in detail how the participants in the ACE architecture communicate, especially as to the security protocols that they use.</t>
      <t>This document updates <xref target="RFC9200"/> as follows.</t>
      <ul spacing="normal">
        <li>
          <t>It defines the Short Distribution Chain (SDC) workflow for the ACE framework (see <xref target="sec-workflow"/>), according to which the AS uploads the access token to the RS on behalf of C and then informs C about the outcome. The SDC workflow is especially convenient in deployments where the communication leg between C and the RS is constrained, but the communication leg between the AS and the RS is not.  </t>
          <t>
The SDC workflow has no ambition to replace the original workflow defined in <xref target="RFC9200"/>. The AS can use one workflow or the other depending, for example, on the specific RS for which an access token has been issued and the nature of the communication leg with that RS.</t>
        </li>
        <li>
          <t>It defines new parameters and encodings for the OAuth 2.0 token endpoint at the AS (see <xref target="sec-parameters"/>). These include:  </t>
          <ul spacing="normal">
            <li>
              <t>"token_upload", used by C to inform the AS that it opts in to use the SDC workflow and by the AS to inform C about the outcome of the token uploading to the RS per the SDC workflow.</t>
            </li>
            <li>
              <t>"token_hash", used by the AS to provide C with a token hash, which corresponds to an access token that the AS has issued for C and has successfully uploaded to the RS on behalf of C per the SDC workflow.</t>
            </li>
            <li>
              <t>"to_rs", used by C to provide the AS with information to relay to the RS, upon asking the AS to upload the access token to the RS per the SDC workflow. Its specific use with the OSCORE profile <xref target="RFC9203"/> is also described, as effectively enabling the use of the SDC workflow for that profile.</t>
            </li>
            <li>
              <t>"from_rs", used by the AS to provide C with information to relay from the RS, after the AS has successfully uploaded the access token to the RS per the SDC workflow. Its specific use with the OSCORE profile <xref target="RFC9203"/> is also described, as effectively enabling the use of SDC workflow for that profile.</t>
            </li>
            <li>
              <t>"rs_cnf2", used by the AS to provide C with the public keys of the RSs in the group-audience for which the access token is issued (see <xref section="6.9" sectionFormat="of" target="RFC9200"/>).</t>
            </li>
            <li>
              <t>"audience2", used by the AS to provide C with the identifiers of the RSs in the group-audience for which the access token is issued.</t>
            </li>
            <li>
              <t>"anchor_cnf", used by the AS to provide C with the public keys of trust anchors, which C can use to validate the public key of an RS (e.g., as provided in the "rs_cnf" parameter defined in <xref target="RFC9201"/> or in the "rs_cnf2" parameter defined in this document).</t>
            </li>
            <li>
              <t>"token_series_id", used by the AS to provide C with the identifier of a token series and by C to ask the AS for a new access token in the same token series that dynamically updates access rights. A corresponding access token claim, namely "token_series_id", is also defined.</t>
            </li>
            <li>
              <t>"updated_rights", used by the AS to provide the RS with an indication that an access token uploaded per the SDC workflow is not the first one of a new token series, i.e., that the AS has issued the access token for dynamically updating the access rights of C.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>It extends the semantics of the "ace_profile" parameter for the OAuth 2.0 token endpoint at the authorization server defined in <xref target="RFC9200"/> (see <xref target="sec-updated-ace-profile-parameter"/>).</t>
        </li>
        <li>
          <t>It defines how C and the AS can coordinate on the exchange of the client's and resource server's public authentication credentials, when those can be transported by value or identified by reference in the access token request and response (see <xref target="sec-coord-exchanged-cred"/>).  </t>
          <t>
This extends the semantics of the "rs_cnf" parameter for the OAuth 2.0 token endpoint defined in <xref target="RFC9201"/> and therefore updates <xref target="RFC9201"/>.</t>
        </li>
        <li>
          <t>It extends the error handling at the AS, for which it defines a new error code that the AS can use for error responses sent to the client, after failing to verify the proof of possession of the client's private key when processing an access token request (see <xref target="sec-error-failed-pop"/>).</t>
        </li>
        <li>
          <t>It deprecates the original payload format of error responses that convey an error code, when CBOR is used to encode message payloads in the ACE framework. For such error responses, it defines a new payload format according to the problem-details format specified in <xref target="RFC9290"/> (see <xref target="sec-updated-error-responses"/>).  </t>
          <t>
In this respect, it also updates the profiles of the ACE framework defined in <xref target="RFC9202"/>, <xref target="RFC9203"/>, and <xref target="RFC9431"/>.</t>
        </li>
        <li>
          <t>It amends two of the requirements on profiles of the ACE framework originally compiled in <xref section="C" sectionFormat="of" target="RFC9200"/> (see <xref target="sec-updated-requirements"/>).</t>
        </li>
      </ul>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>Readers are expected to be familiar with the terms and concepts described in the ACE framework for Authentication and Authorization <xref target="RFC9200"/><xref target="RFC9201"/>, as well as with terms and concepts related to CBOR Web Tokens (CWTs) <xref target="RFC8392"/> and CWT Confirmation Methods <xref target="RFC8747"/>.</t>
        <t>The terminology for entities in the considered architecture is defined in OAuth 2.0 <xref target="RFC6749"/>. In particular, this includes client (C), resource server (RS), and authorization server (AS).</t>
        <t>Readers are also expected to be familiar with the terms and concepts related to CoAP <xref target="RFC7252"/>, Concise Data Definition Language (CDDL) <xref target="RFC8610"/>, CBOR <xref target="RFC8949"/>, JavaScript Object Notation (JSON) <xref target="RFC8259"/>, and COSE <xref target="RFC9052"/><xref target="RFC9053"/>.</t>
        <t>Note that the term "endpoint" is used here following its OAuth definition <xref target="RFC6749"/>, aimed at denoting resources such as /token and /introspect at the AS, and /authz-info at the RS. The CoAP definition, which is "[a]n entity participating in the CoAP protocol" <xref target="RFC7252"/>, is not used in this document.</t>
        <t>Furthermore, this document uses the following terms.</t>
        <ul spacing="normal">
          <li>
            <t>Token series: a set of access tokens, all of which are bound to the same proof-of-possession (PoP) key and are sequentially issued by the same AS for the same pair (client, audience) per the same profile of ACE. A token series ends when the latest access token of that token series becomes invalid (e.g., when it expires or gets revoked).  </t>
            <t>
Profiles of ACE can provide their extended and specialized definition, e.g., by further taking into account the public authentication credentials of C and the RS.</t>
          </li>
          <li>
            <t>Token hash: identifier of an access token, in binary format encoding. The token hash has no relation to other access token identifiers possibly used, such as the 'cti' (CWT ID) claim of CBOR Web Tokens (CWTs) <xref target="RFC8392"/>.</t>
          </li>
        </ul>
        <t>CBOR <xref target="RFC8949"/> and CDDL <xref target="RFC8610"/> are used in this document. CDDL predefined type names, especially bstr for CBOR byte strings and tstr for CBOR text strings, are used extensively in this document.</t>
        <t>Examples throughout this document are expressed in CBOR diagnostic notation as defined in <xref section="8" sectionFormat="of" target="RFC8949"/> and <xref section="G" sectionFormat="of" target="RFC8610"/>. Diagnostic notation comments are often used to provide a textual representation of the parameters' keys and values.</t>
        <t>In the CBOR diagnostic notation used in this document, constructs of the form e'SOME_NAME' are replaced by the value assigned to SOME_NAME in the CDDL model shown in <xref target="fig-cddl-model"/> of <xref target="sec-cddl-model"/>. For example, {e'audience2' : ["rs1", "rs2"]} stands for {54 : ["rs1", "rs2"]}.</t>
        <t>Note to RFC Editor: Please delete the paragraph immediately preceding this note. Also, in the CBOR diagnostic notation used in this document, please replace the constructs of the form e'SOME_NAME' with the value assigned to SOME_NAME in the CDDL model shown in <xref target="fig-cddl-model"/> of <xref target="sec-cddl-model"/>. Finally, please delete this note.</t>
      </section>
    </section>
    <section anchor="sec-workflow">
      <name>The Short Distribution Chain (SDC) Workflow</name>
      <t>As defined in <xref section="4" sectionFormat="of" target="RFC9200"/>, the ACE framework relies on its basic protocol workflow shown in <xref target="fig-old-workflow"/>.</t>
      <t>That is, the client first sends an access token request to the token endpoint at the AS (Step A), specifying permissions that it seeks to obtain for accessing protected resources at the RS, possibly together with information on its own public authentication credential.</t>
      <t>Then, if the request has been successfully verified, authenticated, and authorized, the AS replies to the client (Step B), providing an access token and possibly additional parameters as access information including the actually granted permissions.</t>
      <t>Finally, the client uploads the access token to the RS and, consistently with the permissions granted according to the access token, accesses a resource at the RS (Step C), which replies with the result of the resource access (Step F). Details about what protocol the client and the RS use to establish a secure association, mutually authenticate, and secure their communications are defined in the specific profile of ACE used, e.g., <xref target="RFC9202"/><xref target="RFC9203"/><xref target="RFC9431"/><xref target="I-D.ietf-ace-edhoc-oscore-profile"/><xref target="I-D.ietf-ace-group-oscore-profile"/>.</t>
      <t>Further interactions are possible between the AS and the RS, i.e., the exchange of an introspection request and response where the AS validates a previously issued access token for the RS (Steps D and E).</t>
      <figure anchor="fig-old-workflow">
        <name>ACE Basic Protocol Workflow.</name>
        <artwork><![CDATA[
+--------+                               +---------------+
|        |---(A)-- Token Request ------->|               |
|        |                               | Authorization |
|        |<--(B)-- Access Token ---------|    Server     |
|        |    + Access Information       |               |
|        |    + Refresh Token (optional) +---------------+
|        |                                      ^ |
|        |            Introspection Request  (D)| |
| Client |                         Response     | |(E)
|        |            (optional exchange)       | |
|        |                                      | v
|        |                               +--------------+
|        |---(C)-- Token + Request ----->|              |
|        |                               |   Resource   |
|        |<--(F)-- Protected Resource ---|    Server    |
|        |                               |              |
+--------+                               +--------------+
]]></artwork>
      </figure>
      <t>This section defines the alternative Short Distribution Chain (SDC) workflow shown in <xref target="fig-new-workflow"/>, which <bcp14>MAY</bcp14> be supported by the AS. Unlike in the original workflow defined in <xref target="RFC9200"/>, the AS uploads the access token to the RS on behalf of the client and then informs the client about the outcome.</t>
      <t>If the token uploading has been successfully completed, the client typically does not need to obtain the access token from the AS altogether. That is, the client simply establishes a secure association with the RS (if that has not happened already) and then accesses protected resources at the RS, according to the permissions granted per the access token and specified by the AS as access information.</t>
      <figure anchor="fig-new-workflow">
        <name>ACE Short Distribution Chain (SDC) Workflow.</name>
        <artwork><![CDATA[
+--------+                               +----------------------------+
|        |---(A)-- Token Request ------->|                            |
|        |                               |       Authorization        |
|        |<--(B)-- Token Response -------|           Server           |
|        |    + Access Information       |                            |
|        |    + Access Token (optional)  +----------------------------+
|        |    + Refresh Token (optional)   ^ |         | ^
|        |                                 | |         | | Token-Upload
|        |        Introspection Request (D)| |     (A1)| |      Request
| Client |                     Response    | |(E)      | |(A2) Response
|        |        (optional exchange)      | |         | |
|        |                                 | v         v |
|        |                               +----------------------------+
|        |---(C1)-- Token (Optional) --->|                            |
|        |                               |                            |
|        |---(C2)-- Protected Request -->|          Resource          |
|        |                               |           Server           |
|        |<--(F)--- Protected Resource --|                            |
|        |                               |                            |
+--------+                               +----------------------------+
]]></artwork>
      </figure>
      <t>More specifically, the SDC workflow consists of the following steps.</t>
      <ul spacing="normal">
        <li>
          <t>Step A - Like in the original workflow, the client sends an access token request to the token endpoint at the AS, with the additional indication that it opts in to use the SDC workflow.  </t>
          <t>
As defined in <xref target="sec-token_upload"/>, this information is conveyed to the AS by means of the "token_upload" parameter. The parameter also specifies what the AS has to return in the access token response at Step B, following a successful uploading of the access token from the AS to the RS.</t>
        </li>
        <li>
          <t>Step A1 - This new step consists of the AS uploading the access token to the RS, typically at the authz-info endpoint, just like the client does in the original workflow.</t>
        </li>
        <li>
          <t>Step A2 - This new step consists of the RS replying to the AS, following the uploading of the access token at Step A1.</t>
        </li>
        <li>
          <t>Step B - In the access token response, the AS tells the client that it has attempted to upload the access token to the RS, specifying the outcome of the token uploading based on the reply received from the RS at Step A2.  </t>
          <t>
As defined in <xref target="sec-token_upload"/>, this information is conveyed to the client by means of the "token_upload" parameter included in the access token response. If the token uploading has failed, the access token response also includes the access token. Otherwise, the access token response includes information consistent with what was specified by the "token_upload" parameter of the access token request at Step A.</t>
        </li>
        <li>
          <t>Step C1 - This step occurs only if the token uploading from the AS has failed, and the AS has provided the client with the access token at Step B. In such a case, the client uploads the access token to the RS just like at Step C of the original workflow.</t>
        </li>
        <li>
          <t>Step C2 - The client attempts to access a protected resource at the RS, according to the permissions granted per the access token and specified by the AS as access information at Step B.</t>
        </li>
        <li>
          <t>Steps D, E, and F are as in the original workflow.</t>
        </li>
      </ul>
      <t>The SDC workflow has no ambition to replace the original workflow defined in <xref target="RFC9200"/>. The AS can use one workflow or the other depending, for example, on the specific RS for which the access token has been issued and the nature of the communication leg with that RS.</t>
      <t>When using the SDC workflow, all the communications between the AS and the RS <bcp14>MUST</bcp14> be protected, consistent with Sections <xref target="RFC9200" section="5.8.4.3" sectionFormat="bare"/> and <xref target="RFC9200" section="6.5" sectionFormat="bare"/> of <xref target="RFC9200"/>. Unlike in the original workflow, this results in protecting also the uploading of the first access token in a token series, i.e., in addition to the uploading of the following access tokens in the token series for dynamically updating the access rights of the client.</t>
      <t>The SDC workflow is also suitable for deployments where clients are not aware of details such as the need for access tokens to be issued by the AS and uploaded at the RS. Consistent with the intended access policies, the AS can be configured to automatically issue access tokens for such clients and upload those access tokens to the RS. This means that such clients do not have to request for an access token to be issued in the first place. That is, they can immediately send requests to the RS for accessing its protected resources, in accordance with the access tokens already issued and uploaded by the AS.</t>
      <section anchor="sec-as-token-upload">
        <name>Token Upload</name>
        <t>When using the original workflow defined in <xref target="RFC9200"/>, there are two typical cases concerning the upload of the access token to the RS from C.</t>
        <ul spacing="normal">
          <li>
            <t>The first case considers the upload of the first access token in a token series. While details depend on the specific profile of ACE used, such an access token is typically uploaded through an unprotected POST request to the authz-info endpoint.</t>
          </li>
          <li>
            <t>The second case considers the upload of an access token that is not the first in its token series, i.e., the AS has issued the access token for dynamically updating the access rights of C. The intent is also for C and the RS to preserve the same secure communication association that they currently share and that is associated with the token series in question.  </t>
            <t>
Such an access token is uploaded through a POST request to the authz-info endpoint, which is protected by means of the secure communication association that is shared between C and the RS. If the new access token is accepted by the RS, the new access token supersedes the one currently stored for the token series in question, and it becomes associated with the corresponding secure communication association that is shared between C and the RS.</t>
          </li>
        </ul>
        <t>However, if the AS uploads the access token to the RS on behalf of C as per the SDC workflow, the upload of the access token always rely on a protected POST request from the AS to the authz-info endpoint. In particular, the request is protected with the secure communication association shared between the AS and the RS.</t>
        <t>When receiving a POST request to the authz-info endpoint that is specifically protected through the secure communication association shared with the AS, the RS proceeds as follows. In particular, the RS leverages the explicit indication provided by the AS through the "updated_rights" parameter defined in <xref target="sec-updated_rights"/>, which is included in the request in the case of dynamic update of access rights.</t>
        <ul spacing="normal">
          <li>
            <t>If the request does not include the "updated_rights" parameter, the RS processes the request and the access token therein like it would when receiving the request from C and according to the specific profile of ACE used. The access token in question is the first one in a token series.</t>
          </li>
          <li>
            <t>If the request includes the "updated_rights" parameter encoding the CBOR simple value <tt>true</tt> (0xf5), then the access token in question, namely T_NEW, is not the first one in its token series, i.e., it is meant to dynamically update the access rights of C, while preserving the same secure communication association that is shared between C and the RS.  </t>
            <t>
In this case, the RS uses lookup information specified within T_NEW to determine whether it stores an access token T_OLD associated with C and belonging to the same token series of T_NEW. Such lookup information includes an identifier of the token series to which both T_NEW and T_OLD belong, and it can further comprise additional information elements pertaining to the specific profile of ACE used (e.g., the authentication credential of C that is bound to the access tokens of the token series).  </t>
            <t>
By leveraging such lookup information, the RS checks whether it stores an access token T_OLD that belongs to the same token series of T_NEW, like it would when receiving the request from C and according to the specific profile of ACE used.  </t>
            <t>
If the RS is currently storing such an old access token T_OLD, then the RS <bcp14>MUST</bcp14> supersede T_OLD by replacing the corresponding authorization information with the one specified in the new access token T_NEW. After that, the RS <bcp14>MUST</bcp14> associate T_NEW with the same secure communication association with which T_OLD was associated.  </t>
            <t>
If the RS is not currently storing such an old access token T_OLD, then the RS <bcp14>MUST</bcp14> reject the POST request from the AS and <bcp14>MUST</bcp14> reply with an error response that has a response code equivalent to the CoAP code 5.00 (Internal Server Error).</t>
          </li>
        </ul>
        <t>The explicit indication provided by the "updated_rights" parameter prevents possible ambiguous situations, where the RS might erroneously believe that an access token is the first one in a new token series (e.g., following the deletion of stored access tokens due to memory limitations).</t>
      </section>
    </section>
    <section anchor="sec-parameters">
      <name>New Parameters</name>
      <t>The rest of this section defines a number of additional parameters and encodings for the OAuth 2.0 token endpoint at the AS.</t>
      <section anchor="sec-token_upload">
        <name>token_upload</name>
        <t>This section defines the additional "token_upload" parameter. The parameter can be used in an access token request sent by C to the token endpoint at the AS, as well as in the successful access token response sent as reply by the AS.</t>
        <ul spacing="normal">
          <li>
            <t>The "token_upload" parameter is <bcp14>OPTIONAL</bcp14> in an access token request. The presence of this parameter indicates that C opts in to use the SDC workflow defined in <xref target="sec-workflow"/>, whose actual use for uploading the issued access token to the RS is an exclusive prerogative of the AS.  </t>
            <t>
This parameter can take one of the following integer values. When the access token request is encoded in CBOR, those values are encoded as CBOR unsigned integers. The value of the parameter determines whether the follow-up successful access token response will have to include certain information, in case the AS has successfully uploaded the access token to the RS.  </t>
            <ul spacing="normal">
              <li>
                <t>0: The access token response will have to include neither the access token nor its corresponding token hash.</t>
              </li>
              <li>
                <t>1: The access token response will have to include the token hash corresponding to the access token, but not the access token.</t>
              </li>
              <li>
                <t>2: The access token response will have to include the access token, but not the corresponding token hash.</t>
              </li>
            </ul>
            <t>
If the AS supports the SDC workflow and the access token request includes the "token_upload" parameter with value 0, 1, or 2, then the AS <bcp14>MAY</bcp14> use the SDC workflow to upload the access token to the RS on behalf of C. Otherwise, following that access token request, the AS <bcp14>MUST NOT</bcp14> use the SDC workflow.</t>
          </li>
          <li>
            <t>The "token_upload" parameter is <bcp14>REQUIRED</bcp14> in a successful access token response with response code 2.01 (Created), if both the following conditions apply. Otherwise, the "token_upload" parameter <bcp14>MUST NOT</bcp14> be present.  </t>
            <ul spacing="normal">
              <li>
                <t>The corresponding access token request included the "token_upload" parameter, with value 0, 1, or 2.</t>
              </li>
              <li>
                <t>The AS has attempted to upload the issued access token to the RS as per the SDC workflow, irrespective of the result of the token upload.</t>
              </li>
            </ul>
            <t>
When the "token_upload" parameter is present in the access token response, it can take one of the following integer values. When the access token response is encoded in CBOR, those values are encoded as CBOR unsigned integers.  </t>
            <ul spacing="normal">
              <li>
                <t>If the token upload to the RS was not successful, then the "token_upload" parameter <bcp14>MUST</bcp14> encode the value 1.      </t>
                <t>
In this case, the access token response <bcp14>MUST</bcp14> include the "access_token" parameter specifying the issued access token.</t>
              </li>
              <li>
                <t>If the token upload at the RS was successful, then the "token_upload" parameter <bcp14>MUST</bcp14> encode the value 0.      </t>
                <t>
In this case, the access token response can include additional parameters as defined below, depending on the value of the "token_upload" parameter in the corresponding access token request.      </t>
                <ul spacing="normal">
                  <li>
                    <t>If the "token_upload" parameter in the access token request specified the value 0, then the access token response <bcp14>MUST NOT</bcp14> include the "access_token" parameter and <bcp14>MUST NOT</bcp14> include the "token_hash" parameter defined in <xref target="sec-token_hash"/>.</t>
                  </li>
                  <li>
                    <t>If the "token_upload" parameter in the access token request specified the value 1, then the access token response <bcp14>MUST NOT</bcp14> include the "access_token" parameter and <bcp14>MUST</bcp14> include the "token_hash" parameter defined in <xref target="sec-token_hash"/>, specifying the hash corresponding to the issued access token and computed as defined in <xref target="sec-token_hash"/>.</t>
                  </li>
                  <li>
                    <t>If the "token_upload" parameter in the access token request specified the value 2, then the access token response <bcp14>MUST</bcp14> include the "access_token" parameter specifying the issued access token and <bcp14>MUST NOT</bcp14> include the "token_hash" parameter defined in <xref target="sec-token_hash"/>.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <section anchor="examples">
          <name>Examples</name>
          <t><xref target="fig-example-AS-to-C-token-upload"/> shows an example, with first an access token request from C to the AS and then an access token response from the AS to C, following the issue of an access token bound to a symmetric PoP key.</t>
          <t>The access token request specifies the "token_upload" parameter with value 0. That is, C indicates that it requires neither the access token nor the corresponding token hash from the AS, in case the AS successfully uploads the access token to the RS.</t>
          <t>The access token response specifies the "token_upload" parameter with value 0, which indicates that the AS has successfully uploaded the access token to the RS on behalf of C.</t>
          <t>Consistent with the value of the "token_upload" parameter in the access token request, the access token response includes neither the access token nor its corresponding token hash. The access token response also includes the "cnf" parameter specifying the symmetric PoP key bound to the access token.</t>
          <figure anchor="fig-example-AS-to-C-token-upload">
            <name>Example of Access Token Request-Response Exchange. Following a successful uploading of the access token from the AS to the RS, the access token response includes the "token_upload" parameter but not the access token, which is bound to a symmetric key and was uploaded to the RS by the AS.</name>
            <artwork><![CDATA[
   Access token request

   Header: POST (Code=0.02)
   Uri-Host: "as.example.com"
   Uri-Path: "token"
   Content-Format: 19 (application/ace+cbor)
   Payload:
   {
     / audience /  5 : "tempSensor4711",
     / scope /     9 : "read",
     e'token_upload' : 0
   }


   Access token response

   Header: Created (Code=2.01)
   Content-Format: 19 (application/ace+cbor)
   Max-Age: 3560
   Payload:
   {
      e'token_upload' : 0,
     / expires_in / 2 : 3600,
     / cnf /        8 : {
       / COSE_Key / 1 : {
         / kty / 1 : 4 / Symmetric /,
         / kid / 2 : h'3d027833fc6267ce',
         / k /  -1 : h'73657373696f6e6b6579'
       }
     }
   }
]]></artwork>
          </figure>
          <t><xref target="fig-example-AS-to-C-token-upload-success-ret-token"/> shows another example, with first an access token request from C to the AS and then an access token response from the AS to C, also following the issue of an access token bound to a symmetric PoP key.</t>
          <t>The access token request specifies the "token_upload" parameter with value 2. That is, C indicates that it requires the access token from the AS, even in case the AS successfully uploads the access token to the RS.</t>
          <t>The access token response specifies the "token_upload" parameter with value 0, which indicates that the AS has successfully uploaded the access token to the RS on behalf of C.</t>
          <t>Consistent with the value of the "token_upload" parameter in the access token request, the access token response includes the "access_token" parameter specifying the issued access token. The access token response also includes the "cnf" parameter specifying the symmetric PoP key bound to the access token.</t>
          <figure anchor="fig-example-AS-to-C-token-upload-success-ret-token">
            <name>Example of Access Token Request-Response Exchange. Following a successful uploading of the access token from the AS to the RS, the access token response includes the "token_upload" parameter as well as the "access_token" parameter conveying the access token, which is bound to a symmetric key and was uploaded to the RS by the AS.</name>
            <artwork><![CDATA[
   Access token request

   Header: POST (Code=0.02)
   Uri-Host: "as.example.com"
   Uri-Path: "token"
   Content-Format: 19 (application/ace+cbor)
   Payload:
   {
     / audience /  5 : "tempSensor4711",
     / scope /     9 : "read",
     e'token_upload' : 2
   }


   Access token response

   Header: Created (Code=2.01)
   Content-Format: 19 (application/ace+cbor)
   Max-Age: 3560
   Payload:
   {
        e'token_upload' : 0,
     / access_token / 1 : h'd08343a1...4819',
       / (full CWT elided for brevity;
          CWT contains the symmetric PoP key in the "cnf" claim) /
     / expires_in /   2 : 3600,
     / cnf /          8 : {
       / COSE_Key / 1 : {
         / kty / 1 : 4 / Symmetric /,
         / kid / 2 : h'3d027833fc6267ce',
         / k /  -1 : h'73657373696f6e6b6579'
       }
     }
   }
]]></artwork>
          </figure>
          <t><xref target="fig-example-AS-to-C-token-upload-failed"/> shows another example, with first an access token request from C to the AS and then an access token response from the AS to C, also following the issue of an access token bound to a symmetric PoP key.</t>
          <t>The access token request specifies the "token_upload" parameter with value 0. That is, C indicates that it requires neither the access token nor the corresponding token hash from the AS, in case the AS successfully uploads the access token to the RS.</t>
          <t>In this example, the access token response includes the "token_upload" parameter with value 1, which indicates that the AS has attempted and failed to upload the access token to the RS on behalf of C. The access token response also includes the "access_token" parameter specifying the issued access token, together with the "cnf" parameter specifying the symmetric PoP key bound to the access token.</t>
          <t>Note that, even though the AS has failed to upload the access token to the RS, the response code 2.01 (Created) is used when replying to C, since the access token request as such has been successfully processed at the AS, with the following issue of the access token.</t>
          <figure anchor="fig-example-AS-to-C-token-upload-failed">
            <name>Example of Access Token Request-Response Exchange. Following a failed uploading of the access token from the AS to the RS, the access token response includes the "token_upload" parameter with value 1 as well the "access_token" parameter conveying the access token bound to a symmetric key.</name>
            <artwork><![CDATA[
   Access token request

   Header: POST (Code=0.02)
   Uri-Host: "as.example.com"
   Uri-Path: "token"
   Content-Format: 19 (application/ace+cbor)
   Payload:
   {
     / audience /  5 : "tempSensor4711",
     / scope /     9 : "read",
     e'token_upload' : 0
   }


   Access token response

   Header: Created (Code=2.01)
   Content-Format: 19 (application/ace+cbor)
   Max-Age: 3560
   Payload:
   {
        e'token_upload' : 1,
     / access_token / 1 : h'd08343a1...4819',
       / (full CWT elided for brevity;
          CWT contains the symmetric PoP key in the "cnf" claim) /
     / expires_in /   2 : 3600,
     / cnf /          8 : {
       / COSE_Key / 1 : {
         / kty / 1 : 4 / Symmetric /,
         / kid / 2 : h'3d027833fc6267ce',
         / k /  -1 : h'73657373696f6e6b6579'
       }
     }
   }
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="sec-token_hash">
        <name>token_hash</name>
        <t>This section defines the additional "token_hash" parameter. The parameter can be used in a successful access token response sent as reply by the AS to C.</t>
        <t>The following refers to the base64url encoding without padding (see <xref section="5" sectionFormat="of" target="RFC4648"/>) and denotes as "binary representation" of a text string the corresponding UTF-8 encoding <xref target="RFC3629"/>, which is the implied charset used in JSON (see <xref section="8.1" sectionFormat="of" target="RFC8259"/>).</t>
        <t>The "token_hash" parameter is <bcp14>REQUIRED</bcp14> in a successful access token response with response code 2.01 (Created), if both the following conditions apply. Otherwise, the "token_hash" parameter <bcp14>MUST NOT</bcp14> be present.</t>
        <ul spacing="normal">
          <li>
            <t>The corresponding access token request included the "token_upload" parameter with value 1.</t>
          </li>
          <li>
            <t>The access token response includes the "token_upload" parameter with value 0. That is, the AS has successfully uploaded the issued access token to the RS, as per the SDC workflow.</t>
          </li>
        </ul>
        <t>This parameter specifies the token hash corresponding to the access token issued by the AS and successfully uploaded to the RS on behalf of C. In particular:</t>
        <ul spacing="normal">
          <li>
            <t>If the access token response is encoded in CBOR, then the "token_hash" parameter is a CBOR byte string, with value the token hash.</t>
          </li>
          <li>
            <t>If the access token response is encoded in JSON, then the "token_hash" parameter has as value the base64url-encoded text string that encodes the token hash.</t>
          </li>
        </ul>
        <t>The AS computes the token hash as defined in <xref target="sec-token-hash-output"/>.</t>
        <section anchor="sec-token-hash-output">
          <name>Computing the Token Hash</name>
          <t>The AS computes the token hash over the value that the "access_token" parameter would have had in the same access token response, if it was included therein and specifying the access token.</t>
          <t>In particular, the input HASH_INPUT over which the token hash is computed is determined as follows.</t>
          <ul spacing="normal">
            <li>
              <t>If the access token response is encoded in CBOR, then:  </t>
              <ul spacing="normal">
                <li>
                  <t>BYTES denotes the value of the CBOR byte string that would be conveyed by the "access_token" parameter, if this was included in the access token response.</t>
                </li>
                <li>
                  <t>HASH_INPUT_TEXT is the base64url-encoded text string that encodes BYTES.</t>
                </li>
                <li>
                  <t>HASH_INPUT is the binary representation of HASH_INPUT_TEXT.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>If the access token response is encoded in JSON, then HASH_INPUT is the binary representation of the text string conveyed by the "access_token" parameter, if this was included in the access token response.</t>
            </li>
          </ul>
          <t>Once determined HASH_INPUT as defined above, a hash value of HASH_INPUT is generated as per <xref section="6" sectionFormat="of" target="RFC6920"/>. The resulting output in binary format is used as the token hash. Note that the used binary format embeds the identifier of the used hash function in the first byte of the computed token hash.</t>
          <t>The specific hash function used <bcp14>MUST</bcp14> be collision resistant on byte strings and <bcp14>MUST</bcp14> be selected from the "Named Information Hash Algorithm Registry" <xref target="IANA.Hash.Algorithms"/>. Consistent with the compliance requirements in <xref section="2" sectionFormat="of" target="RFC6920"/>, the hash function sha-256 as specified in <xref target="SHA-256"/> is mandatory to implement.</t>
          <t>The computation of token hashes defined above is aligned with that specified for the computation of token hashes in <xref section="4" sectionFormat="of" target="RFC9770"/>, where they are used as identifiers of revoked access tokens. Therefore, given a hash algorithm and an access token, the AS computes the same corresponding token hash in either case.</t>
          <t>If the AS supports the method specified in <xref target="RFC9770"/>, then the AS <bcp14>MUST</bcp14> use the same hash algorithm for computing both the token hashes to include in the "token_hash" parameter and the token hashes computed per that method to identify revoked access tokens.</t>
        </section>
        <section anchor="example">
          <name>Example</name>
          <t><xref target="fig-example-AS-to-C-token-hash"/> shows an example, with first an access token request from C to the AS and then an access token response from the AS to C, following the issue of an access token bound to a symmetric PoP key.</t>
          <t>The access token request specifies the "token_upload" parameter with value 1. That is, C indicates that it requires the token hash corresponding to the access token from the AS, in case the AS successfully uploads the access token to the RS.</t>
          <t>The access token response specifies the "token_upload" parameter with value 0, which indicates that the AS has successfully uploaded the access token to the RS on behalf of C.</t>
          <t>Consistent with the value of the "token_upload" parameter in the access token request, the access token response includes the "token_hash" parameter, which specifies the token hash corresponding to the issued access token. The access token response also includes the "cnf" parameter specifying the symmetric PoP key bound to the access token.</t>
          <figure anchor="fig-example-AS-to-C-token-hash">
            <name>Example of Access Token Request-Response Exchange. Following a successful uploading of the access token from the AS to the RS, the access token response includes the "token_upload" parameter as well as the "token_hash" parameter. The "token_hash" parameter conveys the token hash corresponding to the issued access token, which is bound to a symmetric key and was uploaded to the RS by the AS.</name>
            <artwork><![CDATA[
   Access token request

   Header: POST (Code=0.02)
   Uri-Host: "as.example.com"
   Uri-Path: "token"
   Content-Format: 19 (application/ace+cbor)
   Payload:
   {
     / audience /  5 : "tempSensor4711",
     / scope /     9 : "read",
     e'token_upload' : 1
   }


   Access token response

   Header: Created (Code=2.01)
   Content-Format: 19 (application/ace+cbor)
   Max-Age: 3560
   Payload:
   {
      e'token_upload' : 0,
        e'token_hash' : h'0153269057e12fe2b74ba07c892560a2d7
                          53877eb62ff44d5a19002530ed97ffe4',
     / expires_in / 2 : 3600,
     / cnf /        8 : {
       / COSE_Key / 1 : {
         / kty / 1 : 4 / Symmetric /,
         / kid / 2 : h'3d027833fc6267ce',
         / k /  -1 : h'73657373696f6e6b6579'
       }
     }
   }
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="sec-to_rs-from_rs">
        <name>to_rs and from_rs</name>
        <t>The rest of this section defines the additional parameters "to_rs" (see <xref target="sec-to_rs"/>) and "from_rs" (see <xref target="sec-from_rs"/>).</t>
        <t>The "to_rs" parameter can be used in an access token request sent by C to the token endpoint at the AS. The "from_rs" parameter can be used in an access token response sent by the AS, in reply to a request to the token endpoint from C.</t>
        <t>The semantics and encoding of the information specified in the two parameters depend on the specific profile of ACE and application used.</t>
        <t>For instance, when using the OSCORE profile of ACE <xref target="RFC9203"/>, C and RS can use the two parameters to exchange the expected nonces and identifiers via the AS. <xref target="sec-to_rs-from_rs-oscore-profile"/> describes how the two parameters are used when the OSCORE profile of ACE is used, thereby effectively enabling the use of the SDC workflow for that profile.</t>
        <section anchor="sec-to_rs">
          <name>to_rs</name>
          <t>The "to_rs" parameter is <bcp14>OPTIONAL</bcp14> in an access token request. The presence of this parameter indicates that:</t>
          <ul spacing="normal">
            <li>
              <t>C wishes the AS to relay the information specified therein to the RS, when the AS uploads the issued access token to the RS per the SDC workflow defined in <xref target="sec-workflow"/>; and</t>
            </li>
            <li>
              <t>C wishes the AS to relay information received from the RS to C, after having successfully uploaded the access token to the RS per the SDC workflow defined in <xref target="sec-workflow"/>.</t>
            </li>
          </ul>
          <t>This parameter <bcp14>MUST NOT</bcp14> be present if the "token_upload" parameter defined in <xref target="sec-token_upload"/> is not present in the access token request. Also, this parameter <bcp14>MUST NOT</bcp14> be present if the requested access token is not the first one of a new token series, i.e., if C is asking the AS for a new access token in the same token series that dynamically updates access rights.</t>
          <t>If C wishes that the AS relays information from the RS after successfully uploading the access token but C does not have any information to be relayed to the RS, then this parameter <bcp14>MUST</bcp14> encode the CBOR simple value <tt>null</tt> (0xf6).</t>
          <t>Otherwise, this parameter specifies the information that C wishes the AS to relay to the RS, when uploading the access token to the RS on behalf of C.</t>
          <t>Such information consists in what C would provide to the RS in addition to the access token, by sending a POST request to the authz-info endpoint in case the original workflow was used.</t>
          <t>When composing the parameter "to_rs", C considers the same information and <bcp14>MUST</bcp14> wrap it in a data structure STRUCT, by using the same method that it employs when using the original workflow. For example, with reference to the OSCORE profile of ACE <xref target="RFC9203"/>, such a method composes STRUCT as a CBOR map, which has to be sent as payload of a request with Content-Format "application/ace+cbor".</t>
          <t>After that, C builds a CBOR byte string STR, whose value is the binary representation of STRUCT.</t>
          <t>If and only if the request to the authz-info endpoint has to be sent with a Content-Format ct different from the one employed in the profile of ACE used, then C <bcp14>MUST</bcp14> tag the CBOR byte string STR (see <xref section="3.4" sectionFormat="of" target="RFC8949"/>). The tag number TN <bcp14>MUST</bcp14> be the one associated with the Content-Format ct and is determined according to the technique described in <xref section="B" sectionFormat="of" target="RFC9277"/>. For example, the Content-Format "application/ace+cbor" has Content-Format ID 19 and therefore has 1668546836 as its associated tag number.</t>
          <t>When the access token request is encoded in CBOR, the value of the "to_rs" parameter is the (tagged) CBOR byte string STR.</t>
          <t>When the access token request is encoded in JSON, the value of the "to_rs" parameter is a text string, which encodes the binary representation of the (tagged) CBOR byte string STR in base64url without padding (see <xref section="5" sectionFormat="of" target="RFC4648"/>).</t>
          <t>If the "to_rs" parameter is present and specifies a value different from the CBOR simple value <tt>null</tt> (0xf6), the AS proceeds as follows when composing the POST request to send to the authz-info endpoint on behalf of C:</t>
          <ol spacing="normal" type="1"><li>
              <t>The AS sets the Content-Format of the request to be either:  </t>
              <ul spacing="normal">
                <li>
                  <t>the one employed in the profile of ACE used, if the CBOR byte string STR conveyed by the "to_rs" parameter is not tagged; or, otherwise</t>
                </li>
                <li>
                  <t>the one associated with the tag number TN of the tagged CBOR byte string STR conveyed by the "to_rs" parameter.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>The AS retrieves the structure STRUCT from STR and extends STRUCT by adding the issued access token, consistently with the profile of ACE used and the Content-Format determined at the previous step.  </t>
              <t>
For example, when using the OSCORE profile of ACE <xref target="RFC9203"/> and thus the Content-Format to use is "application/ace+cbor", STRUCT is a CBOR map and the access token is included therein as an entry that has: as map key, 1 encoded as a CBOR integer; as map value, a CBOR byte string whose value is the binary representation of the access token.</t>
            </li>
          </ol>
          <t>Clearly, performing the two steps above requires the AS to understand the structure STRUCT and its semantics. In turn, such an understanding builds on the AS supporting the profile of ACE used and the Content-Format to use as determined at Step 1. In the expected cases, the AS is realistically able to perform the two steps. If the AS finds itself unable to perform the two steps, then the AS would simply not upload the access token to the RS on behalf of C. In such a case, the AS replies to C with a successful access token response to C, which includes the "access_token" parameter specifying the issued access token and does not include the "token_upload" parameter (see <xref target="sec-token_upload"/>).</t>
          <t>Tagging the CBOR byte string as defined above ensures that the AS can relay the information specified in the "to_rs" parameter as intended by C, i.e., by sending to the authz-info endpoint a POST request that has the correct Content-Format and conveys the correct payload.</t>
          <t>As a case in point, using the DTLS profile of ACE <xref target="RFC9202"/> typically results in a POST request to the authz-info endpoint with Content-Format "application/cwt", as per <xref section="5.10" sectionFormat="of" target="RFC9200"/>. However, the DTLS profile of ACE can be combined with application profiles of <xref target="RFC9594"/>. In such a case, the POST request might convey both the access token and additional parameters from C (e.g., "sign_info" defined in <xref section="3.3" sectionFormat="of" target="RFC9594"/>), which requires the request to have Content-Format "application/ace+cbor" (see <xref section="3.3" sectionFormat="of" target="RFC9594"/>).</t>
        </section>
        <section anchor="sec-from_rs">
          <name>from_rs</name>
          <t>The "from_rs" parameter is <bcp14>OPTIONAL</bcp14> in an access token response. The presence of this parameter indicates that the AS is relaying the information specified therein to C, which the AS has received from the RS after having successfully uploaded the access token to the RS per the SDC workflow defined in <xref target="sec-workflow"/>.</t>
          <t>This parameter <bcp14>MUST</bcp14> be present if and only if both the following conditions apply:</t>
          <ul spacing="normal">
            <li>
              <t>The "token_upload" parameter defined in <xref target="sec-token_upload"/> is present with value 0 in the access token response.</t>
            </li>
            <li>
              <t>The "to_rs" parameter was present in the access token request corresponding to the access token response.</t>
            </li>
          </ul>
          <t>This parameter specifies the information that the AS is relaying to C from the RS, following the successful upload of the access token to the RS on behalf of C.</t>
          <t>Such information consists in what C would receive in a successful response from the authz-info endpoint, if the access token was uploaded per the original workflow.</t>
          <t>When composing the parameter "from_rs", the AS builds a CBOR byte string STR as follows:</t>
          <ul spacing="normal">
            <li>
              <t>If the successful response from the authz-info endpoint does not include a payload, then STR is the empty CBOR byte string (0x40); otherwise</t>
            </li>
            <li>
              <t>The value of STR is the payload of the successful response from the authz-info endpoint.  </t>
              <t>
If and only if the response specifies a given Content-Format ct (i.e., by means of the CoAP Content-Format Option), then the AS <bcp14>MUST</bcp14> tag the CBOR byte string STR (see <xref section="3.4" sectionFormat="of" target="RFC8949"/>). The tag number TN <bcp14>MUST</bcp14> be the one associated with the Content-Format ct and is determined according to the technique described in <xref section="B" sectionFormat="of" target="RFC9277"/>.</t>
            </li>
          </ul>
          <t>When the access token response is encoded in CBOR, the value of the "from_rs" parameter is the (tagged) CBOR byte string STR.</t>
          <t>When the access token response is encoded in JSON, the value of the "from_rs" parameter is a text string, which encodes the binary representation of the (tagged) CBOR byte string STR in base64url without padding (see <xref section="5" sectionFormat="of" target="RFC4648"/>).</t>
          <t>When C receives from the AS the successful access token response specifying the "token_upload" parameter with value 0, C retrieves from the "from_rs" parameter the information relayed by the AS, just like when retrieving that information from a 2.01 (Created) response with Content-Format ct that C receives from the RS when using the original workflow.</t>
          <t>In particular, if the CBOR byte string STR is not the empty CBOR byte string (0x40), C considers as the Content-Format ct either:</t>
          <ul spacing="normal">
            <li>
              <t>the one employed in the profile of ACE used, if the CBOR byte string STR conveyed by the "from_rs" parameter is not tagged; or, otherwise</t>
            </li>
            <li>
              <t>the one associated with the tag number TN of the tagged CBOR byte string STR conveyed by the "from_rs" parameter.</t>
            </li>
          </ul>
        </section>
        <section anchor="sec-to_rs-from_rs-oscore-profile">
          <name>Use with the OSCORE Profile</name>
          <t>This section describes how to use the parameters "to_rs" and "from_rs" when the OSCORE profile of ACE <xref target="RFC9203"/> is used.</t>
          <t>Within the access token request from C to the AS, the value of the "to_rs" parameter is a CBOR byte string, whose value is the binary representation of a CBOR map C_MAP composed of two fields:</t>
          <ul spacing="normal">
            <li>
              <t>A field with the CBOR unsigned integer 40 as map key and with value the nonce N1 generated by C, encoded a CBOR byte string (see <xref section="4.1" sectionFormat="of" target="RFC9203"/>).</t>
            </li>
            <li>
              <t>A field with the CBOR unsigned integer 43 as map key and with value the Recipient ID ID1 generated by C, encoded as a CBOR byte string (see <xref section="4.1" sectionFormat="of" target="RFC9203"/>).</t>
            </li>
          </ul>
          <t>When building the POST request for uploading the access token to the authz-info endpoint at the RS, the AS sets the Content-Format of the request to "application/ace+cbor" and composes the request payload as specified in <xref section="4.1" sectionFormat="of" target="RFC9203"/>. In particular, the CBOR map specified as payload includes:</t>
          <ul spacing="normal">
            <li>
              <t>The "access_token" field, with value the access token to upload encoded as a CBOR byte string and with the CBOR unsigned integer 1 as map key.</t>
            </li>
            <li>
              <t>The "nonce1" field, with value the same CBOR byte string specified by the field of C_MAP that has the CBOR unsigned integer 40 as map key.</t>
            </li>
            <li>
              <t>The "ace_client_recipientid" field, with value the same CBOR byte string specified by the field of C_MAP that has the CBOR unsigned integer 43 as map key.</t>
            </li>
          </ul>
          <t>If the upload of the access token to the RS from the AS is successful, the RS replies to the AS with a 2.01 (Created) response, which has Content-Format "application/ace+cbor" and whose payload is a CBOR map RS_MAP that includes:</t>
          <ul spacing="normal">
            <li>
              <t>The "nonce2" field, with value the nonce N2 generated by the RS, encoded as a CBOR byte string (see <xref section="4.2" sectionFormat="of" target="RFC9203"/>).</t>
            </li>
            <li>
              <t>The "ace_server_recipientid" field, with value the Recipient ID ID2 generated by the RS, encoded as a CBOR byte string (see <xref section="4.2" sectionFormat="of" target="RFC9203"/>).</t>
            </li>
          </ul>
          <t>Within the access token response from the AS to C, the value of the "from_rs" parameter is a CBOR byte string, whose value is the binary representation of a CBOR map composed of two elements:</t>
          <ul spacing="normal">
            <li>
              <t>A field with the CBOR unsigned integer 42 as map key and with value the same CBOR byte string specified by the "nonce2" field of RS_MAP.</t>
            </li>
            <li>
              <t>A field with the CBOR unsigned integer 44 as map key and with value the same CBOR byte string specified by the "ace_server_recipientid" field of RS_MAP.</t>
            </li>
          </ul>
          <t>When C receives from the AS the successful access token response specifying the "token_upload" parameter with value 0, C retrieves the nonce N2 and the Recipient ID ID2 from the "from_rs" parameter, just like when retrieving those from a 2.01 (Created) response received from the RS when using the original workflow.</t>
          <t><xref target="fig-example-AS-to-C-token-upload-oscore-profile"/> shows an example where the OSCORE profile is used, with first an access token request from C to the AS and then an access token response from the AS to C, following the issue of an access token bound to a symmetric PoP key.</t>
          <t>The access token request specifies the "token_upload" parameter with value 0. That is, C indicates that it requires neither the access token nor the corresponding token hash from the AS, in case the AS successfully uploads the access token to the RS. Also, the access token request includes the "to_rs" parameter, specifying the values of N1 = 0x018a278f7faab55a and ID1 = 0x1645 intended to the RS.</t>
          <t>The access token response specifies the "token_upload" parameter with value 0, which indicates that the AS has successfully uploaded the access token to the RS on behalf of C.</t>
          <t>Consistent with the value of the "token_upload" parameter in the access token request, the access token response includes neither the access token nor its corresponding token hash. The access token response also includes the "cnf" parameter specifying the symmetric PoP key bound to the access token, as an OSCORE_Input_Material object (see <xref section="3.2.1" sectionFormat="of" target="RFC9203"/>). Also, the access token response includes the "from_rs" parameter, specifying the values of N2 = 0x25a8991cd700ac01 and ID2 = 0x0000 received from the RS and intended to C.</t>
          <figure anchor="fig-example-AS-to-C-token-upload-oscore-profile">
            <name>Example of Access Token Request-Response Exchange where the OSCORE Profile is Used. Following a successful uploading of the access token from the AS to the RS, the access token response includes the "token_upload" parameter but not the access token, which is bound to a symmetric key and was uploaded to the RS by the AS. C and the RS exchange N1, ID1, N2, and ID2 via the AS by means of the parameters "to_rs" and "from_rs"</name>
            <artwork><![CDATA[
   Access token request

   Header: POST (Code=0.02)
   Uri-Host: "as.example.com"
   Uri-Path: "token"
   Content-Format: 19 (application/ace+cbor)
   Payload:
   {
     / audience /  5 : "tempSensor4711",
     / scope /     9 : "read",
     e'token_upload' : 0,
            e'to_rs' : h'a2182848018a278f7faab55a182b421645'
   }


   Access token response

   Header: Created (Code=2.01)
   Content-Format: 19 (application/ace+cbor)
   Max-Age: 3560
   Payload:
   {
        e'token_upload' : 0,
             e'from_rs' : h'a2182a4825a8991cd700ac01182c420000',
     / ace_profile / 38 : 2 / coap_oscore /,
       / expires_in / 2 : 3600,
       / cnf /        8 : {
         / osc / 4 : {
           / id / 0 : h'01',
           / ms / 2 : h'f9af838368e353e78888e1426bd94e6f'
         }
       }
   }
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="sec-rs_cnf2-audience2">
        <name>rs_cnf2 and audience2</name>
        <t>This section defines the additional parameters "rs_cnf2" and "audience2" for an access token response, sent by the AS in reply to a request to the token endpoint from C.</t>
        <ul spacing="normal">
          <li>
            <t>The "rs_cnf2" parameter is <bcp14>OPTIONAL</bcp14> if the token type is "pop", asymmetric keys are used, and the access token is issued for an audience that includes multiple RSs (i.e., a group-audience, see <xref section="6.9" sectionFormat="of" target="RFC9200"/>). Otherwise, the "rs_cnf2" parameter <bcp14>MUST NOT</bcp14> be present.  </t>
            <t>
This parameter specifies information about the public keys used by the RSs of a group-audience for authenticating themselves to C. It is used in case the binding between the public keys and the corresponding RS identities are not established through other means. If this parameter is absent, either the RSs in the group-audience do not use a public key, or the AS knows that the RSs can authenticate themselves to C without additional information.  </t>
            <t>
If present, this parameter <bcp14>MUST</bcp14> encode a non-empty CBOR array of N elements, where N is the number of RSs in the group-audience for which the access token is issued. Each element of the CBOR array specifies the public key of one RS in the group-audience, and <bcp14>MUST</bcp14> follow the syntax and semantics of the "cnf" claim either from <xref section="3.1" sectionFormat="of" target="RFC8747"/> for CBOR-based interactions, or from <xref section="3.1" sectionFormat="of" target="RFC7800"/> for JSON-based interactions. It is not required that all the elements of the CBOR array rely on the same confirmation method.  </t>
            <t>
Any of the public keys may be provided together with information such as the public key algorithm and use (e.g., specified by means of the parameters "alg" and "key_ops" in a COSE_Key structure). If such information is specified, a client <bcp14>MUST NOT</bcp14> use a public key that is incompatible with the profile of ACE used or with the PoP algorithm according to that information. An RS <bcp14>MUST</bcp14> reject a proof of possession that relies on such a key and <bcp14>MUST</bcp14> reply with a response code equivalent to the CoAP code 4.00 (Bad Request).</t>
          </li>
          <li>
            <t>The "audience2" parameter is <bcp14>OPTIONAL</bcp14> and specifies the identifiers of the RSs in the group-audience for which the access token is issued.  </t>
            <t>
If present, this parameter <bcp14>MUST</bcp14> encode a non-empty CBOR array of N elements, where N is the number of RSs in the group-audience for which the access token is issued. Each element of the CBOR array in the "audience2" parameter <bcp14>MUST</bcp14> be a CBOR text string, with value the identifier of one RS in the group-audience.  </t>
            <t>
The element of the CBOR array referring to an RS in the group-audience <bcp14>SHOULD</bcp14> have the same value that would be used to identify that RS through the "audience" parameter of an access token request to the AS (see <xref section="5.8.1" sectionFormat="of" target="RFC9200"/>) and of an access token response from the AS (see <xref section="5.8.2" sectionFormat="of" target="RFC9200"/>), when requesting and issuing an access token for that individual RS.  </t>
            <t>
The "audience2" parameter is <bcp14>REQUIRED</bcp14> if the "rs_cnf2" parameter is present. In such a case, the i-th element of the CBOR array in the "audience2" parameter <bcp14>MUST</bcp14> be the identifier of the RS whose public key is specified as the i-th element of the CBOR array in the "rs_cnf2" parameter.</t>
          </li>
        </ul>
        <section anchor="example-1">
          <name>Example</name>
          <t><xref target="fig-example-AS-to-C-rs_cnf2"/> shows an example of access token response from the AS to C, following the issue of an access token for a group-audience composed of two RSs "rs1" and "rs2" and bound to C's public key as asymmetric PoP key. The access token response includes the access token as well as the parameters "audience2" and "rs_cnf2". These specify the public key of the two RSs as intended recipients of the access token and the identifiers of those two RSs, respectively.</t>
          <figure anchor="fig-example-AS-to-C-rs_cnf2">
            <name>Example of access token response with an access token bound to an asymmetric key, using the parameters "audience2" and "rs_cnf2".</name>
            <artwork><![CDATA[
   Access token response

   Header: Created (Code=2.01)
   Content-Format: 19 (application/ace+cbor)
   Max-Age: 3600
   Payload:
   {
     / access_token / 1 : b64'SlAV32hk...12',
       / (full CWT elided for brevity;
          CWT contains the client's RPK in the "cnf" claim) /
     / expires_in /   2 : 3600,
           e'audience2' : ["rs1", "rs2"],
             e'rs_cnf2' : [
               {
                 / COSE_Key / 1 : {
                   / kty /  1 : 2 / EC2 /,
                   / crv / -1 : 1 / P-256 /,
                   / x /   -2 : h'bbc34960526ea4d32e940cad2a234148
                                  ddc21791a12afbcbac93622046dd44f0',
                   / y /   -3 : h'4519e257236b2a0ce2023f0931f1f386
                                  ca7afda64fcde0108c224c51eabf6072'
                 }
               },
               {
                 / COSE_Key / 1 : {
                   / kty /  1 : 2 / EC2 /,
                   / crv / -1 : 1 / P-256 /,
                   / x /   -2 : h'ac75e9ece3e50bfc8ed6039988952240
                                  5c47bf16df96660a41298cb4307f7eb6',
                   / y /   -3 : h'6e5de611388a4b8a8211334ac7d37ecb
                                  52a387d257e6db3c2a93df21ff3affc8'
                 }
               }
             ]
   }
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="sec-anchor_cnf">
        <name>anchor_cnf</name>
        <t>This section defines the additional "anchor_cnf" parameter for an access token response, sent by the AS in reply to a request to the token endpoint from C.</t>
        <t>The "anchor_cnf" parameter is <bcp14>OPTIONAL</bcp14> if the token type is "pop" and asymmetric keys are used. Otherwise, the "anchor_cnf" parameter <bcp14>MUST NOT</bcp14> be present.</t>
        <t>This parameter specifies information about the public keys of trust anchors, which C can use to validate the public key of the RS/RSs included in the audience for which the access token is issued. This parameter can be used when the access token is issued for an audience including one RS or multiple RSs.</t>
        <t>If this parameter is absent, either the RS/RSs in the audience do not use a public key, or the AS knows that C can validate the public key of such RS/RSs without additional information (e.g., C has already obtained the required public keys of the involved trust anchors from the AS or through other means).</t>
        <t>If present, this parameter <bcp14>MUST</bcp14> encode a non-empty CBOR array that <bcp14>MUST</bcp14> be treated as a set, i.e., the order of its elements has no meaning. Each element of the CBOR array specifies the public key of one trust anchor, which can be used to validate the public key of at least one RS included in the audience for which the access token is issued. Each element of the CBOR array <bcp14>MUST</bcp14> follow the syntax and semantics of the "cnf" claim either from <xref section="3.1" sectionFormat="of" target="RFC8747"/> for CBOR-based interactions, or from <xref section="3.1" sectionFormat="of" target="RFC7800"/> for JSON-based interactions. It is not required that all the elements of the CBOR array rely on the same confirmation method.</t>
        <t>Any of the public keys conveyed in the "anchor_cnf" parameter may be provided together with information such as the public key algorithm and use (e.g., specified by means of the parameters "alg" and "key_ops" in a COSE_Key structure). If such information is specified, a client <bcp14>MUST NOT</bcp14> use a public key that is incompatible with the profile of ACE used or with the public keys to validate and the way to validate those.</t>
        <t>The presence of this parameter does not require that the access token response also includes the "rs_cnf" parameter defined in <xref target="RFC9201"/> or the "rs_cnf2" parameter defined in <xref target="sec-rs_cnf2-audience2"/> of this document. That is, C may be able to obtain the public keys of the RS/RSs for which the access token is issued through other means.</t>
        <t>When the access token response includes both the "anchor_cnf" parameter and the "audience2" parameter defined in <xref target="sec-rs_cnf2-audience2"/>, then C <bcp14>MUST</bcp14> make sure that a public key PK_RS is associated with an RS identified by an element of "audience2", before using any of the public keys specified in "anchor_cnf" to validate PK_RS.</t>
        <t>When the access token response includes the "anchor_cnf" parameter but not the "audience2" parameter, then C can use any of the public keys specified in "anchor_cnf" to validate the public key PK_RS of any RS in the targeted audience. This allows C to use the access token with an RS that is deployed later on as part of the same audience, which is particularly useful in the case of a group-audience.</t>
        <section anchor="example-2">
          <name>Example</name>
          <t><xref target="fig-example-AS-to-C-anchor_cnf"/> shows an example of access token response from the AS to C, following the issue of an access token for a group-audience and bound to C's public key as asymmetric PoP key.</t>
          <t>The identifier of the group-audience was specified by the "audience" parameter of the access token request to the AS, is specified by the "aud" claim of the issued access token, and is not repeated in the access token response from the AS.</t>
          <t>The access token response includes the "anchor_cnf" parameter. This specifies the public key of a trust anchor that C can use to validate the public keys of any RS with which the access token is going to be used. By means of the CWT confirmation method "x5chain" defined in <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>, the public key of the trust anchor is here conveyed within an X.509 certificate <xref target="RFC5280"/> used as public authentication credential for that trust anchor.</t>
          <figure anchor="fig-example-AS-to-C-anchor_cnf">
            <name>Example of Access Token Response with an access token bound to an asymmetric key, using the "anchor_cnf" parameter.</name>
            <artwork><![CDATA[
   Access token response

   Header: Created (Code=2.01)
   Content-Format: 19 (application/ace+cbor)
   Max-Age: 3600
   Payload:
   {
     / access_token / 1 : b64'SlAV32hk...12',
       / (full CWT elided for brevity;
          CWT contains the client's RPK in the "cnf" claim) /
     / expires_in /   2 : 3600,
          e'anchor_cnf' : [
            {
              e'x5chain' : h'308201363081dea003020102020301f50d30
                             0a06082a8648ce3d04030230163114301206
                             035504030c0b524643207465737420434130
                             1e170d3230303130313030303030305a170d
                             3231303230323030303030305a3022312030
                             1e06035504030c1730312d32332d34352d46
                             462d46452d36372d38392d41423059301306
                             072a8648ce3d020106082a8648ce3d030107
                             03420004b1216ab96e5b3b3340f5bdf02e69
                             3f16213a04525ed44450b1019c2dfd3838ab
                             ac4e14d86c0983ed5e9eef2448c6861cc406
                             547177e6026030d051f7792ac206a30f300d
                             300b0603551d0f040403020780300a06082a
                             8648ce3d04030203470030440220445d798c
                             90e7f500dc747a654cec6cfa6f037276e14e
                             52ed07fc16294c84660d02205a33985dfbd4
                             bfdd6d4acf3804c3d46ebf3b7fa62640674f
                             c0354fa056dbaea6'
            }
          ]
   }
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="sec-token_series_id">
        <name>token_series_id</name>
        <t>This section defines the additional "token_series_id" parameter. The parameter can be used in an access token request sent by C to the token endpoint at the AS as well as in the successful access token response sent as reply by the AS.</t>
        <ul spacing="normal">
          <li>
            <t>The "token_series_id" parameter is <bcp14>OPTIONAL</bcp14> in an access token request. The presence of this parameter indicates that C wishes to obtain a new access token for dynamically updating its access rights. That is, the new access token is intended to be the next one in an active token series and to supersede the latest access token in that token series. This parameter <bcp14>MUST NOT</bcp14> be present if the requested access token is the first one of a new token series.  </t>
            <t>
If present, this parameter specifies the identifier of the token series that the new access token is intended to extend. The identifier does not change throughout the lifetime of the token series and was provided to C in the successful access token response that the AS sent when issuing the first access token in that token series. When the access token request is encoded in CBOR, the value of this parameter is encoded as a CBOR byte string.</t>
          </li>
          <li>
            <t>The "token_series_id" parameter is <bcp14>OPTIONAL</bcp14> in an access token response. This parameter <bcp14>MUST NOT</bcp14> be present if the issued access token is not the first one of the token series it belongs to.  </t>
            <t>
If present, this parameter specifies the identifier of the token series to which the issued access token belongs. When the access token response is encoded in CBOR, the value of this parameter is encoded as a CBOR byte string.</t>
          </li>
        </ul>
        <t>If the AS relies on the "token_series_id" parameter to exchange the identifier of token series with clients, then the following applies.</t>
        <ul spacing="normal">
          <li>
            <t>The value assigned to the identifier of a token series <bcp14>MUST</bcp14> be associated with all the access tokens issued by the AS for that token series and <bcp14>MUST</bcp14> be selected from a pool that the AS exclusively controls.  </t>
            <t>
In particular, the triple (TS_ID, C, AUD) <bcp14>MUST</bcp14> uniquely identify a token series and its corresponding access tokens, where TS_ID is the identifier of the token series, while C and AUD are the client and the audience for which the access token is issued, respectively. The AS <bcp14>MUST</bcp14> take into account both ongoing and ended token series for selecting a new TS_ID that complies with the above requirements.  </t>
            <t>
Note that the ACE profile is not part of the triple, hence the requirement spans across all the ACE profiles that the AS and its registered clients/RSs support.</t>
          </li>
          <li>
            <t>An issued access token that belongs to a token series <bcp14>MUST</bcp14> include the identifier of that token series. This allows the RS to identify the latest access token in the token series to be superseded by the issued access token.  </t>
            <t>
In particular, each of such access tokens <bcp14>MUST</bcp14> include a claim specifying the identifier of the token series to which the access token belongs. When CWTs are used as access tokens, this information <bcp14>MUST</bcp14> be transported in the "token_series_id" claim registered in <xref target="iana-token-cwt-claims"/>.</t>
          </li>
        </ul>
        <t>If a profile of ACE relies on a construct that uses different parameters/claims to transport the identifier of a token series, then the new "token_series_id" parameter and "token_series_id" claim <bcp14>MUST NOT</bcp14> be used when using that profile.</t>
        <t>For example, a number of parameters/claims are already used to transport information that acts de facto as identifier of token series, in the PSK mode of the DTLS profile <xref target="RFC9202"/>, in the OSCORE profile <xref target="RFC9203"/>, and in the EDHOC and OSCORE profile <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>.</t>
      </section>
      <section anchor="sec-updated_rights">
        <name>updated_rights</name>
        <t>This section defines the additional "updated_rights" parameter. The parameter can be used in a POST request sent by the AS to the authz-info endpoint, when the AS uploads an access token to the RS per the SDC workflow defined in <xref target="sec-workflow"/>. The "updated_rights" parameter <bcp14>MUST NOT</bcp14> be included in the POST request to the authz-info endpoint sent by C per the original workflow defined in <xref target="RFC9200"/>.</t>
        <t>In the POST request from the AS, the "updated_rights" parameter is <bcp14>REQUIRED</bcp14> if the uploaded access token is not the first one of a new token series, i.e., if the AS has issued the access token for dynamically updating the access rights of C. Otherwise, the "updated_rights" parameter <bcp14>MUST NOT</bcp14> be present.</t>
        <t>When including the "updated_rights" parameter, the POST request <bcp14>MUST</bcp14> have Content-Format "application/ace+cbor" and its payload <bcp14>MUST</bcp14> be formatted as a CBOR map. In particular, the CBOR map <bcp14>MUST</bcp14> include the "updated_rights" parameter encoding the CBOR simple value <tt>true</tt> (0xf5), together with the "access_token" parameter specifying the access token. The CBOR map <bcp14>MAY</bcp14> include additional parameters, according to the specific profile of ACE used.</t>
        <t>Note that this request deviates from the POST request defined in <xref target="RFC9200"/>, although such a deviation can already occur in some profiles of ACE (e.g., see <xref section="4.1" sectionFormat="of" target="RFC9203"/>) or in application profiles of <xref target="RFC9594"/>.</t>
        <t>When the RS receives a protected POST request to the authz-info endpoint from the AS and the request does not convey the "updated_rights" parameter, the RS is ensured that the access token conveyed in the request is the first one of a new token series.</t>
        <t>When the RS receives a protected POST request to the authz-info endpoint from the AS and the request conveys the "updated_rights" parameter encoding the CBOR simple value <tt>true</tt> (0xf5), the RS is ensured that the access token conveyed in the request is not the first one of a new token series.</t>
        <t>Taking advantage of such explicit indication requires the RS to support the Content-Format "application/ace+cbor" and the "updated_rights" parameter.</t>
        <t>If the RS does not support the Content-Format "application/ace+cbor", the RS rejects the POST request from the AS and replies with an error response that has a response code equivalent to the CoAP code 4.15 (Unsupported Content-Format). Note that, irrespective of the profile of ACE used, the RS supports the Content-Format "application/ace+cbor" if it implements token introspection (see <xref section="5.9" sectionFormat="of" target="RFC9200"/>).</t>
        <t>If the RS supports the Content-Format "application/ace+cbor" but does not support the "updated_rights" parameter, the RS <bcp14>MUST</bcp14> reject the POST request from the AS and <bcp14>MUST</bcp14> reply with an error response that has a response code equivalent to the CoAP code 4.00 (Bad Request).</t>
        <t>In case a POST request to the authz-info endpoint conveys the "updated_rights" parameter, the RS supports the parameter, and any of the following conditions applies, the RS <bcp14>MUST</bcp14> reject the request and <bcp14>MUST</bcp14> reply with an error response that has a response code equivalent to the CoAP code 4.00 (Bad Request):</t>
        <ul spacing="normal">
          <li>
            <t>The request is not protected.</t>
          </li>
          <li>
            <t>The AS is not successfully verified as the originator of the request.</t>
          </li>
          <li>
            <t>The "updated_rights" parameter does not encode the CBOR simple value <tt>true</tt> (0xf5).</t>
          </li>
        </ul>
        <t>If the AS receives an error response from the RS, the AS replies to C with a successful access token response, which includes the "access_token" parameter specifying the issued access token and includes the "token_upload" parameter encoding the value 1 (see <xref target="sec-token_upload"/>).</t>
        <t>The processing of the POST request to the authz-info endpoint from the AS is further described in <xref target="sec-as-token-upload"/>.</t>
      </section>
    </section>
    <section anchor="sec-updated-ace-profile-parameter">
      <name>Updated "ace_profile" Parameter</name>
      <t>This section extends the semantics of the "ace_profile" parameter defined in <xref target="RFC9200"/> for the OAuth 2.0 token endpoint at the authorization server.</t>
      <t>In addition to what is specified in Sections <xref target="RFC9200" section="5.8.1" sectionFormat="bare"/>, <xref target="RFC9200" section="5.8.2" sectionFormat="bare"/>, and <xref target="RFC9200" section="5.8.4.3" sectionFormat="bare"/> of <xref target="RFC9200"/>, the following applies.</t>
      <ul spacing="normal">
        <li>
          <t>When sending an access token request to the token endpoint at the AS (see <xref section="5.8.1" sectionFormat="of" target="RFC9200"/>), C <bcp14>MAY</bcp14> include the "ace_profile" parameter, specifying the identifier of the profile that C wishes to use towards the RS.</t>
        </li>
        <li>
          <t>If the AS receives an access token request that includes the "ace_profile" parameter specifying the identifier of a profile, then the AS proceeds as follows.  </t>
          <t>
In case the AS does not issue access tokens per the profile specified in the access token request, or C and the RS do not share that profile, then the AS <bcp14>MUST</bcp14> reject the request and <bcp14>MUST</bcp14> reply with an error response (see <xref section="5.8.3" sectionFormat="of" target="RFC9200"/>). The error response <bcp14>MUST</bcp14> have a response code equivalent to the CoAP code 4.00 (Bad Request) and <bcp14>MUST</bcp14> include the error code "incompatible_ace_profiles".  </t>
          <t>
In case the AS issues an access token to C, the access token <bcp14>MUST</bcp14> be per the profile whose identifier was specified by the "ace_profile" parameter in the access token request.  </t>
          <t>
In case the AS replies to C with a successful access token response (see <xref section="5.8.2" sectionFormat="of" target="RFC9200"/>), then the response <bcp14>MAY</bcp14> include the "ace_profile" parameter. If it is included in the access token response, the "ace_profile" parameter <bcp14>MUST</bcp14> encode the same profile identifier that was specified by the "ace_profile" parameter of the corresponding access token request.</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-coord-exchanged-cred">
      <name>Coordinating on the Exchange of Public Authentication Credentials</name>
      <t>In some profiles of ACE, it is possible for C and the RS to use public authentication credentials. Depending on the specific profile, the access token request and response exchanged between C and the AS can specify those authentication credentials as transported by value or instead identified by reference. For instance, this is the case in the EDHOC and OSCORE profile <xref target="I-D.ietf-ace-edhoc-oscore-profile"/> and in the DTLS profile <xref target="RFC9202"/> as extended in <xref target="I-D.ietf-ace-authcred-dtls-profile"/>.</t>
      <t>At some point, the AS (C) might become unable to use a credential identifier as a reference for accessing the authentication credential of C (of the RS) obtained earlier, e.g., due to having deleted the credential from its local storage. This can prevent the AS (C) from successfully processing an incoming access token request (response) that specifies the authentication credential of C (of the RS) as identified by reference. Ultimately, this can prevent the AS from issuing an access token and C from securely accessing protected resources at the RS.</t>
      <t>Conversely, unbeknown to the AS, C might already be storing the authentication credential of the RS when sending the access token request. In such a situation, the AS would specify the authentication credential of the RS by value in the access token response. However, it would be sufficient for C that the response specified the credential of the RS as identified by reference, or even that the response omitted the credential altogether.</t>
      <t>In order to allow C and the AS to coordinate on the exchange of the authentication credentials of C and the RS, the rest of this section defines:</t>
      <ul spacing="normal">
        <li>
          <t>How the AS can instruct C to specify its public authentication credential by value in the "req_cnf" parameter of an access token request (see <xref target="sec-cred-c-value"/>).</t>
        </li>
        <li>
          <t>How C can instruct the AS to specify the public authentication credential(s) of the RS(s) by value or by reference in the "rs_cnf" or "rs_cnf2" parameter of an access token response (see <xref target="sec-cred-rs-value"/>), or instead to omit the credential(s) from the access token response.</t>
        </li>
      </ul>
      <section anchor="sec-cred-c-value">
        <name>Instructing C on How to Provide its Authentication Credential</name>
        <t>When the AS receives an access token request and this includes the "req_cnf" parameter identifying the public authentication credential of C by reference, it might happen that the AS is not able to access the credential by using the specified reference.</t>
        <t>In such a case, the AS <bcp14>MUST</bcp14> reject the request and <bcp14>MUST</bcp14> reply with an error response (see <xref section="5.8.3" sectionFormat="of" target="RFC9200"/>). The error response <bcp14>MUST</bcp14> have a response code equivalent to the CoAP code 5.00 (Internal Server Error) and <bcp14>MUST</bcp14> include the error code "unknown_credential_referenced". The error code and its CBOR abbreviation are registered in <xref target="iana-oauth-extensions-errors"/> and <xref target="iana-oauth-error-code-cbor-mappings"/>, respectively.</t>
        <t>After receiving such an error response, C can send a new access token request, where the "req_cnf" parameter specifies the authentication credential of C by value.</t>
      </section>
      <section anchor="sec-cred-rs-value">
        <name>Instructing the AS on How to Provide the RS's Authentication Credential</name>
        <t>When C receives an access token response and this includes the "req_cnf" or "req_cnf2" parameter identifying the authentication credential(s) of the RS(s) by reference, it might happen that C is not able to access the authentication credential(s) by using the specified reference(s).</t>
        <t>Conversely, if the response includes the "rs_cnf" or "rs_cnf2" parameter specifying the authentication credential(s) of the RS(s) by value, it might happen that C has already been storing those credential(s), unbeknown to the AS. In fact, it would have been sufficient that the "rs_cnf" or "rs_cnf2" parameter identified the credential(s) by reference, or that neither parameter was included in the response.</t>
        <t>The following extends the semantics of the "rs_cnf" parameter defined in <xref target="RFC9201"/>, so that C can include the "rs_cnf" parameter in an access token request. When doing so, C instructs the AS about whether and how the successful access token response should specify the authentication credential(s) of the RS(s) belonging to the targeted audience.</t>
        <t>Per its extended semantics, the "rs_cnf" parameter is also <bcp14>OPTIONAL</bcp14> to include in an access token request for requesting the first access token in a token series, if the token type is "pop" and asymmetric keys are used. Otherwise, the parameter <bcp14>MUST NOT</bcp14> be included in an access token request.</t>
        <t>When C includes the "rs_cnf" parameter in an access token request, the parameter <bcp14>MUST</bcp14> have one of the following encodings.</t>
        <ul spacing="normal">
          <li>
            <t>If the parameter specifies the CBOR simple value <tt>true</tt> (0xf5), then it instructs the AS to include in the successful access token response the "rs_cnf" or "rs_cnf2" parameter, specifying the authentication credential(s) of the RS(s) by value.  </t>
            <t>
In the successful access token response, each pertaining authentication credential <bcp14>MUST</bcp14> be specified by value.</t>
          </li>
          <li>
            <t>If the parameter specifies the CBOR simple value <tt>false</tt> (0xf4), then it instructs the AS to include in the successful access token response the "rs_cnf" or "rs_cnf2" parameter, specifying the authentication credential(s) of the RS(s) by reference.  </t>
            <t>
In the successful access token response, each pertaining authentication credential <bcp14>MUST</bcp14> be specified by reference, or alternatively by value only in case that was not possible.</t>
          </li>
          <li>
            <t>If the parameter specifies the CBOR simple value <tt>null</tt> (0xf6), then it instructs the AS to omit the "rs_cnf" and "rs_cnf2" parameters from the successful access token response.  </t>
            <t>
In the successful access token response, the "rs_cnf" and "rs_cnf2" parameters <bcp14>MUST NOT</bcp14> be included.</t>
          </li>
        </ul>
        <t>If the AS is not able to comply in the first two cases above, then the AS <bcp14>MUST</bcp14> reject the request and <bcp14>MUST</bcp14> reply with an error response. The error response <bcp14>MUST</bcp14> have a response code equivalent to the CoAP code 5.00 (Internal Server Error).</t>
        <t>Irrespective of what "rs_cnf" specifies in the access token request, C <bcp14>MUST</bcp14> rely on the authentication credential(s) specified by the parameter "rs_cnf" or "rs_cnf2" in the access token response, as those that are used by the RS(s) to authenticate.</t>
        <t>If C does not currently store the authentication credential(s) of the RS(s), then C <bcp14>MUST NOT</bcp14> include the "rs_cnf" parameter specifying the CBOR simple value <tt>null</tt> (0xf6) in an access token request.</t>
      </section>
    </section>
    <section anchor="sec-error-failed-pop">
      <name>Failed Verification of Proof of Possession at the AS</name>
      <t>When sending an access token request to the AS (see <xref section="5.8.1" sectionFormat="of" target="RFC9200"/>), a client can include the "req_cnf" parameter defined in <xref section="3.1" sectionFormat="of" target="RFC9201"/> in order to provide the AS with a specific PoP key to bind to the requested access token.</t>
      <t>Typically, the PoP key in question is the client's public key. In such a case, as per <xref section="3.1" sectionFormat="of" target="RFC9201"/>, the AS has to verify proof of possession of the client's private key, i.e., that the client is indeed in possession of the private key corresponding to the public key conveyed in the "req_cnf" parameter.</t>
      <t>The AS might have previously achieved proof of possession of the private key in question, e.g., from previous interactions with the client or through out-of-band means. Alternatively, a profile of ACE might define how the AS verifies a PoP evidence that the client computes and provides to the AS by means of a parameter included in the access token request (e.g., see <xref target="I-D.ietf-ace-group-oscore-profile"/>).</t>
      <t>Irrespective of the method used, if the AS fails to verify the proof of possession of the client's private key, then the AS <bcp14>MUST</bcp14> reject the access token request and <bcp14>MUST</bcp14> reply with an error response (see <xref section="5.8.3" sectionFormat="of" target="RFC9200"/>). The error response <bcp14>MUST</bcp14> have a response code equivalent to the CoAP code 4.00 (Bad Request) and <bcp14>MUST</bcp14> include the error code "failed_pop_verification". The error code and its CBOR abbreviation are registered in <xref target="iana-oauth-extensions-errors"/> and <xref target="iana-oauth-error-code-cbor-mappings"/>, respectively.</t>
    </section>
    <section anchor="sec-updated-error-responses">
      <name>Updated Payload Format of Error Responses</name>
      <t>This section deprecates the original payload format of error responses conveying an error code, when CBOR is used to encode message payloads in the ACE framework. That format is referred to, e.g., when defining the error responses of Sections <xref target="RFC9200" section="5.8.3" sectionFormat="bare"/> and <xref target="RFC9200" section="5.9.3" sectionFormat="bare"/> of <xref target="RFC9200"/>.</t>
      <t>Also, this section defines a new payload format that allows such error responses to convey an error code together with further error-specific information, according to the problem-details format specified in <xref target="RFC9290"/>.</t>
      <t>Such error responses <bcp14>MUST</bcp14> have Content-Format set to "application/concise-problem-details+cbor". The payload of these error responses <bcp14>MUST</bcp14> be a CBOR map specifying a Concise Problem Details data item (see <xref section="2" sectionFormat="of" target="RFC9290"/>). The CBOR map is formatted as follows:</t>
      <ul spacing="normal">
        <li>
          <t>It <bcp14>MUST</bcp14> include the Custom Problem Detail entry "ace-error" registered in <xref target="iana-problem-details"/> of this document.  </t>
          <t>
This entry is formatted as a CBOR map including only one field, namely "error-code". The map key for the "error-code" field is the CBOR unsigned integer with value 0. The value of the "error-code" field is a CBOR integer specifying the error code associated with the occurred error. This value is taken from the "CBOR Value" column of the "OAuth Error Code CBOR Mappings" registry <xref target="ACE.OAuth.Error.Code.CBOR.Mappings"/>.  </t>
          <t>
The new payload format <bcp14>MUST</bcp14> use the "error-code" field in order to convey the same information that the original payload format conveys through the "error" parameter (see, e.g., Sections <xref target="RFC9200" section="5.8.3" sectionFormat="bare"/> and <xref target="RFC9200" section="5.9.3" sectionFormat="bare"/> of <xref target="RFC9200"/>).  </t>
          <t>
The CDDL notation <xref target="RFC8610"/> of the "ace-error" entry is given below.</t>
        </li>
      </ul>
      <sourcecode type="CDDL"><![CDATA[
   ace-error = {
     &(error-code: 0) => int
   }
]]></sourcecode>
      <ul spacing="normal">
        <li>
          <t>It <bcp14>MAY</bcp14> include further Standard Problem Detail entries or Custom Problem Detail entries (see <xref target="RFC9290"/>). The following Standard Problem Detail entries are of particular relevance for the ACE framework.  </t>
          <ul spacing="normal">
            <li>
              <t>"detail" (map key -2): its value is a CBOR text string that specifies a human-readable diagnostic description of the occurred error (see <xref section="2" sectionFormat="of" target="RFC9290"/>).      </t>
              <t>
The diagnostic text is intended for software engineers as well as for device and network operators in order to aid in debugging and provide context for possible intervention. The diagnostic message <bcp14>SHOULD</bcp14> be logged by the sender of the error response. The "detail" entry is unlikely to be relevant in an unattended setup where human intervention is not expected.      </t>
              <t>
The new payload format <bcp14>MUST</bcp14> use the Standard Problem Detail entry "detail" in order to convey the same information that the original payload format conveys through the "error_description" parameter (see, e.g., Sections <xref target="RFC9200" section="5.8.3" sectionFormat="bare"/> and <xref target="RFC9200" section="5.9.3" sectionFormat="bare"/> of <xref target="RFC9200"/>).</t>
            </li>
            <li>
              <t>"instance" (map key -3): its value is a URI reference identifying the specific occurrence of the error (see <xref section="2" sectionFormat="of" target="RFC9290"/>).      </t>
              <t>
The new payload format <bcp14>MUST</bcp14> use the Standard Problem Detail entry "instance" in order to convey the same information that the original payload format conveys through the "error_uri" parameter (see, e.g., Sections <xref target="RFC9200" section="5.8.3" sectionFormat="bare"/> and <xref target="RFC9200" section="5.9.3" sectionFormat="bare"/> of <xref target="RFC9200"/>).</t>
            </li>
          </ul>
        </li>
      </ul>
      <t>An example of an error response using the problem-details format is shown in <xref target="fig-example-error-response"/>.</t>
      <figure anchor="fig-example-error-response">
        <name>Example of Error Response with Problem Details.</name>
        <artwork><![CDATA[
Header: Bad Request (Code=4.00)
Content-Format: 257 (application/concise-problem-details+cbor)
Payload:
{
  / title /  -1 : "Incompatible ACE profile",
  / detail / -2 : "The RS supports only the OSCORE profile",
    e'ace-error': {
      / error_code / 0: 8 / incompatible_ace_profiles /
    }
}
]]></artwork>
      </figure>
      <t>When the ACE framework is used with CBOR for encoding message payloads, the following applies.</t>
      <ul spacing="normal">
        <li>
          <t>It is <bcp14>RECOMMENDED</bcp14> that authorization servers, clients, and resource servers support the payload format defined in this section.</t>
        </li>
        <li>
          <t>Authorization servers, clients, and resource servers that support the payload format defined in this section <bcp14>MUST</bcp14> use it when composing an outgoing error response that conveys an error code.</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-updated-requirements">
      <name>Updated Requirements on Profiles of ACE</name>
      <t><xref section="C" sectionFormat="of" target="RFC9200"/> compiles a list of requirements on the profiles of ACE. This document amends two of those requirements as follows.</t>
      <t>The text of the fifth requirement</t>
      <blockquote>
        <t>Specify the security protocol the client and RS must use to protect their communication (e.g., OSCORE or DTLS). This must provide encryption and integrity and replay protection (Section 5.8.4.3).</t>
      </blockquote>
      <t>is replaced by the following text:</t>
      <blockquote>
        <t>Specify the security protocol the client and RS must use to protect their communication (e.g., OSCORE or DTLS). In combination with the used communication protocol, this must provide encryption, integrity and replay protection, and a binding between requests and responses (Section 5.8.4.3 and Section 6.5).</t>
      </blockquote>
      <t>The text of the tenth requirement</t>
      <blockquote>
        <t>Specify the communication and security protocol for interactions between the client and AS. This must provide encryption, integrity protection, replay protection, and a binding between requests and responses (Sections 5 and 5.8).</t>
      </blockquote>
      <t>is replaced by the following text:</t>
      <blockquote>
        <t>Specify the communication and security protocol for interactions between the client and AS. The combined use of those protocols must provide encryption, integrity protection, replay protection, and a binding between requests and responses (Sections 5 and 5.8).</t>
      </blockquote>
      <t>At the time of writing, all the profiles of ACE that are published as RFC (i.e., <xref target="RFC9202"/><xref target="RFC9203"/><xref target="RFC9431"/>) already comply with the two updated requirements as formulated above.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The same security considerations from the ACE framework for Authentication and Authorization <xref target="RFC9200"/> apply to this document, together with those from the specific profile of ACE used, e.g., <xref target="RFC9202"/><xref target="RFC9203"/><xref target="RFC9431"/><xref target="I-D.ietf-ace-edhoc-oscore-profile"/><xref target="I-D.ietf-ace-group-oscore-profile"/><xref target="RFC9431"/>.</t>
      <t>When using the problem-details format defined in <xref target="RFC9290"/> for error responses, then the privacy and security considerations from Sections <xref target="RFC9290" section="4" sectionFormat="bare"/> and <xref target="RFC9290" section="5" sectionFormat="bare"/> of <xref target="RFC9290"/> also apply.</t>
      <t>Editor's note: add more security considerations.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <t>Note to RFC Editor: Please replace all occurrences of "[RFC-XXXX]" with the RFC number of this specification and delete this paragraph.</t>
      <section anchor="iana-oauth-params">
        <name>OAuth Parameters Registry</name>
        <t>IANA is asked to add the following entries to the "OAuth Parameters" registry within the "OAuth Parameters" registry group.</t>
        <ul spacing="normal">
          <li>
            <t>Name: token_upload</t>
          </li>
          <li>
            <t>Parameter Usage Location: token request, token response</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: token_hash</t>
          </li>
          <li>
            <t>Parameter Usage Location: token response</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: to_rs</t>
          </li>
          <li>
            <t>Parameter Usage Location: token request</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: from_rs</t>
          </li>
          <li>
            <t>Parameter Usage Location: token response</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: rs_cnf2</t>
          </li>
          <li>
            <t>Parameter Usage Location: token response</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: audience2</t>
          </li>
          <li>
            <t>Parameter Usage Location: token response</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: anchor_cnf</t>
          </li>
          <li>
            <t>Parameter Usage Location: token response</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: token_series_id</t>
          </li>
          <li>
            <t>Parameter Usage Location: token request, token response</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: updated_rights</t>
          </li>
          <li>
            <t>Parameter Usage Location: as-rs request</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <t>In the same registry, IANA is asked to update the entries for the following OAuth parameters identified by their name, so that the content of the "Parameter Usage Location" column and of the "Reference" column is as below:</t>
        <ul spacing="normal">
          <li>
            <t>rs_cnf  </t>
            <ul spacing="normal">
              <li>
                <t>Parameter Usage Location: token request, token response</t>
              </li>
              <li>
                <t>Reference: [RFC9201, Section 5][RFC-XXXX, <xref target="sec-cred-rs-value"/>]</t>
              </li>
            </ul>
          </li>
          <li>
            <t>nonce1  </t>
            <ul spacing="normal">
              <li>
                <t>Parameter Usage Location: client-rs request, as-rs request</t>
              </li>
              <li>
                <t>Reference: [RFC9203][RFC-XXXX]</t>
              </li>
            </ul>
          </li>
          <li>
            <t>nonce2  </t>
            <ul spacing="normal">
              <li>
                <t>Parameter Usage Location: rs-client response, rs-as response</t>
              </li>
              <li>
                <t>Reference: [RFC9203][RFC-XXXX]</t>
              </li>
            </ul>
          </li>
          <li>
            <t>ace_client_recipientid  </t>
            <ul spacing="normal">
              <li>
                <t>Parameter Usage Location: client-rs request, as-rs request</t>
              </li>
              <li>
                <t>Reference: [RFC9203][RFC-XXXX]</t>
              </li>
            </ul>
          </li>
          <li>
            <t>ace_server_recipientid  </t>
            <ul spacing="normal">
              <li>
                <t>Parameter Usage Location: rs-client response, rs-as response</t>
              </li>
              <li>
                <t>Reference: [RFC9203][RFC-XXXX]</t>
              </li>
            </ul>
          </li>
          <li>
            <t>sign_info  </t>
            <ul spacing="normal">
              <li>
                <t>Parameter Usage Location: client-rs request, rs-client response, as-rs request, rs-as response</t>
              </li>
              <li>
                <t>Reference: [RFC9594][RFC-XXXX]</t>
              </li>
            </ul>
          </li>
          <li>
            <t>kdcchallenge  </t>
            <ul spacing="normal">
              <li>
                <t>Parameter Usage Location: rs-client response, rs-as response</t>
              </li>
              <li>
                <t>Reference: [RFC9594][RFC-XXXX]</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="iana-oauth-cbor-mappings">
        <name>OAuth Parameters CBOR Mappings Registry</name>
        <t>IANA is asked to add the following entries to the "OAuth Parameters CBOR Mappings" registry within the "Authentication and Authorization for Constrained Environments (ACE)" registry group, following the procedure specified in <xref target="RFC9200"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Name: token_upload</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: unsigned integer</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: token_hash</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: unsigned integer</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: to_rs</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: Null or byte string or #6.&lt;uint&gt;(bstr)</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: from_rs</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: byte string or #6.&lt;uint&gt;(bstr)</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: rs_cnf2</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: array</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: audience2</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: array</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: anchor_cnf</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: array</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: token_series_id</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: byte string</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: updated_rights</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: True</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <t>In the same registry, IANA is asked to update the entry for the OAuth parameter with name "rs_cnf", so that the content of the "Value Type" column and of the "Reference" column is as below:</t>
        <ul spacing="normal">
          <li>
            <t>Value Type: True or False or Null or map</t>
          </li>
          <li>
            <t>Reference: [RFC9201, Section 3.2][RFC-XXXX, <xref target="sec-cred-rs-value"/>]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-token-json-claims">
        <name>JSON Web Token Claims Registry</name>
        <t>IANA is asked to add the following entry to the "JSON Web Token Claims" registry within the "JSON Web Token (JWT)" registry group, following the procedure specified in <xref target="RFC7519"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Claim Name: token_series_id</t>
          </li>
          <li>
            <t>Claim Description: The identifier of a token series</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-token-cwt-claims">
        <name>CBOR Web Token (CWT) Claims Registry</name>
        <t>IANA is asked to add the following entry to the "CBOR Web Token (CWT) Claims" registry within the "CBOR Web Token (CWT) Claims" registry group, following the procedure specified in <xref target="RFC8392"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Claim Name: token_series_id</t>
          </li>
          <li>
            <t>Claim Description: The identifier of a token series</t>
          </li>
          <li>
            <t>JWT Claim Name: token_series_id</t>
          </li>
          <li>
            <t>Claim Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Claim Value Type: byte string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="sec-token_series_id"/> of [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-oauth-extensions-errors">
        <name>OAuth Extensions Error Registry</name>
        <t>IANA is asked to add the following entries to the "OAuth Extensions Error Registry" within the "OAuth Parameters" registry group.</t>
        <ul spacing="normal">
          <li>
            <t>Name: unknown_credential_referenced</t>
          </li>
          <li>
            <t>Usage Location: token error response</t>
          </li>
          <li>
            <t>Protocol Extension: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="sec-coord-exchanged-cred"/> of [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: failed_pop_verification</t>
          </li>
          <li>
            <t>Usage Location: token error response</t>
          </li>
          <li>
            <t>Protocol Extension: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="sec-error-failed-pop"/> of [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-oauth-error-code-cbor-mappings">
        <name>OAuth Error Code CBOR Mappings Registry</name>
        <t>IANA is asked to add the following entries to the "OAuth Error Code CBOR Mappings" registry within the "Authentication and Authorization for Constrained Environments (ACE)" registry group.</t>
        <ul spacing="normal">
          <li>
            <t>Name: unknown_credential_referenced</t>
          </li>
          <li>
            <t>CBOR Value: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: failed_pop_verification</t>
          </li>
          <li>
            <t>CBOR Value: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-problem-details">
        <name>Custom Problem Detail Keys Registry</name>
        <t>IANA is asked to register the following entry in the "Custom Problem Detail Keys" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <ul spacing="normal">
          <li>
            <t>Key Value: TBD (value between 0 and 23)</t>
          </li>
          <li>
            <t>Name: ace-error</t>
          </li>
          <li>
            <t>Brief Description: Carry ACE <xref target="RFC9200"/> problem details in a Concise Problem Details data item.</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="sec-updated-error-responses"/> of [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC6749">
          <front>
            <title>The OAuth 2.0 Authorization Framework</title>
            <author fullname="D. Hardt" initials="D." role="editor" surname="Hardt"/>
            <date month="October" year="2012"/>
            <abstract>
              <t>The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing the third-party application to obtain access on its own behalf. This specification replaces and obsoletes the OAuth 1.0 protocol described in RFC 5849. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6749"/>
          <seriesInfo name="DOI" value="10.17487/RFC6749"/>
        </reference>
        <reference anchor="RFC6920">
          <front>
            <title>Naming Things with Hashes</title>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="D. Kutscher" initials="D." surname="Kutscher"/>
            <author fullname="C. Dannewitz" initials="C." surname="Dannewitz"/>
            <author fullname="B. Ohlman" initials="B." surname="Ohlman"/>
            <author fullname="A. Keranen" initials="A." surname="Keranen"/>
            <author fullname="P. Hallam-Baker" initials="P." surname="Hallam-Baker"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>This document defines a set of ways to identify a thing (a digital object in this case) using the output from a hash function. It specifies a new URI scheme for this purpose, a way to map these to HTTP URLs, and binary and human-speakable formats for these names. The various formats are designed to support, but not require, a strong link to the referenced object, such that the referenced object may be authenticated to the same degree as the reference to it. The reason for this work is to standardise current uses of hash outputs in URLs and to support new information-centric applications and other uses of hash outputs in protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6920"/>
          <seriesInfo name="DOI" value="10.17487/RFC6920"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7519">
          <front>
            <title>JSON Web Token (JWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7519"/>
          <seriesInfo name="DOI" value="10.17487/RFC7519"/>
        </reference>
        <reference anchor="RFC7800">
          <front>
            <title>Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="April" year="2016"/>
            <abstract>
              <t>This specification describes how to declare in a JSON Web Token (JWT) that the presenter of the JWT possesses a particular proof-of- possession key and how the recipient can cryptographically confirm proof of possession of the key by the presenter. Being able to prove possession of a key is also sometimes described as the presenter being a holder-of-key.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7800"/>
          <seriesInfo name="DOI" value="10.17487/RFC7800"/>
        </reference>
        <reference anchor="RFC8259">
          <front>
            <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
            <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.</t>
              <t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="90"/>
          <seriesInfo name="RFC" value="8259"/>
          <seriesInfo name="DOI" value="10.17487/RFC8259"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC8747">
          <front>
            <title>Proof-of-Possession Key Semantics for CBOR Web Tokens (CWTs)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="March" year="2020"/>
            <abstract>
              <t>This specification describes how to declare in a CBOR Web Token (CWT) (which is defined by RFC 8392) that the presenter of the CWT possesses a particular proof-of-possession key. Being able to prove possession of a key is also sometimes described as being the holder-of-key. This specification provides equivalent functionality to "Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)" (RFC 7800) but using Concise Binary Object Representation (CBOR) and CWTs rather than JavaScript Object Notation (JSON) and JSON Web Tokens (JWTs).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8747"/>
          <seriesInfo name="DOI" value="10.17487/RFC8747"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="RFC9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="RFC9201">
          <front>
            <title>Additional OAuth Parameters for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines new parameters and encodings for the OAuth 2.0 token and introspection endpoints when used with the framework for Authentication and Authorization for Constrained Environments (ACE). These are used to express the proof-of-possession (PoP) key the client wishes to use, the PoP key that the authorization server has selected, and the PoP key the resource server uses to authenticate to the client.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9201"/>
          <seriesInfo name="DOI" value="10.17487/RFC9201"/>
        </reference>
        <reference anchor="RFC9202">
          <front>
            <title>Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="S. Gerdes" initials="S." surname="Gerdes"/>
            <author fullname="O. Bergmann" initials="O." surname="Bergmann"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a profile of the Authentication and Authorization for Constrained Environments (ACE) framework that allows constrained servers to delegate client authentication and authorization. The protocol relies on DTLS version 1.2 or later for communication security between entities in a constrained network using either raw public keys or pre-shared keys. A resource-constrained server can use this protocol to delegate management of authorization information to a trusted host with less-severe limitations regarding processing power and memory.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9202"/>
          <seriesInfo name="DOI" value="10.17487/RFC9202"/>
        </reference>
        <reference anchor="RFC9203">
          <front>
            <title>The Object Security for Constrained RESTful Environments (OSCORE) Profile of the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="M. Gunnarsson" initials="M." surname="Gunnarsson"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework. It utilizes Object Security for Constrained RESTful Environments (OSCORE) to provide communication security and proof-of-possession for a key owned by the client and bound to an OAuth 2.0 access token.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9203"/>
          <seriesInfo name="DOI" value="10.17487/RFC9203"/>
        </reference>
        <reference anchor="RFC9277">
          <front>
            <title>On Stable Storage for Items in Concise Binary Object Representation (CBOR)</title>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document defines a stored ("file") format for Concise Binary Object Representation (CBOR) data items that is friendly to common systems that recognize file types, such as the Unix file(1) command.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9277"/>
          <seriesInfo name="DOI" value="10.17487/RFC9277"/>
        </reference>
        <reference anchor="RFC9290">
          <front>
            <title>Concise Problem Details for Constrained Application Protocol (CoAP) APIs</title>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="October" year="2022"/>
            <abstract>
              <t>This document defines a concise "problem detail" as a way to carry machine-readable details of errors in a Representational State Transfer (REST) response to avoid the need to define new error response formats for REST APIs for constrained environments. The format is inspired by, but intended to be more concise than, the problem details for HTTP APIs defined in RFC 7807.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9290"/>
          <seriesInfo name="DOI" value="10.17487/RFC9290"/>
        </reference>
        <reference anchor="RFC9430">
          <front>
            <title>Extension of the Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE) to Transport Layer Security (TLS)</title>
            <author fullname="O. Bergmann" initials="O." surname="Bergmann"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document updates "Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)" (RFC 9202) by specifying that the profile applies to TLS as well as DTLS.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9430"/>
          <seriesInfo name="DOI" value="10.17487/RFC9430"/>
        </reference>
        <reference anchor="RFC9431">
          <front>
            <title>Message Queuing Telemetry Transport (MQTT) and Transport Layer Security (TLS) Profile of Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="C. Sengul" initials="C." surname="Sengul"/>
            <author fullname="A. Kirby" initials="A." surname="Kirby"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework to enable authorization in a publish-subscribe messaging system based on Message Queuing Telemetry Transport (MQTT). Proof-of-Possession keys, bound to OAuth 2.0 access tokens, are used to authenticate and authorize MQTT Clients. The protocol relies on TLS for confidentiality and MQTT server (Broker) authentication.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9431"/>
          <seriesInfo name="DOI" value="10.17487/RFC9431"/>
        </reference>
        <reference anchor="RFC9770">
          <front>
            <title>Notification of Revoked Access Tokens in the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="M. Tiloca" initials="M." surname="Tiloca"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="S. Echeverria" initials="S." surname="Echeverria"/>
            <author fullname="G. Lewis" initials="G." surname="Lewis"/>
            <date month="June" year="2025"/>
            <abstract>
              <t>This document specifies a method of the Authentication and Authorization for Constrained Environments (ACE) framework, which allows an authorization server to notify clients and resource servers (i.e., registered devices) about revoked access tokens. As specified in this document, the method allows clients and resource servers (RSs) to access a Token Revocation List (TRL) on the authorization server by using the Constrained Application Protocol (CoAP), with the possible additional use of resource observation. Resulting (unsolicited) notifications of revoked access tokens complement alternative approaches such as token introspection, while not requiring additional endpoints on clients and RSs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9770"/>
          <seriesInfo name="DOI" value="10.17487/RFC9770"/>
        </reference>
        <reference anchor="I-D.ietf-ace-edhoc-oscore-profile">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC) and Object Security for Constrained Environments (OSCORE) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE</organization>
            </author>
            <date day="7" month="July" year="2025"/>
            <abstract>
              <t>   This document specifies a profile for the Authentication and
   Authorization for Constrained Environments (ACE) framework.  It
   utilizes Ephemeral Diffie-Hellman Over COSE (EDHOC) for achieving
   mutual authentication between an ACE-OAuth client and resource
   server, and it binds an authentication credential of the client to an
   ACE-OAuth access token.  EDHOC also establishes an Object Security
   for Constrained RESTful Environments (OSCORE) Security Context, which
   is used to secure communications between the client and resource
   server when accessing protected resources according to the
   authorization information indicated in the access token.  This
   profile can be used to delegate management of authorization
   information from a resource-constrained server to a trusted host with
   less severe limitations regarding processing power and memory.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-edhoc-oscore-profile-08"/>
        </reference>
        <reference anchor="ACE.OAuth.Error.Code.CBOR.Mappings" target="https://www.iana.org/assignments/ace/ace.xhtml#oauth-error-code-cbor-mappings">
          <front>
            <title>OAuth Error Code CBOR Mappings</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA.Hash.Algorithms" target="https://www.iana.org/assignments/named-information/named-information.xhtml">
          <front>
            <title>Named Information Hash Algorithm Registry</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="SHA-256" target="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf">
          <front>
            <title>Secure Hash Standard</title>
            <author>
              <organization>NIST</organization>
            </author>
            <date year="2015" month="August"/>
          </front>
          <seriesInfo name="NIST FIPS PUB 180-4, DOI 10.6028/NIST.FIPS.180-4" value=""/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC9594">
          <front>
            <title>Key Provisioning for Group Communication Using Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="M. Tiloca" initials="M." surname="Tiloca"/>
            <date month="September" year="2024"/>
            <abstract>
              <t>This document defines how to use the Authentication and Authorization for Constrained Environments (ACE) framework to distribute keying material and configuration parameters for secure group communication. Candidate group members that act as Clients and are authorized to join a group can do so by interacting with a Key Distribution Center (KDC) acting as the Resource Server, from which they obtain the keying material to communicate with other group members. While defining general message formats as well as the interface and operations available at the KDC, this document supports different approaches and protocols for secure group communication. Therefore, details are delegated to separate application profiles of this document as specialized instances that target a particular group communication approach and define how communications in the group are protected. Compliance requirements for such application profiles are also specified.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9594"/>
          <seriesInfo name="DOI" value="10.17487/RFC9594"/>
        </reference>
        <reference anchor="I-D.ietf-ace-group-oscore-profile">
          <front>
            <title>The Group Object Security for Constrained RESTful Environments (Group OSCORE) Profile of the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="3" month="September" year="2025"/>
            <abstract>
              <t>   This document specifies a profile for the Authentication and
   Authorization for Constrained Environments (ACE) framework.  The
   profile uses Group Object Security for Constrained RESTful
   Environments (Group OSCORE) to provide communication security between
   a client and one or multiple resource servers that are members of an
   OSCORE group.  The profile securely binds an OAuth 2.0 access token
   to the public key of the client associated with the private key used
   by that client in the OSCORE group.  The profile uses Group OSCORE to
   achieve server authentication and proof of possession of the client's
   private key.  Also, it provides proof of the client's membership to
   the OSCORE group by binding the access token to information from the
   Group OSCORE Security Context, thus allowing the resource server(s)
   to verify the client's membership upon receiving a message protected
   with Group OSCORE from the client.  Effectively, the profile enables
   fine-grained access control paired with secure group communication,
   in accordance with the Zero Trust principles.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-group-oscore-profile-05"/>
        </reference>
        <reference anchor="I-D.ietf-ace-authcred-dtls-profile">
          <front>
            <title>Additional Formats of Authentication Credentials for the Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <date day="7" month="July" year="2025"/>
            <abstract>
              <t>   This document updates the Datagram Transport Layer Security (DTLS)
   profile for Authentication and Authorization for Constrained
   Environments (ACE).  In particular, it specifies the use of
   additional formats of authentication credentials for establishing a
   DTLS session, when peer authentication is based on asymmetric
   cryptography.  Therefore, this document updates RFC 9202.  What is
   defined in this document is seamlessly applicable also if the profile
   uses Transport Layer Security (TLS) instead, as defined in RFC 9430.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-authcred-dtls-profile-02"/>
        </reference>
      </references>
    </references>
    <?line 1367?>

<section anchor="sec-benefits-for-profiles">
      <name>Benefits for ACE Profiles</name>
      <t>For any profile of ACE, the following holds.</t>
      <ul spacing="normal">
        <li>
          <t>The SDC workflow defined in <xref target="sec-workflow"/> is effectively possible to use. This is beneficial for deployments where the communication leg between C and the RS is constrained, but the communication leg between the AS and RS is not.</t>
        </li>
        <li>
          <t>When the SDC workflow is used, the "token_upload" parameter defined in <xref target="sec-token_upload"/> is used:  </t>
          <ul spacing="normal">
            <li>
              <t>To inform the AS about C opting in to use the SDC workflow.</t>
            </li>
            <li>
              <t>To request the AS that the follow-up successful access token response includes certain information, if the AS has successfully uploaded the access token to the RS.</t>
            </li>
            <li>
              <t>To inform C that the AS has attempted to upload the issued access token to the RS, specifying whether the uploading has succeeded or failed.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>When the SDC workflow is used, it remains possible for C to always obtain the issued access token from the AS.  </t>
          <t>
That is, by specifying the value 2 for the "token_upload" parameter in the access token request, C will ensure to receive the access token from the AS, even if the AS successfully uploads the access token to the RS on behalf of C.  </t>
          <t>
This is useful in profiles of ACE where C can re-upload the same access token to the RS by itself, e.g., in order to perform a key update like defined for the OSCORE profile <xref target="RFC9203"/>.</t>
        </li>
      </ul>
      <section anchor="dtls-profile">
        <name>DTLS Profile</name>
        <t>When the RPK mode of the DTLS profile is used (see <xref section="3.2" sectionFormat="of" target="RFC9202"/>), it becomes possible for the AS to effectively issue an access token intended to an audience that includes multiple RSs.</t>
        <t>This is enabled by the parameters "rs_cnf2" and "audience2" defined in <xref target="sec-rs_cnf2-audience2"/> as well as by the "anchor_cnf" parameter defined in <xref target="sec-anchor_cnf"/>. This seamlessly applies also if the profile uses Transport Layer Security (TLS) <xref target="RFC8446"/> as defined in <xref target="RFC9430"/>.</t>
      </section>
      <section anchor="edhoc-and-oscore-profile">
        <name>EDHOC and OSCORE Profile</name>
        <t>When the EDHOC and OSCORE profile is used <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>, it becomes possible for the AS to effectively issue an access token intended to an audience that includes multiple RSs.</t>
        <t>This is enabled by the parameters "rs_cnf2" and "audience2" defined in <xref target="sec-rs_cnf2-audience2"/> as well as by the "anchor_cnf" parameter defined in <xref target="sec-anchor_cnf"/>.</t>
      </section>
    </section>
    <section anchor="sec-cddl-model" removeInRFC="true">
      <name>CDDL Model</name>
      <figure anchor="fig-cddl-model">
        <name>CDDL model</name>
        <artwork type="CDDL" align="left"><![CDATA[
; OAuth Parameters CBOR Mappings
token_upload = 49
token_hash = 50
to_rs = 51
from_rs = 52
rs_cnf2 = 53
audience2 = 54
anchor_cnf = 55
token_series_id_param = 56

; CBOR Web Token (CWT) Claims
token_series_id_claim = 42

; CWT Confirmation Methods
x5chain = 24

; Custom Problem Detail Keys Registry
ace-error = 2
]]></artwork>
      </figure>
    </section>
    <section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>
            <t>Defined dynamic update of access rights in the SDC workflow.</t>
          </li>
          <li>
            <t>Defined the new "updated_rights" parameter.</t>
          </li>
          <li>
            <t>Clarified practical requirements at the AS for processing the "to_rs" parameter.</t>
          </li>
          <li>
            <t>IANA considerations: update in the "Parameter Usage Location" column for some entries of the "OAuth Parameters" registry.</t>
          </li>
          <li>
            <t>Adjusted abbreviations in the CDDL model to avoid collisions.</t>
          </li>
          <li>
            <t>Removed appendix with placeholder ideas.</t>
          </li>
          <li>
            <t>Editorial fixes and improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>
            <t>Error handling and error code for failed PoP verification at the AS.</t>
          </li>
          <li>
            <t>Extended definition of the parameters "to_rs" and "from_rs".</t>
          </li>
          <li>
            <t>Fixes and presentation improvements in the IANA considerations.</t>
          </li>
          <li>
            <t>Updated references.</t>
          </li>
          <li>
            <t>Revised order of some sections.</t>
          </li>
          <li>
            <t>Editorial fixes and improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>
            <t>Updated document title.</t>
          </li>
          <li>
            <t>Defined name for the new workflow.</t>
          </li>
          <li>
            <t>Improved definition of "token series".</t>
          </li>
          <li>
            <t>Revised note on the new workflow suitable for "unaware" clients.</t>
          </li>
          <li>
            <t>Revised criterion for the AS to choose a token series identifier.</t>
          </li>
          <li>
            <t>Extended semantics of the "ace_profile" parameter.</t>
          </li>
          <li>
            <t>Specified means for C and the AS to coordinate on the exchange of public authentication credentials.</t>
          </li>
          <li>
            <t>Removed content on bidirectional access control.</t>
          </li>
          <li>
            <t>Suggested value ranges for codepoints to register.</t>
          </li>
          <li>
            <t>Editorial fixes and improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>
            <t>Defined parameter and claim "token_series_id".</t>
          </li>
          <li>
            <t>Defined parameters "to_rs" and "from_rs".</t>
          </li>
          <li>
            <t>Defined use of "to_rs" and "from_rs" in the OSCORE profile.</t>
          </li>
          <li>
            <t>Lowercase use of "client", "resource server", and "authorization server".</t>
          </li>
          <li>
            <t>Fixed naming of parameters/claims for audience.</t>
          </li>
          <li>
            <t>Split elision and comments in the examples in CBOR Diagnostic Notation.</t>
          </li>
          <li>
            <t>SHA-256 is mandatory to implement for computing token hashes.</t>
          </li>
          <li>
            <t>Fixes in the IANA considerations.</t>
          </li>
          <li>
            <t>Removed (parts of) appendices that are not needed anymore.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>
            <t>CBOR diagnostic notation uses placeholders from a CDDL model.</t>
          </li>
          <li>
            <t>Note on the new workflow supporting also non-ACE clients.</t>
          </li>
          <li>
            <t>Revised semantics of the "token_upload" parameter.</t>
          </li>
          <li>
            <t>Defined the new "token_hash" parameter.</t>
          </li>
          <li>
            <t>First definition of bidirectional access control through a single access token.</t>
          </li>
          <li>
            <t>Revised and extended considerations and next steps in appendices.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>
            <t>Definition of the "token series" moved to the "Terminology" section.</t>
          </li>
          <li>
            <t>Clarifications and fixes on using parameters in messages.</t>
          </li>
          <li>
            <t>Amended two of the requirements on profiles of the framework.</t>
          </li>
          <li>
            <t>The client has to opt-in for using the new workflow.</t>
          </li>
          <li>
            <t>Parameter "token_uploaded" renamed to "token_upload".</t>
          </li>
          <li>
            <t>Updated format of error response payload to use RFC 9290.</t>
          </li>
          <li>
            <t>Security considerations inherited from other documents.</t>
          </li>
          <li>
            <t>Editorial fixes and improvements.</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Rikard Höglund"/>, and <contact fullname="Dave Robin"/> for their comments and feedback.</t>
      <t>This work was supported by the Sweden's Innovation Agency VINNOVA within the EUREKA CELTIC-NEXT project CYPRESS; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
Oqkbtxj9pjbXEtdqJ8FdvtMsByMN291OoSuW6l9RtWzVSWk+jlXsiWmTFc9T
dAjvcXg4wKFdl8TaIZcOZjjroIoSHrut9yIcQRQK3sHyctcIpR3bEqX1jb7c
OS1vT145i94asCc7yWZSfkm1KUwlzKm2I8N2Ybis+2uNqrL34lZWVYvywn1U
VGSdLVURKTHAlCL/XY0rvwXrpW0kNJXnDULij9ZW1dzA2imnNwMv1sUkqlkL
qHDnr6v2yHi7PirFmKw2Sr1kinOhDbI54+SL4T0l1+ia5ltfYJ8TiFjKnSiH
IjkbJsWOdVmeSomVrhaQ9aY4ebGVkFBrHzIUPjNQf9sdlXm/L3mXkIVIMeaj
xjTZ+/JqQCUddPZ+aypY39vlnI0xDCPaY9Yr6/6WjVylICdfBBiW7T67Siiw
Ol1RBf3C09yxfc8RBfiva8OqNt7Ux8oXrDduRvUltqP6CPKNpv92zUc/sX1U
0KfMjgKxb0pdeJ9i0xvG950YxggdUO0AXpHWSx+QES2guwCLTG4aWGUalLxU
fjER3M5ZKyO7cPWUYQQ8Ya0roZRnUmdhMjyCtVTP9pz4TnsGLFzZwb6mEcyN
8TVmsK9tAysvSAi47zOjZagwFr0T+3dE7xRDIkrJrFZ8hG7F4AjhscN11sRL
mAarWDvUuFtUpWhVDH/e3LLtSIvbwpRkmMJOrl9TMxhyczGvvUs84IogTxAS
HvMvBmNx1d72Bh3DLMZRWXaeHoW4eG+6RmILq93Kfua4ODYlHKj8V4b0Xnub
BfbXLPACaOKSmoufn8L/axbqFLQ2WCvRbRLVnMb2ck8Pl0zrtEboLufS9rax
6b1C/5RlkJNifz0plTkSVCq27uxsqBBQD2L4TaXNSitNtt2KTryUCloEl1AQ
6s9NYUI16nQNzNEKFSF0t2ot5MouTVbqIs+oi6oJ3UPLjrTBRWsb8ImuuTP0
dSoROQ5/+dX17dUJXWPzPslaJSzUrccnDFuoeE4YRCuEA9NBv5nZhbCBKKlC
RctzcHGpIVFGUkKJXhXQBQXs2YRFXtwtqUvPQQkVIlAb4nQTRCgQva+1tmpG
WJnVs7mY/mS8sMgFZS/Drfhgbw2b2fDq2bhEACXU24rlDZ5oLbU4Za3tG1BN
rKumun4W8bxOgalXTxKJrtU6idOEuYHWsUFBu1LIbzHvzuikVxBVVUzv/7WJ
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
xv8PEspnd8WTAQA=

-->

</rfc>
