<?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  (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-workflow-and-params-02" category="std" consensus="true" submissionType="IETF" updates="9200, 9202, 9203, 9431" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <front>
    <title abbrev="Alternative ACE Workflow and Parameters">Alternative Workflow and OAuth Parameters for the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ace-workflow-and-params-02"/>
    <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="2024" month="July" day="08"/>
    <area>Security</area>
    <workgroup>ACE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document updates the Authentication and Authorization for Constrained Environments Framework (ACE, RFC 9200) as follows. First, it defines a new, alternative workflow that the Authorization Server can use for uploading an access token to a Resource Server on behalf of the Client. Second, it defines new parameters and encodings for the OAuth 2.0 token endpoint at the Authorization Server. Third, it defines a method for the ACE framework to enforce bidirectional access control by means of a single access token. Fourth, it amends two of the requirements on profiles of the framework. Finally, it deprecates the original payload format of error responses that convey an error code, when CBOR is used to encode message payloads. For such error responses, it defines a new payload format aligned with RFC 9290, thus updating in this respect also the profiles of ACE defined in RFC 9202, RFC 9203, and RFC 9431.</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>
    <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, CBOR <xref target="RFC8949"/> for compact encoding, and 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 a new, alternative protocol 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 new 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 new workflow has no ambition to replace the original workflow. 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 additional 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 new ACE workflow, and by the AS to inform C about the outcome of the token uploading to the RS per the new workflow.</t>
            </li>
            <li>
              <t>"token_hash", used by the AS to provide C with a token hash, corresponding to an access token that the AS has issued for C and has successfully uploaded to the RS on behalf of C per the new ACE workflow.</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>"aud2", 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>"rev_aud", used by C to provide the AS with an identifier of itself as a reverse audience, and by the AS to possibly confirm that identifier in a response to C. A corresponding access token claim, namely "rev_aud", is also defined.</t>
            </li>
            <li>
              <t>"rev_scope", used by C to ask the AS that the requested access token specifies additional access rights as a reverse scope, allowing the access token's audience to accordingly access protected resources at C. This parameter is also used by the AS to provide C with the access rights that are actually granted as reverse scope to the access token's audience. A corresponding access token claim, namely "rev_scope", is also defined.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>It defines a method for the ACE framework to enforce bidirectional access control by means of a single access token (see <xref target="sec-bidirectional-access-control"/>), building on the two new parameters "rev_aud" and "rev_scope" as well as on the corresponding access token claims.</t>
        </li>
        <li>
          <t>It amends two of the requirements on profiles of the ACE framework (see <xref target="sec-updated-requirements"/>).</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>
      </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>
        <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"/>, CDDL <xref target="RFC8610"/>, CBOR <xref target="RFC8949"/>, 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. This document does not use the CoAP definition of "endpoint", which is "An entity participating in the CoAP protocol."</t>
        <t>Furthermore, this document uses the following term.</t>
        <ul spacing="normal">
          <li>
            <t>Token series: the set comprising all the access tokens issued by the same AS for the same pair (Client, Resource Server).  </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 possibly used token identifiers, such as the 'cti' (CWT ID) claim of CBOR Web Tokens (CWTs) <xref target="RFC8392"/>.</t>
          </li>
        </ul>
        <t>Concise Binary Object Representation (CBOR) <xref target="RFC8949"/> and Concise Data Definition Language (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 numeric parameter names 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'aud_2' : ["rs1", "rs2"]} stands for {49 : ["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>New ACE Workflow</name>
      <t>As defined in <xref section="4" sectionFormat="of" target="RFC9200"/>, the ACE framework considers what is shown in <xref target="fig-old-workflow"/> as its basic protocol 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 credentials.</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 specifically used profile of ACE, 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>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 a new, alternative protocol workflow shown in <xref target="fig-new-workflow"/>, which <bcp14>MAY</bcp14> be supported by the AS. Unlike in the original protocol workflow, 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 AS does not provide the access token to the Client altogether. Instead, 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 Alternative Protocol 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 new 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 alternative 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 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 new 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 new 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>Note that the new workflow is also suitable for deployments where devices meant to access protected resources at the RS are not required to be actual ACE Clients. That is, consistent with intended access policies, the AS can be configured to automatically issue access tokens for such devices and upload those access tokens to the RS. This means that those devices do not have to request for an access token to be issued in the first place, and instead can immediately send requests to the RS for accessing its protected resources, in accordance to the access tokens already issued and uploaded by the AS.</t>
    </section>
    <section anchor="sec-parameters">
      <name>New ACE 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 new, alternative ACE 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 new ACE 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 new ACE workflow to upload the access token to the RS on behalf of C. Otherwise, the AS <bcp14>MUST NOT</bcp14> use the new ACE 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 new ACE 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> specify 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> specify 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: application/ace+cbor
   Payload:
   {
     / audience /  5 : "tempSensor4711",
     / scope /     9 : "read",
     e'token_upload' : 0
   }


   / Access Token Response /

   Header: Created (Code=2.01)
   Content-Format: 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, 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: application/ace+cbor
   Payload:
   {
     / audience /  5 : "tempSensor4711",
     / scope /     9 : "read",
     e'token_upload' : 2
   }


   / Access Token Response /

   Header: Created (Code=2.01)
   Content-Format: application/ace+cbor
   Max-Age: 3560
   Payload:
   {
        e'token_upload' : 0,
     / access_token / 1 : h'd08343a1'/...
      (remainder of CWT omitted 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: application/ace+cbor
   Payload:
   {
     / audience /  5 : "tempSensor4711",
     / scope /     9 : "read",
     e'token_upload' : 0
   }


   / Access Token Response /

   Header: Created (Code=2.01)
   Content-Format: application/ace+cbor
   Max-Age: 3560
   Payload:
   {
        e'token_upload' : 1,
     / access_token / 1 : h'd08343a1'/...
      (remainder of CWT omitted 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 new ACE 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 binary representation of 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 specifically used hash function <bcp14>MUST</bcp14> be collision-resistant on byte-strings, and <bcp14>MUST</bcp14> be selected from the "Named Information Hash Algorithm" Registry <xref target="Named.Information.Hash.Algorithm"/>.</t>
          <t>The computation of token hashes defined above is aligned with that specified for the computation of token hashes in <xref target="I-D.ietf-ace-revoked-token-notification"/>, 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="I-D.ietf-ace-revoked-token-notification"/>, 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 such a 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: application/ace+cbor
   Payload:
   {
     / audience /  5 : "tempSensor4711",
     / scope /     9 : "read",
     e'token_upload' : 1
   }


   / Access Token Response /

   Header: Created (Code=2.01)
   Content-Format: 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-rs_cnf2-aud2">
        <name>rs_cnf2 and aud2</name>
        <t>This section defines the additional parameters "rs_cnf2" and "aud2" 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, and 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>
Each of the public keys may contain parameters specifying information such as the public key algorithm and use (e.g., by means of the parameters "alg" or "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 or PoP algorithm according to that information. An RS <bcp14>MUST</bcp14> reject a proof of possession using such a key with a response code equivalent to the CoAP code 4.00 (Bad Request).</t>
          </li>
          <li>
            <t>The "aud2" 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 "aud2" 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 "aud" parameter of an Access Token Request to the AS (see <xref section="5.8.2" 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 "aud2" 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 "aud2" 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 "aud2" 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 "aud2" and "rs_cnf2".</name>
            <artwork><![CDATA[
   Header: Created (Code=2.01)
   Content-Format: application/ace+cbor
   Max-Age: 3600
   Payload:
   {
     / access_token / 1 : b64'SlAV32hk'/...
      (remainder of CWT omitted for brevity;
      CWT contains the client's RPK in the "cnf" claim)/,
     / expires_in /   2 : 3600,
                e'aud2' : ["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>Each of the public keys specified in the "anchor_cnf" parameter may contain parameters specifying information such as the public key algorithm and use (e.g., by means of the parameters "alg" or "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, 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-aud2"/> 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 "aud2" parameter defined in <xref target="sec-rs_cnf2-aud2"/>, then C <bcp14>MUST</bcp14> make sure that a public key PK_RS is associated with an RS identified by an element of "aud2", 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 "aud2" 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 "aud" parameter of the Access Token Request to the AS and 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. The public key of the trust anchor is here conveyed within an X.509 certificate used as public authentication credential for that trust anchor, by means of the CWT confirmation method "x5chain" defined in <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>.</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[
   Header: Created (Code=2.01)
   Content-Format: application/ace+cbor
   Max-Age: 3600
   Payload:
   {
     / access_token / 1 : b64'SlAV32hk'/...
      (remainder of CWT omitted 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-rev_aud">
        <name>rev_aud</name>
        <t>This section defines the additional "rev_aud" 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 "rev_aud" parameter is <bcp14>OPTIONAL</bcp14> in an Access Token Request. The presence of this parameter indicates that C wishes the requested access token to specify additional access rights. These are intended for the access token's audience to access protected resources at C as the access token's reverse audience.  </t>
            <t>
This parameter specifies such a reverse audience as a text string identifier of C. When the Access Token Request is encoded in CBOR, the value of this parameter is encoded as a CBOR text string.</t>
          </li>
          <li>
            <t>The "rev_aud" parameter is <bcp14>OPTIONAL</bcp14> in an Access Token Response. If present, it has the same meaning and encoding that it has in the Access Token Request.</t>
          </li>
        </ul>
        <t>Fundamentally, this parameter has the same semantics of the "aud" parameter used in the ACE framework, with the difference that it conveys an identifier of C as a host of protected resources to access, according to the access rights granted as reverse scope to the audience of the access token issued by the AS.</t>
        <t>The use of this parameter is further detailed in <xref target="sec-bidirectional-access-control"/>.</t>
      </section>
      <section anchor="sec-rev_scope">
        <name>rev_scope</name>
        <t>This section defines the additional "rev_scope" 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 "rev_scope" parameter is <bcp14>OPTIONAL</bcp14> in an Access Token Request. The presence of this parameter indicates that C wishes the requested access token to specify additional access rights. These are intended for the access token's audience to access protected resources at C as the access token's reverse audience.  </t>
            <t>
This parameter specifies such access rights as a reverse scope. When the Access Token Request is encoded in CBOR, the value of this parameter is encoded as a CBOR text string or a CBOR byte string.</t>
          </li>
          <li>
            <t>The "rev_scope" parameter is <bcp14>OPTIONAL</bcp14> in an Access Token Response. If present, this parameter specifies the access rights that the AS has actually granted as a reverse scope to the access token's audience, for accessing protected resources at C as the access token's reverse audience.</t>
          </li>
        </ul>
        <t>Fundamentally, this parameter has the same semantics of the "scope" parameter used in ACE framework, with the difference that it conveys an identifier of C as a host of protected resources to access, according to the access rights granted as reverse scope to the audience of the access token issued by the AS.</t>
        <t>The use of this parameter is further detailed in <xref target="sec-bidirectional-access-control"/>.</t>
      </section>
    </section>
    <section anchor="sec-bidirectional-access-control">
      <name>Bidirectional Access Control</name>
      <t>In some deployments, two devices DEV1 and DEV2 might wish to access each other's protected resources. This can clearly be achieved by means of two separate access tokens, each of which is used to enforce access control in one direction. That is:</t>
      <ul spacing="normal">
        <li>
          <t>A first access token is requested by and issued to DEV1, for accessing protected resources at DEV2. With respect to this access token, DEV1 is an ACE Client, while DEV2 is an ACE RS.</t>
        </li>
        <li>
          <t>A second access token is requested by and issued to DEV2, for accessing protected resources at DEV1. With respect to this access token, DEV2 is an ACE Client, while DEV1 is an ACE RS.</t>
        </li>
      </ul>
      <t>This section defines how to enforce such a bidirectional access control by means of a single access token, which is requested by and issued to a device DEV1 acting as ACE Client. In particular:</t>
      <ul spacing="normal">
        <li>
          <t>The access token expresses access rights according to which the requesting ACE Client DEV1 can access protected resources hosted at the ACE RS DEV2.  </t>
          <t>
For this first direction of access control, the target DEV2 is specified by means of the "aud" parameter and the corresponding access token claim, while the access rights are specified by means of the "scope" parameter and the corresponding access token claim.  </t>
          <t>
This is the original, primary direction of access control, where the ACE Client DEV1 that requests the access token wishes access rights to access protected resources at the ACE RS DEV2.</t>
        </li>
        <li>
          <t>The same access token additionally expresses access rights according to which the ACE RS DEV2 can access protected resources hosted at the ACE Client DEV1.  </t>
          <t>
For this second direction of access control, the target DEV1 is specified by means of the "rev_aud" parameter defined in <xref target="sec-rev_aud"/> and the corresponding access token claim defined in this section, while the access rights are specified by means of the "rev_scope" parameter defined in <xref target="sec-rev_scope"/> and the corresponding access token claim defined in this section.  </t>
          <t>
This is the new, secondary direction of access control, where the ACE Client DEV1 that requests the access token also wishes access rights for the ACE RS DEV2 to access resources at DEV1.  </t>
          <t>
Clearly, this requires the ACE Client DEV1 to also act as CoAP server, and the ACE RS DEV2 to also act as CoAP client.</t>
        </li>
      </ul>
      <t>Like for the original case with a single access control direction, the access token is uploaded to the ACE RS DEV2, which processes the access token as per <xref section="5.10" sectionFormat="of" target="RFC9200"/> and according to the transport profile of ACE used by DEV1 and DEV2.</t>
      <t>The protocol workflow is detailed in the following <xref target="sec-bidirectional-access-control-one-as"/> and <xref target="sec-bidirectional-access-control-two-as"/>, in case only one Authorization Server or two Authorization Servers are involved, respectively.</t>
      <section anchor="sec-bidirectional-access-control-one-as">
        <name>Scenario with One Authorization Server</name>
        <t>As shown in <xref target="fig-bidirectional-one-as"/>, this section considers a scenario with a single Authorization Server AS. Both devices DEV1 and DEV2 are registered at AS, and each of them with permissions to access protected resources at the other device. In the following, DEV1 acts as ACE Client by requesting an access token from AS.</t>
        <figure anchor="fig-bidirectional-one-as">
          <name>Bidirectional access control with one Authorization Server.</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="352" width="432" viewBox="0 0 432 352" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,304 L 8,336" fill="none" stroke="black"/>
                <path d="M 48,304 L 48,336" fill="none" stroke="black"/>
                <path d="M 384,32 L 384,160" fill="none" stroke="black"/>
                <path d="M 392,304 L 392,336" fill="none" stroke="black"/>
                <path d="M 408,192 L 408,256" fill="none" stroke="black"/>
                <path d="M 424,32 L 424,160" fill="none" stroke="black"/>
                <path d="M 424,304 L 424,336" fill="none" stroke="black"/>
                <path d="M 384,32 L 424,32" fill="none" stroke="black"/>
                <path d="M 384,160 L 424,160" fill="none" stroke="black"/>
                <path d="M 8,304 L 48,304" fill="none" stroke="black"/>
                <path d="M 392,304 L 424,304" fill="none" stroke="black"/>
                <path d="M 64,320 L 376,320" fill="none" stroke="black"/>
                <path d="M 8,336 L 48,336" fill="none" stroke="black"/>
                <path d="M 392,336 L 424,336" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="416,256 404,250.4 404,261.6" fill="black" transform="rotate(90,408,256)"/>
                <polygon class="arrowhead" points="416,192 404,186.4 404,197.6" fill="black" transform="rotate(270,408,192)"/>
                <polygon class="arrowhead" points="384,320 372,314.4 372,325.6" fill="black" transform="rotate(0,376,320)"/>
                <polygon class="arrowhead" points="72,320 60,314.4 60,325.6" fill="black" transform="rotate(180,64,320)"/>
                <g class="text">
                  <text x="8" y="36">-</text>
                  <text x="36" y="36">DEV1</text>
                  <text x="68" y="36">is</text>
                  <text x="124" y="36">registered</text>
                  <text x="184" y="36">as:</text>
                  <text x="24" y="52">-</text>
                  <text x="60" y="52">Device</text>
                  <text x="132" y="52">authorized</text>
                  <text x="188" y="52">to</text>
                  <text x="228" y="52">access</text>
                  <text x="280" y="52">DEV2;</text>
                  <text x="320" y="52">and</text>
                  <text x="24" y="68">-</text>
                  <text x="60" y="68">Device</text>
                  <text x="108" y="68">that</text>
                  <text x="144" y="68">can</text>
                  <text x="172" y="68">be</text>
                  <text x="220" y="68">accessed</text>
                  <text x="268" y="68">by</text>
                  <text x="300" y="68">DEV2</text>
                  <text x="8" y="100">-</text>
                  <text x="36" y="100">DEV2</text>
                  <text x="68" y="100">is</text>
                  <text x="124" y="100">registered</text>
                  <text x="184" y="100">as:</text>
                  <text x="404" y="100">AS</text>
                  <text x="24" y="116">-</text>
                  <text x="60" y="116">Device</text>
                  <text x="108" y="116">that</text>
                  <text x="144" y="116">can</text>
                  <text x="172" y="116">be</text>
                  <text x="220" y="116">accessed</text>
                  <text x="268" y="116">by</text>
                  <text x="304" y="116">DEV1;</text>
                  <text x="344" y="116">and</text>
                  <text x="24" y="132">-</text>
                  <text x="60" y="132">Device</text>
                  <text x="132" y="132">authorized</text>
                  <text x="188" y="132">to</text>
                  <text x="228" y="132">access</text>
                  <text x="276" y="132">DEV1</text>
                  <text x="28" y="292">DEV2</text>
                  <text x="404" y="292">DEV1</text>
                  <text x="28" y="324">RS</text>
                  <text x="408" y="324">C</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
- DEV1 is registered as:                       +----+
  - Device authorized to access DEV2; and      |    |
  - Device that can be accessed by DEV2        |    |
                                               |    |
- DEV2 is registered as:                       | AS |
  - Device that can be accessed by DEV1; and   |    |
  - Device authorized to access DEV1           |    |
                                               |    |
                                               +----+

                                                  ^
                                                  |
                                                  |
                                                  |
                                                  v

 DEV2                                           DEV1
+----+                                          +---+
| RS | <--------------------------------------> | C |
+----+                                          +---+
]]></artwork>
          </artset>
        </figure>
        <section anchor="sec-bidirectional-access-control-one-as-req">
          <name>Access Token Request</name>
          <t>As to the Access Token Request that DEV1 sends to AS, the following applies.</t>
          <ul spacing="normal">
            <li>
              <t>The "aud" and "scope" parameters are used as defined in <xref target="RFC9200"/>, and according to the transport profile of ACE used by DEV1 and DEV2.  </t>
              <t>
In particular, "aud" specifies an identifier of DEV2, while "scope" specifies access rights that DEV1 wishes to obtain for accessing protecting resources at DEV2.  </t>
              <t>
That is, the two parameters pertain to the primary direction of access control.</t>
            </li>
            <li>
              <t>The "req_cnf" parameter defined in <xref target="RFC9201"/> can be included. When present, it specifies the key that DEV1 wishes to bind to the requested access token.</t>
            </li>
            <li>
              <t>The "rev_aud" and "rev_scope" parameters defined in <xref target="sec-rev_aud"/> and <xref target="sec-rev_scope"/> can be included.  </t>
              <t>
In particular, "rev_aud" specifies an identifier of DEV1, while "rev_scope" specifies access rights that DEV1 wishes for DEV2 to obtain for accessing protecting resources at DEV1.  </t>
              <t>
That is, the two parameters pertain to the secondary direction of access control.</t>
            </li>
          </ul>
          <t>If DEV1 wishes that the requested access token also provides DEV2 with access rights pertaining to the secondary direction of access control, then the Access Token Request has to include at least one of the two parameters "rev_aud" and "rev_scope".</t>
        </section>
        <section anchor="sec-bidirectional-access-control-one-as-resp">
          <name>Access Token Response</name>
          <t>When receiving an Access Token Request that includes at least one of the two parameters "rev_aud" and "rev_scope", AS processes it as defined in <xref section="5.2" sectionFormat="of" target="RFC9200"/>, with the following additions:</t>
          <ul spacing="normal">
            <li>
              <t>If the Access Token Request includes the "rev_scope" parameter but not the "rev_aud" parameter, then AS assumes the identifier of DEV1 to be the default one, if any is defined.</t>
            </li>
            <li>
              <t>If the Access Token Request includes the "rev_aud" parameter but not the "rev_scope" parameter, then AS assumes the access rights requested for DEV2 to access DEV1 to be the default ones, if any are defined.</t>
            </li>
            <li>
              <t>AS checks whether the access rights requested for DEV2 as reverse scope can be at least partially granted, in accordance with the installed access policies pertaining to the access to protected resources at DEV1 from DEV2.  </t>
              <t>
That is, AS performs the same evaluation that it would perform if DEV2 sent an Access Token Request as an ACE Client, with the intent to access protected resources at DEV1 as an ACE RS.  </t>
              <t>
It is <bcp14>REQUIRED</bcp14> that such evaluation succeeds, in order for AS to issue an access token and reply to DEV1 with a successful Access Token Response.</t>
            </li>
          </ul>
          <t>As to the successful Access Token Response that AS sends to DEV1, the following applies.</t>
          <ul spacing="normal">
            <li>
              <t>The "aud" and "scope" parameters are used as defined in <xref target="RFC9200"/>, and according to the transport profile of ACE used by DEV1 and DEV2.  </t>
              <t>
In particular, "aud" specifies an identifier of DEV2, while "scope" specifies the access rights that AS has granted to DEV1 for accessing protecting resources at DEV2.  </t>
              <t>
The "scope" parameter has to be present if: i) it was present in the Access Token Request, and the access rights granted to DEV1 are different from the requested ones; or ii) it was not present in the Access Token Request, and the access rights granted to DEV1 are different from the default ones.  </t>
              <t>
If the "scope" parameter is not present, then the granted access rights are the same as those requested by the "scope" parameter in the Access Token Request if present therein, or the default access rights otherwise.</t>
            </li>
            <li>
              <t>The "rs_cnf" parameter defined in <xref target="RFC9201"/> can be included. When present, it specifies information about the public key that DEV2 uses to authenticate.</t>
            </li>
            <li>
              <t>The "rev_aud" parameter defined in <xref target="sec-rev_aud"/> can be included, and specifies an identifier of DEV1.  </t>
              <t>
If the "rev_aud" parameter is present in the Access Token Response and it was also present in the Access Token Request, then the parameter in the Access Token Response <bcp14>MUST</bcp14> have the same value specified by the parameter in the Access Token Request.</t>
            </li>
            <li>
              <t>The "rev_scope" parameter defined in <xref target="sec-rev_scope"/> can be included, and specifies access rights that AS has granted to DEV2 for accessing protecting resources at DEV1.  </t>
              <t>
The "rev_scope" parameter <bcp14>MUST</bcp14> be present if: i) it was present in the Access Token Request, and the access rights granted to DEV2 are different from the requested ones; or ii) it was not present in the Access Token Request, and the access rights granted to DEV2 are different from the default ones.  </t>
              <t>
If the "rev_scope" parameter is not present, then the access rights granted to DEV2 are the same as those requested by the "rev_scope" parameter in the Access Token Request if present therein, or the default access rights otherwise.</t>
            </li>
          </ul>
          <t>The issued access token <bcp14>MUST</bcp14> include information about the reverse audience and reverse scope pertaining to the secondary access control direction. In particular:</t>
          <ul spacing="normal">
            <li>
              <t>The access token <bcp14>MUST</bcp14> contain a claim specifying the identifier of DEV1.  </t>
              <t>
If the Access Token Response includes the "rev_aud" parameter, then the claim specifies the same information conveyed by that parameter.  </t>
              <t>
If this is not the case, then the claim specifies the same information conveyed by the "rev_aud" parameter of the Access Token Request, if included therein, or the default identifier of DEV1 otherwise.  </t>
              <t>
When CWTs are used as access tokens, this information <bcp14>MUST</bcp14> be transported in the "rev_aud" claim defined in <xref target="iana-token-cwt-claims"/>.</t>
            </li>
            <li>
              <t>The access token <bcp14>MUST</bcp14> contain a claim specifying the access rights that AS has granted to DEV2 for accessing protecting resources at DEV1.  </t>
              <t>
If the Access Token Response includes the "rev_scope" parameter, then the claim specifies the same information conveyed by that parameter.  </t>
              <t>
If this is not the case, then the claim specifies the same information conveyed by the "rev_scope" parameter of the Access Token Request, if included therein, or the default access rights for DEV2 to access DEV1 otherwise.  </t>
              <t>
When CWTs are used as access tokens, this information <bcp14>MUST</bcp14> be transported in the "rev_scope" claim, defined in <xref target="iana-token-cwt-claims"/>.</t>
            </li>
          </ul>
        </section>
        <section anchor="sec-bidirectional-access-control-one-as-comm">
          <name>Access to Protected Resources</name>
          <t>As to the secure communication association between DEV1 and DEV2, its establishment and maintenance does not deviate from what is defined in the transport profile of ACE used by DEV1 and DEV2.</t>
          <t>Furthermore, communications between DEV1 and DEV2 <bcp14>MUST</bcp14> rely on such secure communication association for both directions of access control, i.e., when DEV1 accesses protected resources at DEV2 and vice versa.</t>
          <t>After having received a successful Access Token Response from AS, DEV1 <bcp14>MUST</bcp14> maintain and enforce the information about the access rights granted to DEV2 and pertaining the secondary access control direction.</t>
          <t>In particular, DEV1 <bcp14>MUST</bcp14> prevent DEV2 from accessing protected resources at DEV1, in case access requests from DEV2 are not authorized as per the reverse scope specified by the issued access token, or after having purged the issued access token (e.g., following its expiration of revocation).</t>
        </section>
      </section>
      <section anchor="sec-bidirectional-access-control-two-as">
        <name>Scenario with Two Authorization Servers</name>
        <t>TBD</t>
      </section>
      <section anchor="practical-considerations">
        <name>Practical Considerations</name>
        <t>When enforcing bidirectional access control by means of a single access token, the following considerations hold.</t>
        <ul spacing="normal">
          <li>
            <t>The access token can be uploaded to the ACE RS DEV2 by the ACE Client per the original ACE workflow, or by the AS that has issued the access token per the new ACE workflow defined in <xref target="sec-workflow"/>.</t>
          </li>
          <li>
            <t>Since the access token is requested by the ACE Client DEV1, only DEV1 can request for a new access token in the same token series, in order to dynamically update the access rights concerning its own access to protected resources hosted by DEV2 (on the primary access control direction) and/or the access rights concerning the access of DEV2 to access protected resources hosted by DEV1 (on the secondary access control direction).</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-updated-requirements">
      <name>Updated Requirements on Profiles</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="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 "error-code" is the CBOR unsigned integer with value 0. The value of "error-code" 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 field "error-code" 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 debugging and provide context for possible intervention. The diagnostic message <bcp14>SHOULD</bcp14> be logged by the sender of the error response. The entry "detail" is unlikely 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 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: 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>Note to RFC Editor: In the figure above, please replace "TBD" with the unsigned integer assigned as key value to the Custom Problem Detail entry "ace-error" (see <xref target="iana-problem-details"/>). Then, please delete this paragraph.</t>
      <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="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 specifically used transport profile of ACE, 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.</t>
        <ul spacing="normal">
          <li>
            <t>Name: "token_upload"</t>
          </li>
          <li>
            <t>Parameter Usage Location: token request and 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: "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: "aud2"</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: "rev_aud"</t>
          </li>
          <li>
            <t>Parameter Usage Location: token request and 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: "rev_scope"</t>
          </li>
          <li>
            <t>Parameter Usage Location: token request and token response</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </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, following the procedure specified in <xref target="RFC9200"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Name: "token_upload"</t>
          </li>
          <li>
            <t>CBOR Key: TBD</t>
          </li>
          <li>
            <t>Value Type: unsigned integer</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>CBOR Key: TBD</t>
          </li>
          <li>
            <t>Value Type: unsigned integer</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>CBOR Key: TBD</t>
          </li>
          <li>
            <t>Value Type: array</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: "aud2"</t>
          </li>
          <li>
            <t>CBOR Key: TBD</t>
          </li>
          <li>
            <t>Value Type: array</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>CBOR Key: TBD</t>
          </li>
          <li>
            <t>Value Type: array</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: "rev_aud"</t>
          </li>
          <li>
            <t>CBOR Key: TBD</t>
          </li>
          <li>
            <t>Value Type: text string</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: "rev_scope"</t>
          </li>
          <li>
            <t>CBOR Key: TBD</t>
          </li>
          <li>
            <t>Value Type: text string or byte string</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</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 entries to the "JSON Web Token Claims" registry, following the procedure specified in <xref target="RFC7519"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Claim Name: "rev_aud"</t>
          </li>
          <li>
            <t>Claim Description: The reverse audience of an access token</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>Claim Name: "rev_scope"</t>
          </li>
          <li>
            <t>Claim Description: The reverse scope of an access token</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 entries to the "CBOR Web Token (CWT) Claims" registry, following the procedure specified in <xref target="RFC8392"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Claim Name: "rev_aud"</t>
          </li>
          <li>
            <t>Claim Description: The reverse audience of an access token</t>
          </li>
          <li>
            <t>JWT Claim Name: "rev_aud"</t>
          </li>
          <li>
            <t>Claim Key: TBD</t>
          </li>
          <li>
            <t>Claim Value Type: text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="sec-bidirectional-access-control"/> of [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Claim Name: "rev_scope"</t>
          </li>
          <li>
            <t>Claim Description: The reverse scope of an access token</t>
          </li>
          <li>
            <t>JWT Claim Name: "rev_scope"</t>
          </li>
          <li>
            <t>Claim Key: TBD</t>
          </li>
          <li>
            <t>Claim Value Type: text string or byte string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="sec-bidirectional-access-control"/> of [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</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>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <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="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="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="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>
        <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="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="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="4" month="March" year="2024"/>
            <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 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-04"/>
        </reference>
        <reference anchor="I-D.ietf-ace-revoked-token-notification">
          <front>
            <title>Notification of Revoked Access Tokens in 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="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Sebastian Echeverria" initials="S." surname="Echeverria">
              <organization>CMU SEI</organization>
            </author>
            <author fullname="Grace Lewis" initials="G." surname="Lewis">
              <organization>CMU SEI</organization>
            </author>
            <date day="24" month="June" year="2024"/>
            <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 to
   access a Token Revocation List 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 Resource Servers.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-revoked-token-notification-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="Named.Information.Hash.Algorithm" target="https://www.iana.org/assignments/named-information/named-information.xhtml">
          <front>
            <title>Named Information Hash Algorithm</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <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="4" month="March" year="2024"/>
            <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, as well as proof-of-possession for the
   Client's public 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-01"/>
        </reference>
      </references>
    </references>
    <section anchor="sec-benefits-for-profiles">
      <name>Benefits for ACE Transport Profiles</name>
      <t>For any transport profile of ACE, the following holds.</t>
      <ul spacing="normal">
        <li>
          <t>The new ACE 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 new ACE 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 new ACE workflow.</t>
            </li>
            <li>
              <t>To request the AS that 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>
            </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 new ACE 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 in case the AS successfully uploads the access token to the RS on behalf of C.  </t>
          <t>
This is useful in transport 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. This is enabled by the parameters "rs_cnf2" and "aud2" defined in <xref target="sec-rs_cnf2-aud2"/>, 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. This is enabled by the parameters "rs_cnf2" and "aud2" defined in <xref target="sec-rs_cnf2-aud2"/>, as well as by the "anchor_cnf" parameter defined in <xref target="sec-anchor_cnf"/>.</t>
      </section>
    </section>
    <section anchor="sec-open-points">
      <name>Open Points</name>
      <section anchor="sec-open-points-workflow">
        <name>New Workflow</name>
        <t>The following discusses open points related to the use of the new ACE workflow defined in <xref target="sec-workflow"/>.</t>
        <section anchor="sec-open-points-workflow-dynamic-access-rights">
          <name>Allow the Dynamic Update of Access Rights</name>
          <t>In some profiles of ACE, C can request a new access token to update its access rights, while preserving the same secure association with the RS. The new access token supersedes the current one stored at the RS, as they are both part of the same token series.</t>
          <t>When using the original ACE workflow, C uploads the new access token to the RS by protecting the message exchange through the secure association with the RS. This allows the RS to determine that the upload of such access token is for updating the access rights of C.</t>
          <t>When using the new ACE workflow, the AS uploads the new access token to the RS also when an update of access rights for C is to be performed. This message exchange would be protected through the secure association between the AS and the RS. However, this secure association does not help the RS retrieve the stored access token to supersede, as that is rather bound to the secure association with C.</t>
          <t>In order for the new ACE workflow to also allow the dynamic update of access rights, it is required that the new access token updating the access rights of C includes an explicit indication for the RS. Such an indication can point the RS to the token series in question (hence to the current access token to supersede), irrespective of the secure association used to protect the token uploading.</t>
          <t>In some profiles of ACE, such an indication is in fact already present in issued access tokens:</t>
          <ul spacing="normal">
            <li>
              <t>In the PSK mode of the DTLS profile <xref target="RFC9202"/>, the token series is indicated by the "kid" parameter within the "cnf" claim of the new access token. This has the same value of the "kid" parameter in the COSE_Key within the "cnf" claim from the first access token of the token series.</t>
            </li>
            <li>
              <t>In the OSCORE profile <xref target="RFC9203"/>, the token series is indicated by the "kid" parameter within the "cnf" claim of the new access token. This has the same value of the "id" parameter in the OSCORE_Input_Material object within the "cnf" claim from the first access token of the token series.</t>
            </li>
            <li>
              <t>In the EDHOC and OSCORE profile <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>, the token series is indicated by the "kid" parameter within the "cnf" claim of the new access token. This has the same value of the "id" parameter in the EDHOC_Information object within the "cnf" claim from the first access token of the token series.</t>
            </li>
          </ul>
          <t>In the three cases above, the update of access rights is possible because there is a value used as de facto "token series ID". This value does not change throughout the lifetime of a token series, and it is used to associate the new access token with the previous one in the same series to be superseded.</t>
          <t>Such a token series ID is required to have a unique value from a namespace/pool that the AS exclusively controls. This is in fact what happens in the profiles of ACE above, where the AS is the entity creating the mentioned objects or COSE Key included in the first access token of a token series.</t>
          <t>However, this may generally not hold and it is not what happens in other known cases, i.e., the DTLS profile in RPK mode <xref target="RFC9203"/> and the Group OSCORE profile <xref target="I-D.ietf-ace-group-oscore-profile"/>. At the moment, the dynamic update of access rights is not possible for those, <em>neither in the original nor in the new ACE workflow</em>.</t>
          <t>In order to make the update of access rights possible also for such cases, as well as both in the original and in the new ACE workflow, those cases can rely on a new "token_series_id" parameter and corresponding "token_series_id" claim (see <xref target="sec-more-parameters"/>), which specify a unique identifier of the token series which an access token belongs to.</t>
          <t>As to existing profiles of ACE, the above has no intention to change the current behavior when the update of access rights occurs, irrespective of the used ACE workflow and especially when using the original workflow.</t>
          <t>If future profiles rely on a construction where the AS creates the object or the key included in the "cnf" claim of the first access token in a token series, and a unique ID generated by the AS is included in such object or key, then that ID must be used as de facto "token series ID", rather than the new "token_series_id" parameter.</t>
          <t>Even though a "token series ID" provides an explicit indication for recognizing a stored access token as belonging to an ongoing token series, such a process might still be prone to ambiguities. For example, the RS might have deleted a stored access token due to memory limitations. This effectively terminates the corresponding token series, which is however impractical for the RS to remember indefinitely. Consequently, if the AS uploads to the RS a new access token belonging to the same token series, the RS would erroneously interpret it to be the first access token of a new series. This can be avoided by relying on a new "updated_rights" parameter, which the AS can include in a POST request to the /authz-info endpoint when uploading to the RS an access token for dynamically updating the access rights of C (see <xref target="sec-more-parameters"/>).</t>
        </section>
        <section anchor="sec-open-points-workflow-applicability">
          <name>Ensure Applicability to Any ACE Profile</name>
          <t>Some profiles of ACE require that C and the RS generate information to be exchanged when uploading the access token.</t>
          <t>For example, in the OSCORE profile <xref target="RFC9203"/>, C and the RS exchange the nonces N1 and N2 together with their OSCORE Recipient IDs ID1 and ID2, when uploading to the RS the first access token of a token series, as well as when re-uploading any access token (e.g., in order to perform a key update).</t>
          <t>Evidently, using the new ACE workflow prevents C and the RS from directly performing the required exchanges above, since the uploading of the access token does not rely on a direct interaction between C and the RS like in the original ACE workflow. For some profiles of ACE, this may prevent the use of the new ACE workflow altogether.</t>
          <t>This issue can be solved by having the AS acting as intermediary also for the exchange of C- and RS-generated information, by relying on two new parameters "to_rs" and "from_rs" (see <xref target="sec-more-parameters"/>). In particular, C can use "to_rs" for providing the AS with C-generated information, to be relayed to the RS when uploading the access token. Also, the RS can use "from_rs" for providing the AS with RS-generated information when replying to the token uploading, and to be relayed to C.</t>
          <t>With reference to the two cases mentioned above, "to_rs" can specify the nonce N1 generated by C, while "from_rs" can specify the nonce N2 generated by the RS.</t>
        </section>
      </section>
      <section anchor="sec-more-parameters">
        <name>Further New Parameters to Consider</name>
        <t>The following discusses possible, further new parameters that can be defined for addressing the open points raised earlier in <xref target="sec-open-points"/>.</t>
        <ul spacing="normal">
          <li>
            <t>"token_series_id" - This parameter specifies the unique identifier of a token series, thus ensuring that C can dynamically update its access rights, irrespective of the used ACE workflow (see <xref target="sec-open-points-workflow-dynamic-access-rights"/>).  </t>
            <t>
When issuing the first access token of a token series, the AS specifies this parameter in the Access Token Response to C, with value TS_ID. Also, the AS includes a "token_series_id" claim with the same value in the access token.  </t>
            <t>
When C requests a new access token in the same tokes series for dynamically updating its access rights, C specifies TS_ID as value of the "token_series_id" parameter of the Access Token Request, which <bcp14>MUST</bcp14> omit the "req_cnf" parameter (see <xref section="3.1" sectionFormat="of" target="RFC9201"/>). The AS specifies the same value within the "token_series_id" claim of the new access token.  </t>
            <t>
When this parameter is used, the information about the token series in question has to be specified in that parameter and in the corresponding token claim. Instead, the "req_cnf" parameter and the "cnf" claim are used for their main purpose, i.e., for specifying the public authentication credential of the Client, by value or by reference.  </t>
            <t>
If a profile of ACE can use or is already using a different parameter/claim as de-facto identifier of the token series, then that profile will continue to do so, and will not use this new "token_series_id" parameter.</t>
          </li>
          <li>
            <t>"updated_rights" - When using the new ACE workflow and issuing an access token for dynamically updating the access rights of C, the AS specifies this parameter in the request sent to the RS for uploading the access token on behalf of C (see <xref target="sec-open-points-workflow-dynamic-access-rights"/>). This parameter encodes the CBOR simple value <tt>true</tt> (0xf5).</t>
          </li>
          <li>
            <t>"to_rs" - When using the new ACE workflow, this parameter specifies C-generated information that, according to the used profile of ACE, C has to provide to the RS together with the access token if using the original ACE workflow. This allows the AS to relay such information to the RS upon uploading the access token on behalf of C (see <xref target="sec-open-points-workflow-applicability"/>).  </t>
            <t>
First, C specifies this parameter in the Access Token Request sent to the AS. Then, the AS specifies this parameter in the request to the RS sent for uploading the access token on behalf of C, by simply relaying the value received from C. The used profile of ACE has to define the detailed content and semantics of the information specified in the parameter value.</t>
          </li>
          <li>
            <t>"from_rs" - When using the new ACE workflow, this parameter specifies RS-generated information that, according to the used profile of ACE, the RS has to provide to C after the uploading of an access token if using the original ACE workflow. This allows the AS to relay such information to C after having uploaded the access token on behalf of C (see <xref target="sec-open-points-workflow-applicability"/>).  </t>
            <t>
First, the RS specifies this parameter in the response sent to the AS, after the upload of an access token through a request from the AS. Then, the AS specifies this parameter in the Access Token Response to C, by simply relaying the value received from the RS. The used profile of ACE has to define the detailed content and semantics of the information specified in the parameter value.</t>
          </li>
        </ul>
      </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 = 48
token_hash = 49
aud_2 = 50
rs_cnf_2 = 51
anchor_cnf = 52
rev_aud_param = 53
rev_scope_param = 54

; CBOR Web Token (CWT) Claims
rev_aud_claim = 42
rev_scope_claim = 43

; CWT Confirmation Methods
x5chain = 5

; 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-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 alternative 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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
6InV29d+GqpFdFLZpjizKPH4Xkfk8jwIig2vFQILCJsqmIWR9YQ+UeZM2GTw
cnNN0+mXLOmgOhHIzZcXzKhOkB8ncbDl0nubL7276dJ7q5beLS69Upa44Y6F
6gxF0HawtniwNsL4WNTzelZbQ3gFTHzBcUFx6WqdWZupqmF1Vbzy4Uck+FmY
FTmdTWaMldmK9zYT8RImRhmuOhskb6GpPkpQZURDJvyKWD6SFEJrDT4CkgO/
puUn0ofo+Akco3JR6q5OXHNAQjZThQllCouiyor5Sqxi0xmNMCKJF6qheRPg
Gc2xHs1KsOgSJ6WTIQ5kukiXXWckyBVY+ibtv91TZOxip5oTE61lPyCdW+Kb
NcP2CGbBwEUyoUBbYFl3DZZV6Ktl37MYch42Rgl7DLuV9qORs1I6rFwoa1Cf
v9QSVlMbaD6AL4fSFFtRiddKt7ARy+B6mZXg8kfM9kVodEqilNaV8Nz+hDQ1
yiDLwvQWvem6uW5h6uLz7M2Bmb+JPoR6wYoasAtaMthc7qE4jIZps9IzWMxA
t9ajWI+qFl0F2mI9rv12t+PkBnFUaFFMzUEwzbCEkUn3m9LUKpXZEdV0uE2S
JxPYkm4PzIXrtLSJIxtn+HrZswUyVcvPZJEbPA8iHT1vatgkMcVwAdyW+Q2c
yt/ZWXlJp0yROSAFVn2XiZbL4YqlLJBnz7zLSRj7aZTw8b6tm2MT4VhttNE4
ySjUIOb7jdZv9z0FkaZzbxGZMtBTUopmdNal0a5ycaA1eC8xXqdaBEcQpFRd
LEyZWqtaSqEJepvzRAssJEcpnBvyo0S0EZy4zQ1cLfRoalEpcwUlxD4nka2i
dgUpQ5YrwfP97Pa60dLMwd5UdlzjvPiqBX++otKBpyy9+QJDEep4XoTUrwko
9OcH+st+i8if2KT4HX2Hemou/dZWf+StlhatNtrXD6j5b7rCrtpaeV910OiW
V/i4fW35lpzXtq/Bn/94xDtbL+9HfOcWgGBj1wZ/8NwaDMHNX/qKAP4DMqQf
vN+0NvrzO3h0BLt63FxV/sEqCqk8gy9XKXdEt+qYg/j3nlVbCreg6iCh/Y0p
u2LhldFUNyLEoOE4oGdPpOaOYZkU4RJmTjq7JEsWBcXMKZ1YEZnaQSbyNMzf
c3XXpqzLGCFLVjQtvsyMEmY9XrZX0pTKiK1jXSuNDFyPvWggYcnWqo+NjN+C
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
7Art7+G191q/fEHvPTRW1+pzoVtRp89V/FjcKgjPlIHzJsnJhISa61kQAXU+
1rmC0TX6nEjNbHoLDMMNlWUBYPPydMeyGhXFRxD1+ANgB3itpQNgspU4LRe3
Wopmzh3rlQVAncmMLIVZrlN/ceMUBre5stY+aQvEdpHL6DJoRVV0VZCpiqkd
vX39+uzNqQqrrfSMNMW0nrHZQrlGteNEcI3vnEsK6pPKf/W4uST4d9sJDUnE
sCWELje/E2U/WeZcbrlASzgJ0tT9MXoB2TAulaGp6Pq5UnRTm6IK/hpTrdo5
YApZdsswk1nKgZQV50tHeq8LpCjdrFlQytl8pedUzIc9GWTOqPEPG9q8xjC0
UTXnwkNcfLz8kB5UXYS1FL0c2XmkmoAUlHY7NDGNbv3JvWsxrDomizENmCk5
zFjy//EgsPMH0aPnJDyBwuAHgYdO9LoZCI3OT96cVKCQ7blQ5a2syyxLwk3i
AO1quvjOJYFoGjQiB5mUdj59+pfLs29ePTxYtBGHMH1jc6scuoWWddTr2TOP
Fdt3Jmb9Qmmyz9CcR9QxQS9yi4QBNOIRFKhBwwfJHg6Cwp6VPiMkeac4i1GY
icC8gY+BI5JH7z07QHfgY/289y2Ry2/EXXwsvj/lLKSARfmE0QdeHt348XWo
ylzNUBw4P7t6Bd9cKGEP+KiCaKPxm3H6u9Ja4DRvNlvJU82r+oz8qJNSO4of
d0ZTzv/HBa+Ewf3E2GWioH7shVRdeceWVU8AUAJuzZUN60noQJ0Zrdh3g9L6
gqVTcsdNpFlFR2iSP4T3xx7GgvyKTXze1f0CHi7Klo+jD19iBosSrBqe2l1t
e9GfbkDnHj/ZsNY1XTWmZct61M3bcGwOo9ElQFfdLWxl5n0XjiU2bUTxi1VX
imMc/5olsQpyfNSFqpzvcffoYL97JPeIx6k4DPni1Fhrjsm0UYpfL7fIobdr
idWawysvSJ/huiVxjNsTrQfOj3DGQHx39N3V3tpztmJZH3XMKyZ93GFjgwo5
7Lqz/qyj/rfvrtYMbF07/qD+Ym/I49ZXQ2XHbAm76pHr8bhVCYDCuJuCoEx/
vhREEL8rzSd/QL1ao7eF30XLSQV6K79lBY7f67jw+mkt55r0SOIXQAACbZjU
yYuzyyuMCz6Lb6M0iTmeYXeUXJztVSod3E6LsB9bJRLY1UnwcWk7EXzyEq7i
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
/d5wvwdizf8D4bUdV5RMAQA=

-->

</rfc>
