<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.39 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-pubsub-profile-08" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title abbrev="ACE Pub-sub Profile">Publish-Subscribe Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ace-pubsub-profile-08"/>
    <author initials="F." surname="Palombini" fullname="Francesca Palombini">
      <organization>Ericsson</organization>
      <address>
        <email>francesca.palombini@ericsson.com</email>
      </address>
    </author>
    <author initials="C." surname="Sengul" fullname="Cigdem Sengul">
      <organization>Brunel University</organization>
      <address>
        <email>csengul@acm.org</email>
      </address>
    </author>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <date year="2023" month="October" day="23"/>
    <area>Security</area>
    <workgroup>ACE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 90?>

<t>This document defines an application profile of the Authentication and Authorization for Constrained Environments (ACE) framework, to enable secure group communication in the Publish-Subscribe (pub/sub) architecture for the Constrained Application Protocol (CoAP) [draft-ietf-core-coap-pubsub], where Publishers and Subscribers communicate through a Broker. This profile relies on protocol-specific transport profiles of ACE to achieve communication security, server authentication, and proof-of-possession for a key owned by the Client and bound to an OAuth 2.0 Access Token. This document specifies the provisioning and enforcement of authorization information for Clients to act as Publishers and/or Subscribers, as well as the provisioning of keying material and security parameters that Clients use for protecting their communications end-to-end through the Broker.</t>
      <t>Note to RFC Editor: Please replace "[draft-ietf-core-coap-pubsub]" with the RFC number of that document and delete this paragraph.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Authentication and Authorization for Constrained Environments Working Group mailing list (ace@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ace/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/ace-wg/pubsub-profile"/>.</t>
    </note>
  </front>
  <middle>
    <?line 95?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In a publish-subscribe (pub/sub) scenario, devices <!--with limited reachability--> communicate via a Broker, which enables store-and-forward messaging between these devices. This effectively enables a form of group communication, where all the Publishers and Subscribers participating in the same pub/sub topic are considered members of the same group associated with that topic.</t>
      <t>With a focus on the pub/sub architecture defined in <xref target="I-D.ietf-core-coap-pubsub"/> for the Constrained Application Protocol (CoAP) <xref target="RFC7252"/>, this document defines an application profile of the Authentication and Authorization for Constrained Environments (ACE) framework <xref target="RFC9200"/>, which enables pub/sub communication where a group of Publishers and Subscribers securely communicate through a Broker using CoAP.</t>
      <t>Building on the message formats and processing defined in <xref target="I-D.ietf-ace-key-groupcomm"/>, this document specifies the provisioning and enforcement of authorization information for Clients to act as Publishers and/or Subscribers at the Broker, as well as the provisioning of keying material and security parameters that Clients use for protecting end-to-end their communications via the Broker.</t>
      <t>In order to protect the pub/sub operations at the Broker as well as the provisioning of keying material and security parameters, this profile relies on protocol-specific transport profiles of ACE (e.g., <xref target="RFC9202"/>, <xref target="RFC9203"/>, or <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>) to achieve communication security, server authentication, and proof-of-possession for a key owned by the Client and bound to an OAuth 2.0 Access Token.</t>
      <t>The content of published messages that are circulated by the Broker is protected end-to-end between the corresponding Publisher and the intended Subscribers. To this end, this profile relies on COSE <xref target="RFC9052"/><xref target="RFC9053"/> and on keying material provided to the Publishers and Subscribers participating in the same pub/sub topic. In particular, source authentication of published content is achieved by means of the corresponding Publisher signing such content with its own private key.</t>
      <t>While this profile focuses on the pub/sub architecture for CoAP, this document also describes how it can be applicable to MQTT <xref target="MQTT-OASIS-Standard-v5"/>. Similar adaptations can also extend to further transport protocols and pub/sub architectures.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 <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:</t>
        <ul spacing="normal">
          <li>The terms and concepts described in <xref target="RFC9200"/>, and Authorization Information Format (AIF) <xref target="RFC9237"/> to express authorization information. In particular, analogously to <xref target="RFC9200"/>, terminology for entities in the architecture such as Client (C), Resource Server (RS), and Authorization Server (AS) is defined in OAuth 2.0 <xref target="RFC6749"/>.</li>
          <li>The terms and concept related to the message formats and processing, specified in <xref target="I-D.ietf-ace-key-groupcomm"/>, for provisioning and renewing keying material in group communication scenarios.</li>
          <li>The terms and concepts of pub/sub group communication, as described in <xref target="I-D.ietf-core-coap-pubsub"/>.</li>
          <li>The terms and concepts described in CBOR <xref target="RFC8949"/> and COSE <xref target="RFC9052"/><xref target="RFC9053"/>.</li>
        </ul>
        <t>A principal interested to participate in group communication as well as already participating as a group member is interchangeably denoted as "Client", "pub/sub client" or "node".</t>
        <ul spacing="normal">
          <li>Group: a set of nodes that share common keying material and security parameters to protect their communications with one another. That is, the term refers to a "security group". This is not to be confused with an "application group", which has relevance at the application level and whose members are in this case the Clients acting as Publishers and/or Subscribers for a topic.</li>
        </ul>
      </section>
    </section>
    <section anchor="overview">
      <name>Application Profile Overview</name>
      <t>This document describes how to use <xref target="RFC9200"/> and <xref target="I-D.ietf-ace-key-groupcomm"/> to perform authentication, authorization, and key distribution operations as overviewed in <xref section="2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, where the considered group is the security group composed of the pub/sub clients that exchange end-to-end protected content through the Broker.</t>
      <t>Pub/sub clients communicate within their application groups, each of which is mapped to a topic. Depending on the application, a topic may consist of one or more sub-topics, which may have their own sub-topics and so on, thus forming a hierarchy. A security group SHOULD be associated with a single application group. However, the same application group MAY be associated with multiple security groups. Further details and considerations on the mapping between the two types of groups are out of the scope of this document.</t>
      <t>This profile considers the architecture shown in <xref target="archi"/>. A Client can act as a Publisher, or a Subscriber, or both, e.g., by publishing to some topics and subscribing to others. However, for the simplicity of presentation, this profile describes Publisher and Subscriber Clients separately.</t>
      <t>Both Publishers and Subscribers act as ACE Clients. The Broker acts as an ACE RS, and corresponds to the Dispatcher in <xref target="I-D.ietf-ace-key-groupcomm"/>. The Key Distribution Center (KDC) also acts as an ACE RS, and builds on what is defined for the KDC in <xref target="I-D.ietf-ace-key-groupcomm"/>. From a high-level point of view, the Clients interact with the KDC in order to join security groups and obtain the group keying material to protect end-to-end and verify the content published in the corresponding topics.</t>
      <figure anchor="archi">
        <name>Architecture for Pub/sub with Authorization Server and Key Distribution Center</name>
        <artwork align="center"><![CDATA[
             +---------------+   +--------------+
             | Authorization |   |     Key      |
             |    Server     |   | Distribution |
             |      (AS)     |   |    Center    |
             |               |   |    (KDC)     |
             +---------------+   +--------------+
                      ^                  ^
                      |                  |
     +---------(A)----+                  |
     |                                   |
     |   +--------------------(B)--------+
     v   v
+------------+             +------------+
|            | <-- (O) --> |            |
|  Pub/sub   |             |   Broker   |
|  Client    | <-- (C)---> |            |
|            |             |            |
+------------+             +------------+
]]></artwork>
      </figure>
      <t>Both Publishers and Subscribers MUST use the same pub/sub communication protocol for their interaction with the Broker. When using the profile defined in this document, this protocol MUST be CoAP, which is used as described in <xref target="I-D.ietf-core-coap-pubsub"/>. What is specified in this document can apply to other pub/sub protocols such as MQTT <xref target="MQTT-OASIS-Standard-v5"/>, or to further transport protocols.</t>
      <t>All Publishers and Subscribers MUST use CoAP when communicating with the KDC.</t>
      <t>Furthermore, both Publishers and Subscribers MUST use the same transport profile of ACE (e.g., <xref target="RFC9202"/> for DTLS; or <xref target="RFC9203"/> or <xref target="I-D.ietf-ace-edhoc-oscore-profile"/> for OSCORE) in their interaction with the Broker. In order to reduce the number of libraries that Clients have to support, it is RECOMMENDED that the same transport profile of ACE is used also for the interaction between the Clients and the KDC.</t>
      <t>All communications between the involved entities MUST be secured.</t>
      <t>The Client and the Broker MUST have a secure association, which they establish with the help of the AS and using a transport profile of ACE. This is shown by the interactions A and C in <xref target="archi"/>. During this process, the Client obtains an Access Token from the AS and uploads it to the Broker, thus providing an evidence of the topics that it is authorized to participate in, and with which permissions.</t>
      <t>The Client and the KDC MUST have a secure association, which they also establish with the help of the AS and using a transport profile of ACE. This is shown by the interactions A and B in <xref target="archi"/>. During this process, the Client obtains an Access Token from the AS and uploads it to the KDC, thus providing an evidence of the security groups that it can join, as corresponding to the topics of interest at the Broker. Based on the permissions specified in the Access Token, the Client can request the KDC to join a security group, after which the Client obtains from the KDC the keying material to use for communicating with the other group members. This builds on the process for joining security groups with ACE defined in <xref target="I-D.ietf-ace-key-groupcomm"/> and further specified in this document.</t>
      <t>In addition, this profile allows an anonymous Client to perform some of the discovery operations defined in <xref section="2.3" sectionFormat="of" target="I-D.ietf-core-coap-pubsub"/> through the Broker, as shown by the interaction O in <xref target="archi"/>. That is, an anonymous Client can discover:</t>
      <ul spacing="normal">
        <li>the Broker itself, by relying on the resource type "core.ps" (see <xref section="2.3.1" sectionFormat="of" target="I-D.ietf-core-coap-pubsub"/>); and</li>
        <li>topics of interest at the Broker (i.e., the corresponding topic resources hosted at the Broker), by relying on the resource type "core.ps.conf" (see <xref section="2.3.2" sectionFormat="of" target="I-D.ietf-core-coap-pubsub"/>).</li>
      </ul>
      <t>However, an anonymous Client is not allowed to access topic resources at the Broker and obtain from those any additional information or metadata about the corresponding topic (e.g., the topic status, the URI of the topic-data resource where to publish or subscribe for that topic, or the URI to the KDC).</t>
      <t>As highlighted in <xref target="associations"/>, each Client maintains two different security associations pertaining to the pub/sub group communication. On the one hand, the Client has a pairwise security association with the Broker, which, as the ACE RS, verifies that the Client is authorized to perform data operations (i.e., publish, subscribe, read, delete) on a certain set of topics (Security Association 1). As discussed above, this security association is set up with the help of the AS and using a transport profile of ACE, when the Client obtains the Access Token to upload to the Broker.</t>
      <t>On the other hand, separately for each topic, all the Publisher and Subscribers for that topic have a common, group security association, through which the published content sent through the Broker is protected end-to-end (Security Association 2). As discussed above, this security association is set up and maintained as the different Clients request the KDC to join the security group, upon which they obtain from the KDC the corresponding group keying material to use for protecting end-to-end and verifying the content of their pub/sub group communication.</t>
      <figure anchor="associations">
        <name>Security Associations between Publisher, Broker, and Subscriber.</name>
        <artwork align="center"><![CDATA[
+------------+             +------------+              +------------+
|            |             |            |              |            |
| Publisher  |             |   Broker   |              | Subscriber |
|            |             |            |              |            |
|            |             |            |              |            |
+------------+             +------------+              +------------+
      :   :                     :   :                      :   :
      :   '----- Security ------'   '------ Security ------'   :
      :        Association 1              Association 1        :
      :                                                        :
      '---------------------- Security ------------------------'
                            Association 2
]]></artwork>
      </figure>
      <t>In summary, this profile specifies the following functionalities.</t>
      <ol spacing="normal" type="1"><li>A Client obtains the authorization to participate in a pub/sub topic at the Broker with certain permissions. This pertains operations defined in <xref target="I-D.ietf-core-coap-pubsub"/> for taking part in pub/sub communication with CoAP.</li>
        <li>A Client obtains the authorization to join a security group with certain permissions. This allows the Client to obtain from the KDC the group keying material for communicating with other group members, i.e., to protect end-to-end and verify the content published at the Broker on topics associated with the security group.</li>
        <li>A Client obtains from the KDC the authentication credentials of other group members, and provides or updates the KDC with its authentication credential.</li>
        <li>A Client leaves the group or is removed from the group by the KDC.</li>
        <li>The KDC renews and redistributes the group keying material (rekeying), e.g., due to a membership change in the group.</li>
      </ol>
      <t><xref target="groupcomm_requirements"/> lists the specifications on this application profile of ACE, based on the requirements defined in <xref section="A" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
    </section>
    <section anchor="authorisation">
      <name>Getting Authorisation to Join a Pub/sub security group (A)</name>
      <t><xref target="message-flow"/> provides a high level overview of the message flow for a Client getting authorisation to join a group. Square brackets denote optional steps. The message flow is expanded in the subsequent sections.</t>
      <figure anchor="message-flow">
        <name>Authorisation Flow</name>
        <artwork align="center"><![CDATA[
Client                                          Broker   AS   KDC
   |                                                 |    |     |
   |[<-------- Discovery of Topic Resource -------->]|    |     |
   |                                                 |    |     |
   |[--------------- Resource Request ------------->]|    |     |
   |[<--------------- AS Information ---------------]|    |     |
   |                                                 |    |     |
   |                                                 |    |     |
   |----- Authorisation Request (Audience: Broker) ------>|     |
   |<---- Authorisation Response (Audience: Broker) ------|     |
   |                                                 |    |     |
   |                                                 |    |     |
   |------ Upload of authorisation information ----->|    |     |
   |<----- Establishment of secure association ----->|    |     |
   |                                                 |    |     |
   |                                                 |    |     |
   |[<-- Discovery of KDC and name of sec. group -->]|    |     |
   |                                                 |    |     |
   |                                                 |    |     |
   |------- Authorisation Request (Audience: KDC) ------->|     |
   |<------ Authorisation Response (Audience: KDC) -------|     |
   |                                                 |    |     |
   |                                                 |    |     |
   |--------- Upload of authorisation information ------------->|
   |<-------- Establishment of secure association ------------->|
   |                                                 |    |     |
   |                                                 |    |     |
   |----- Request to join the security group for the topic ---->|
   |<-------- Keying material for the security group -----------|
   |                                                 |    |     |
   |                                                 |    |     |
   |---------------- Resource Request -------------->|    |     |
   |                                                 |    |     |
]]></artwork>
      </figure>
      <t>Since <xref target="RFC9200"/> recommends the use of CoAP and CBOR, this document describes the exchanges assuming CoAP and CBOR are used.</t>
      <t>However, using HTTP instead of CoAP is possible, by leveraging the corresponding parameters and methods. Analogously, JSON <xref target="RFC8259"/> can be used instead of CBOR, using the conversion method specified in Sections <xref target="RFC8949" section="6.1" sectionFormat="bare"/> and <xref target="RFC8949" section="6.2" sectionFormat="bare"/> of <xref target="RFC8949"/>. In case JSON is used, the Content-Format of the message has to be changed accordingly. Exact definitions of these exchanges are out of scope for this document.</t>
      <section anchor="topic-discovery">
        <name>Topic Discovery at the Broker (Optional)</name>
        <t>The discovery of a topic at the Broker can be performed by discovering the corresponding topic resources hosted at the Broker. For example, the Client can send a lookup request to /.well-known/core at the Broker, specifying as lookup criterion the resource type "core.ps.conf" (see <xref section="2.3.2" sectionFormat="of" target="I-D.ietf-core-coap-pubsub"/>).</t>
        <t>Although the links to the topic resources are also specified in the representation of the collection resource at the Broker (see <xref section="2.4" sectionFormat="of" target="I-D.ietf-core-coap-pubsub"/>), the Client is not supposed to access such a resource, as intended for administrative operations that are out of the scope of this document.</t>
      </section>
      <section anchor="AS-discovery">
        <name>AS Discovery at the Broker (Optional)</name>
        <t>Complementary to what is defined in <xref section="5.1" sectionFormat="of" target="RFC9200"/> for AS discovery, the Broker MAY send the address of the AS to the Client in the 'AS' parameter of the AS Request Creation Hints, as a response to an Unauthorized Resource Request (see <xref section="5.2" sectionFormat="of" target="RFC9200"/>). An example using CBOR diagnostic notation and CoAP is given below:</t>
        <figure anchor="AS-info-ex">
          <name>AS Request Creation Hints Example</name>
          <artwork align="left"><![CDATA[
    4.01 Unauthorized
    Content-Format: application/ace+cbor
    Payload:
    {
     "AS": "coaps://as.example.com/token"
    }
]]></artwork>
        </figure>
      </section>
      <section anchor="kdc-discovery">
        <name>KDC Discovery at the Broker (Optional)</name>
        <t>Once a Client has obtained an Access Token from the AS and accordingly established a secure association with the Broker, the Client has the permission to access the topic resources at the Broker that pertain to the topics on which the Client is authorized to operate.</t>
        <t>In particular the Client is authorized to retrieve the representation of a topic resource, from which the Client can retrieve information related to the topic in question, as specified in <xref section="2.5" sectionFormat="of" target="I-D.ietf-core-coap-pubsub"/>.</t>
        <t>This profile extends the set of CoAP Pub/sub Parameters that is possible to specify within the representation of a topic resource, as originally defined in <xref section="3" sectionFormat="of" target="I-D.ietf-core-coap-pubsub"/>. In particular, this profile defines the following two parameters that the Broker can specify in a response from a topic resource (see <xref section="2.5" sectionFormat="of" target="I-D.ietf-core-coap-pubsub"/>). Note that, when these parameters are transported in their respective fields of the message payload, the Content-Format application/core-pubsub+cbor MUST be used.</t>
        <ul spacing="normal">
          <li>'kdc_uri', with value the URI of the group membership resource at KDC, where Clients can send a request to join the security group associated with the topic in question. The URI is encoded as a CBOR text string. Clients will have to obtain an Access Token from the AS to upload to the KDC, before starting the process to join the security group at the KDC.</li>
          <li>'sec_gp', specifying the name of the security group associated with the topic in question, as a stable and invariant identifier. The name of the security group is encoded as a CBOR text string.</li>
        </ul>
        <t>Furthermore, the Resource Type (rt=) Link Target Attribute value "core.ps.gm" is registered in <xref target="core_rt"/> (REQ10), and can be used to describe group-membership resources and its sub-resources at KDC, e.g., by using a link-format document <xref target="RFC6690"/>. As an alternative to the discovery approach defined above and provided by the Broker, applications can use this common resource type to discover links to group-membership resources at the KDC for joining security groups associated with pub/sub topics.</t>
      </section>
      <section anchor="auth-request">
        <name>Authorisation Request/Response for the KDC and the Broker</name>
        <t>A Client sends two Authorisation Requests to the AS, targeting two different audiences, i.e, the Broker and the KDC.</t>
        <t>As to the former, the AS handles Authorisation Requests for topics that the Client is allowed to perform topic data operations at the Broker, as corresponding to an application group.</t>
        <t>As to the latter, the AS handles Authorization Requests for security groups that the Client is allowed to join, in order to obtain the group keying material for protecting end-to-end and verifying the content of exchanged messages on the associated pub/sub topics.</t>
        <t>This section builds on <xref section="3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> and defines only additions or modifications to that specification.</t>
        <t>Both Authorisation Requests include the following fields (see <xref section="3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>):</t>
        <ul spacing="normal">
          <li>
            <t>'scope': Optional. If present, it specifies the following information, depending on the specifically targeted audience.  </t>
            <t>
If the audience is the Broker, the scope specifies the name of the topics that the Client wishes to access, together with the corresponding permissions. If the audience is the KDC, the scope specifies the name of the security groups that the Client wishes to join, together with the corresponding permissions.  </t>
            <t>
This parameter is encoded as a CBOR byte string, whose value is the binary encoding of a CBOR array. The format MUST follow the data model AIF-PUBSUB-GROUPCOMM defined in <xref target="scope"/>.</t>
          </li>
          <li>'audience': Required identifier corresponding to either the Broker or the KDC.</li>
        </ul>
        <t>Other additional parameters can be included if necessary, as defined in <xref target="RFC9200"/>.</t>
        <t>When using this profile, it is expected that a one-to-one mapping is enforced between the application group and the security group (see <xref target="overview"/>). If this is not the case, the correct access policies corresponding both sets of scopes have to be available to the AS.</t>
        <section anchor="scope">
          <name>Format of Scope</name>
          <t>Building on <xref section="3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, this section defines the exact format and encoding of scope used in this profile.</t>
          <t>To this end, this profile uses the Authorization Information Format (AIF) <xref target="RFC9237"/> (REQ1). With reference to the generic AIF model</t>
          <artwork><![CDATA[
      AIF-Generic<Toid, Tperm> = [* [Toid, Tperm]]
]]></artwork>
          <t>the value of the CBOR byte string used as scope encodes the CBOR array [* [Toid, Tperm]], where each [Toid, Tperm] element corresponds to one scope entry.</t>
          <t>Furthermore, this document defines the new AIF specific data model AIF-PUBSUB-GROUPCOMM that this profile MUST use to format and encode scope entries.</t>
          <t>In particular, the following holds for each scope entry.</t>
          <ul spacing="normal">
            <li>The object identifier ("Toid") is a CBOR text string, specifying the name of one application group (topic) or of the corresponding security group to which the scope entry pertains.</li>
            <li>
              <t>The permission set ("Tperm") is a CBOR unsigned integer, whose value R specifies the operations that the Client wishes to or has been authorized to perform on the resources at the Broker associated with the application group (topic) indicated by "Toid", or on the resources at the KDC associated with the security group indicated by "Toid" (REQ1). The value R is computed as follows.  </t>
              <ul spacing="normal">
                <li>
                  <t>Each operation (i.e., permission detail) in the permission set is converted into the corresponding numeric identifier X taken from the following set.      </t>
                  <ul spacing="normal">
                    <li>Admin (0): This operation is reserved for scope entries that express permissions for Administrators of pub/sub groups.</li>
                    <li>AppGroup (1): This operation is signaled as wished/authorized when "Toid" specifies the name of an application group (topic)+, while it is signaled as not wished/authorized when Toid specifies the name of a security group.</li>
                    <li>Publish (2): This operation concerns the publication of data to the topic in question, performed by means of a PUT request sent by a Publisher Client to the corresponding topic-data resource at the Broker.</li>
                    <li>Read (3): This operation concerns both: i) the subscription at the topic-data resource for the topic in question at the Broker, performed by means of a GET request with the CoAP Observe Option set to 0 and sent by a Subscriber Client; and ii) the simple reading of the latest data published to the topic in question, performed by means of a simple GET request sent to the same topic-data resource.</li>
                    <li>Delete (4): This operation concerns the deletion of the topic-data resource for the topic in question at the Broker, performed by means of a DELETE request sent to that resource.</li>
                  </ul>
                </li>
                <li>The set of N numeric identifiers is converted into the single value R, by taking two to the power of each numeric identifier X_1, X_2, ..., X_N, and then computing the inclusive OR of the binary representations of all the power values.</li>
              </ul>
              <t>
Since this application profile considers user-related operations, the "Admin" operation is signaled as not wished/authorized. That is, the scope entries MUST have the least significant bit of "Tperm" set to 0.</t>
            </li>
          </ul>
          <t>If the "Toid" of a scope entry in an access token specifies the name of an application group (i.e., the "AppGroup" operation is signaled as authorized), the Client has also the permission to retrieve the configuration of the application group (topic) whose name is indicated by "Toid", by sending a GET or FETCH request to the corresponding topic resource at the Broker.</t>
          <t>The specific interactions between the Client and the Broker are defined in <xref target="I-D.ietf-core-coap-pubsub"/>.</t>
          <figure anchor="scope-aif">
            <name>Pub/sub scope using the AIF format</name>
            <artwork align="center"><![CDATA[
  AIF-PUBSUB-GROUPCOMM = AIF-Generic<pubsub-topic, pubsub-perm>
   pubsub-topic = tstr ; pub/sub topic name
                       ; (the associated security group)

   pubsub-perm = uint .bits pubsub-perm-details

   pubsub-perm-details = &(
    Admin: 0,
    AppGroup: 1
    Publish: 2,
    Read: 3,
    Delete: 4
   )

   scope_entry = [pubsub-topic, pubsub-perm]
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="as-response">
        <name>Authorisation response</name>
        <t>The AS responds with an Authorization Response to each request, containing claims, as defined in <xref section="5.8.2" sectionFormat="of" target="RFC9200"/> and <xref section="3.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> with the following additions:</t>
        <ul spacing="normal">
          <li>The AS MUST include the 'expires_in' parameter.  Other means for the AS to specify the lifetime of Access Tokens are out of the scope of this document.</li>
          <li>The AS MUST include the 'scope' parameter, when the value included in the Access Token differs from the one specified by the Client in the Authorization Request.  In such a case, the second element of each scope entry MUST be present, and specifies the set of interactions that the Client is authorized for that scope entry, encoded as specified in <xref target="auth-request"/>.</li>
        </ul>
        <t>Furthermore, the AS MAY use the extended format of scope defined in <xref section="7" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> for the 'scope' claim of the Access Token.  In such a case, the AS MUST use the CBOR tag with tag number TAG_NUMBER, associated with the CoAP Content-Format CF_ID for the media type application/aif+cbor registered in <xref target="content_format"/> of this document (REQ28).</t>
        <t>Note to RFC Editor: In the previous paragraph, please replace "TAG_NUMBER" with the CBOR tag number computed as TN(ct) in <xref section="4.3" sectionFormat="of" target="RFC9277"/>, where ct is the ID assigned to the CoAP Content-Format registered in <xref target="content_format"/> of this document.  Then, please replace "CF_ID" with the ID assigned to that CoAP Content-Format.  Finally, please delete this paragraph.</t>
        <t>This indicates that the binary encoded scope follows the scope semantics defined for this application profile in <xref target="scope"/> of this document.</t>
      </section>
      <section anchor="token-post">
        <name>Token Transfer to KDC</name>
        <t>The Client transfers its access token to the KDC using one of the methods defined in the Section 3.3 of <xref target="I-D.ietf-ace-key-groupcomm"/>. This typically includes sending a POST request to the authz-info endpoint. However, if using the DTLS transport profile of ACE <xref target="RFC9202"/> and the Client uses a symmetric proof-of-possession key in the DTLS handshake, the Client MAY provide the access token to the KDC in the "psk_identity" field of the DTLS ClientKeyExchange message when using DTLS 1.2 <xref target="RFC6347"/>, or in the "identity" field of a PskIdentity within the PreSharedKeyExtension of the ClientHello message when using DTLS 1.3 <xref target="RFC9147"/>. In addition to that, the following applies.</t>
        <t>In the token transfer response to the Publishers, i.e., the Clients whose scope of the access token includes the "Publish" permission for at least one scope entry, the KDC MUST include the parameter 'kdcchallenge' in the CBOR map. 'kdcchallange' is a challenge N_S generated by the KDC, and is RECOMMENDED to be a 8-byte long random nonce. Later when joining the group, the Publisher can use the 'kdcchallenge' as part of proving possession of its private key (see <xref target="I-D.ietf-ace-key-groupcomm"/>). If a Publisher provides the access token to the KDC through an authz-info endpoint, the Client MUST support the parameter 'kdcchallenge'.</t>
        <t>If 'sign_info' is included in the Token Transfer Request, the KDC SHOULD include the 'sign_info' parameter in the Token Transfer Response. Note that the joining node may have obtained such information by alternative means e.g., the 'sign_info'  may have been pre-configured (OPT3).</t>
        <t>The following applies for each element 'sign_info_entry'.</t>
        <ul spacing="normal">
          <li>'sign_alg' MUST take its value from the "Value" column of one of the recommended algorithms in the "COSE Algorithms" registry <xref target="IANA.cose_algorithms"/> (REQ3).</li>
          <li>'sign_parameters' is a CBOR array.  Its format and value are the same of the COSE capabilities array for the algorithm indicated in 'sign_alg' under the "Capabilities" column of the "COSE Algorithms" registry <xref target="IANA.cose_algorithms"/> (REQ4).</li>
          <li>'sign_key_parameters' is a CBOR array.  Its format and value are the same of the COSE capabilities array for the COSE key type of the keys used with the algorithm indicated in 'sign_alg', as specified for that key type in the "Capabilities" column of the "COSE Key Types" registry <xref target="IANA.cose_key-type"/> (REQ5).</li>
          <li>'cred_fmt' takes value from the "Label" column of the "COSE Header Parameters" registry <xref target="IANA.cose_header-parameters"/> (REQ6). Acceptable values denote a format of authentication credential that MUST explicitly provide the public key as well as the comprehensive set of information related to the public key algorithm, including, e.g., the used elliptic curve (when applicable). Acceptable formats of authentication credentials include CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC7925"/> and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>. Future formats would be acceptable to use as long as they comply with the criteria defined above.</li>
        </ul>
      </section>
    </section>
    <section anchor="kdc-interface">
      <name>Client Group Communication Interface at the KDC</name>
      <t>The pub/sub clients uses the following KDC resources to enable group communication:</t>
      <table>
        <thead>
          <tr>
            <th align="left">KDC resource</th>
            <th align="left">Description</th>
            <th align="left">Operations</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">/ace-group</td>
            <td align="left">Required. Contains a set of group names, each corresponding to one of the specified group identifiers.</td>
            <td align="left">FETCH (All Clients)</td>
          </tr>
          <tr>
            <td align="left">/ace-group/GROUPNAME</td>
            <td align="left">Required. Contains symmetric group keying material associated with GROUPNAME.</td>
            <td align="left">GET, POST (All Clients)</td>
          </tr>
          <tr>
            <td align="left">/ace-group/GROUPNAME/creds</td>
            <td align="left">Required. Contains the authentication credentials of all the Publishers of the group with name GROUPNAME.</td>
            <td align="left">GET, FETCH (All Clients)</td>
          </tr>
          <tr>
            <td align="left">/ace-group/GROUPNAME/num</td>
            <td align="left">Required. Contains the current version number for the symmetric group keying material of the group with name GROUPNAME.</td>
            <td align="left">GET (All Clients)</td>
          </tr>
          <tr>
            <td align="left">/ace-group/GROUPNAME/nodes/NODENAME</td>
            <td align="left">Required. Contains the group keying material for that group member NODENAME in GROUPNAME.</td>
            <td align="left">GET, DELETE (All Clients). PUT (Publishers).</td>
          </tr>
          <tr>
            <td align="left">/ace-group/GROUPNAME/nodes/NODENAME/cred</td>
            <td align="left">Required. Authentication credential for NODENAME in the group GROUPNAME.</td>
            <td align="left">POST (Publishers)</td>
          </tr>
          <tr>
            <td align="left">/ace-group/GROUPNAME/kdc-cred</td>
            <td align="left">MUST be hosted if a group re-keying mechanism is used. Contains the authentication credential of the KDC for the group with name GROUPNAME.</td>
            <td align="left">GET (All Clients)</td>
          </tr>
          <tr>
            <td align="left">/ace-group/GROUPNAME/policies</td>
            <td align="left">Optional. Contains the group policies of the group with name GROUPNAME.</td>
            <td align="left">GET (All Clients)</td>
          </tr>
        </tbody>
      </table>
      <t>Note that the use of these resources follows what is defined in <xref target="I-D.ietf-ace-key-groupcomm"/>, and only additions or modifications to that specification are defined in this document.</t>
      <section anchor="join">
        <name>Joining a Security Group</name>
        <t>This section describes the interactions between a Client and the KDC to join a security group. Source authentication of a message sent within the group is ensured by means of a digital signature embedded in the message. Subscribers must be able to retrieve Publishers' authentication credentials from a trusted repository, to verify source authentication of received messages. Hence, on joining a security group, a Publisher is expected to provide its own authentication credential to the KDC.</t>
        <t>On a successful join, the Clients receive from the KDC the symmetric COSE Key used as shared group key to protect the payload of a published topic data.</t>
        <t>The message exchange between the joining node and the KDC follows what is defined in <xref section="4.3.1.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> and only additions or modifications to that specification are defined in this document.</t>
        <figure anchor="join-flow">
          <name>Join Flow</name>
          <artwork align="center"><![CDATA[
   Client                               KDC
      |----- Join Request (CoAP) ------>|
      |                                 |
      |<-----Join Response (CoAP) ------|

]]></artwork>
        </figure>
        <section anchor="join-request">
          <name>Join Request</name>
          <t>After establishing a secure communication association with the KDC, the Client sends a Join Request to the KDC as described in <xref section="4.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. More specifically, the Client sends a POST request to the /ace-group/GROUPNAME endpoint, with Content-Format "application/ace-groupcomm+cbor". The payload MUST contain the following information formatted as a CBOR map, which MUST be encoded as defined in <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>:</t>
          <ul spacing="normal">
            <li>'scope': Required. MUST be set to the specific group that the Client is attempting to join, i.e., the group name, and the permissions it wishes to have in the group. This value corresponds to one scope entry, as defined in <xref target="scope"/>.</li>
            <li>'get_creds': Optional, present if the Client wishes to join as a Subcriber and wants to retrieve the public keys of all the Publishers upon joining. Otherwise, this parameter MUST NOT be present. If the parameter is present, the parameter MUST encode the CBOR simple value "null" (0xf6). Note that no 'role_filter' is necessary, as the KDC returns the authentication credentials of Publishers by default.</li>
            <li>'client_cred': The use of this parameter is detailed in <xref target="client_cred"/>.</li>
            <li>'cnonce': Required. It is a dedicated nonce N_C generated by the Client. It is RECOMMENDED to use an 8-byte long random nonce. Join Requests MUST include a new 'cnonce' at each join attempt.</li>
            <li>'client_cred_verify': Optional, it MUST be present if 'client_cred' is present. The use of this parameter is detailed in <xref target="pop"/>.</li>
          </ul>
          <t>As a Publisher Client has its own authentication credential to use in a group, it MUST support the client_cred', 'cnonce', and 'client_cred_verify' parameters.</t>
          <section anchor="client_cred">
            <name>Client Credentials in 'client_cred'</name>
            <t>One of the following cases can occur when a new Client attempts to join a security group.</t>
            <ul spacing="normal">
              <li>The joining node is not a Publisher, i.e., it is not going to send data to the application group.  In this case, the joining node is not required to provide its own authentication credential to the KDC. In case the joining node still provides an authentication credential in the 'client_cred' parameter of the Join Request (see <xref target="join-request"/>), the KDC silently ignores that parameter, as well as the related parameter 'client_cred_verify'.</li>
              <li>
                <t>The joining node wishes to join as a Publisher, and:  </t>
                <ul spacing="normal">
                  <li>The KDC already acquired the authentication credential of the joining node either during a past group joining process, or when establishing a secure communication association using asymmetric proof-of-possession keys. If the joining node's proof-of-possession key is compatible with the signature algorithm used in the security group and with possible associated parameters, then the corresponding authentication credential can be used in the group. In this case, the joining node MAY choose not to provide again its authentication credential to the KDC in order to limit the size of the Join Request.</li>
                  <li>The KDC has not acquired an authentication credential. Then, the joining node MUST provide a compatible authentication credential in the 'client_cred' parameter of the Join Request (see <xref target="join-request"/>).</li>
                </ul>
              </li>
            </ul>
            <t>Finally, the joining node MUST provide its authentication credential again if it has provided the KDC with multiple authentication credentials during past joining processes intended for different security groups. If the joining node provides its authentication credential, the KDC performs consistency checks as per <xref target="join-request"/> and, in case of success, considers it as the authentication credential associated with the joining node in the group.</t>
          </section>
          <section anchor="pop">
            <name>Proof-of-Possession</name>
            <t>The 'client_cred_verify' parameter contains the proof-of-possession evidence, and is computed as defined below (REQ14).</t>
            <t>The Publisher signs the scope, concatenated with N_S and concatenated with N_C, using the private key corresponding to the public key in the 'client_cred' parameter.</t>
            <t>The N_S may be either:</t>
            <ul spacing="normal">
              <li>The challenge received from the KDC in the 'kdcchallenge' parameter of the 2.01 (Created) response to the Token Transfer Request (see <xref target="token-post"/>).</li>
              <li>
                <t>If the provisioning of the access token to the KDC has relied on the DTLS profile of ACE <xref target="RFC9202"/>, and the access token was specified:  </t>
                <ul spacing="normal">
                  <li>in the "psk_identity" field of the ClientKeyExchange message when using DTLS 1.2 <xref target="RFC6347"/>; or</li>
                  <li>in the "identity" field of a PskIdentity within the PreSharedKeyExtension of the ClientHello message when using DTLS 1.3 <xref target="RFC9147"/>,</li>
                </ul>
                <t>
then N_S is an exporter value computed as defined in <xref section="7.5" sectionFormat="of" target="RFC8446"/>. Specifically, N_S is exported from the DTLS session between the joining node and the KDC, using an empty 'context_value', 32 bytes as 'key_length', and the exporter label "EXPORTER-ACE-Sign-Challenge-coap-group-pubsub-app" defined in <xref target="tls_exporter"/> of this document.</t>
              </li>
              <li>If the Join Request is a retry in response to an error response from the KDC, which included a new 'kdcchallenge' parameter, then N_S MUST be the new value from this parameter.</li>
            </ul>
            <t>It is up to applications to define how N_S is computed in further alternative settings.</t>
          </section>
        </section>
        <section anchor="join-response">
          <name>Join Response</name>
          <t>On receiving the Join Request, the KDC processes the request as defined in <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, and returns a success or error response.</t>
          <t>If the 'client_cred' parameter is present, the KDC verifies the signature in the 'client_cred_verify' parameter. As PoP input, the KDC uses the value of the 'scope' parameter from the Join Request as a CBOR byte string, concatenated with N_S encoded as a CBOR byte string, concatenated with N_C encoded as a CBOR byte string. As public key of the joining node, the KDC uses either the one included in the authentication credential retrieved from the 'client_cred' parameter of the Join Request or the one from the already stored authentication credential from previous interactions with the joining node. The KDC verifies the PoP evidence, which is a signature, by using the public key of the joining node, as well as the signature algorithm used in the group and possible corresponding parameters.</t>
          <t>In the case of any join request error, the KDC and the Client attempting to join follow the procedure defined in <xref target="join-error"/>.</t>
          <t>In the case of success, the KDC responds with a Join Response, whose payload formatted as a CBOR map MUST contain the following fields as per <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>:</t>
          <ul spacing="normal">
            <li>'gkty': the key type "Group_PubSub_Keying_Material" for the 'key' parameter defined in <xref target="iana-ace-groupcomm-key"/> of this document.</li>
            <li>
              <t>'key': The keying material for group communication includes the following parameters:  </t>
              <ul spacing="normal">
                <li>'cred_fmt', specifying the format of authentication credentials used in the group. This parameter takes its value from the "Label" column of the "COSE Header Parameters" registry <xref target="IANA.cose_header-parameters"/>. At the time of writing this specification, acceptable formats of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC7925"/> and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>. Further formats may be available in the future, and would be acceptable to use as long as they comply with the criteria defined above (REQ6).</li>
                <li>'sign_alg', specifying the Signature Algorithm used to sign messages in the group. This parameter takes values from the "Value" column of the "COSE Algorithms" registry <xref target="IANA.cose_algorithms"/>.</li>
                <li>
                  <t>'sign_params', specifying the parameters of the Signature Algorithm. This parameter is a CBOR array, which includes the following two elements:      </t>
                  <ul spacing="normal">
                    <li>'sign_alg_capab'is a CBOR array, with the same format and value of the COSE capabilities array for the Signature Algorithm indicated in 'sign_alg', as specified for that algorithm in the "Capabilities" column of the "COSE Algorithms" registry <xref target="IANA.cose_algorithms"/>.</li>
                    <li>'sign_key_type_capab' is a CBOR array, with the same format and value of the COSE capabilities array for the COSE key type of the keys used with the Signature Algorithm indicated in 'sign_alg', as specified for that key type in the "Capabilities" column of the "COSE Key Types" registry <xref target="IANA.cose_key-type"/>.</li>
                  </ul>
                </li>
                <li>
                  <t>'group_key', specifying a COSE_Key object as defined in <xref target="RFC9052"/> and conveying the group key to use in the security group. The COSE_Key object MUST contain the following parameters:      </t>
                  <ul spacing="normal">
                    <li>'kty', with value 4 (Symmetric).</li>
                    <li>'alg', with value the identifier of the AEAD algorithm used in the security group.</li>
                    <li>'Base IV', with value the Base Initialization Vector (Base IV) to use in the security group with this group key.</li>
                    <li>'k', with value the symmetric encryption key to use as group key (REQ17).</li>
                    <li>
                      <t>'kid', with value the identifier of the COSE_Key object, hence of the group key.          </t>
                      <t>
This value is used as Group Identifier (Gid) of the security group, as long as the present key is used as group key in the security group.</t>
                    </li>
                  </ul>
                </li>
                <li>
                  <t>'group_SenderId', specifying the Client's Sender ID encoded as a CBOR byte string. This field MUST be included if the Client is joining the security group as a Publisher, and MUST NOT be included otherwise. A Publisher Client MUST support the 'group_SenderId' parameter (REQ29).      </t>
                  <t>
The Sender ID MUST be unique within the security group. The KDC MUST only assign an available Sender ID that has not been used in the security group since the last time when the current Gid value was assigned to the group (i.e., since the latest group rekeying, see <xref target="rekeying"/>). The KDC MUST NOT assign a Sender ID to the joining node if the node is not joining the group as a Publisher.      </t>
                  <t>
The Sender ID can be short in length. Its maximum length in bytes is the length in bytes of the AEAD nonce for the AEAD algorithm, minus 6. This means that, when using AES-CCM-16-64-128 as AEAD algorithm in the security group, the maximum length of Sender IDs is 7 bytes.</t>
                </li>
              </ul>
            </li>
            <li>'num', specifying the version number of the keying material specified in the 'key' field (with initial value set to 0 on creation of the group).</li>
            <li>'exp', which MUST be present.</li>
            <li>'ace-groupcomm-profile', which MUST be present and has value "coap_group_pubsub_app" (PROFILE_TBD), which is defined in <xref target="iana-profile"/> of this document.</li>
            <li>'creds', which MUST be present if the 'get_creds' parameter was present. Otherwise, it MUST NOT be present. The KDC provides the authentication credentials of all the Publishers in the security group.</li>
            <li>'peer_roles', which MAY be omitted even if 'creds' is present, since each authentication credential conveyed in the 'creds' parameter: i) is associated with a Client authorized to be Publisher in the group; and ii) plays no role if such Client was also authorized to be Subscriber in the group. If 'creds' is not present, 'peer_roles' MUST NOT be present.</li>
            <li>'peer_identifiers', which MUST be present if 'creds' is also present. Otherwise, it MUST NOT be present. The identifiers are the Publisher Sender IDs whose authentication credential is specified in the 'creds' parameter (REQ 25).</li>
            <li>'kdc_cred', which MUST be present if group re-keying is used, and encoded as a CBOR byte string, with value the original binary representation of the KDC's authentication credential (REQ8).</li>
            <li>'kdc_nonce', which MUST be present, if 'kdc_cred' is present and encoded as a CBOR byte string, and including a dedicated nonce N_KDC generated by the KDC. For N_KDC, it is RECOMMENDED to use a 8-byte long random nonce.</li>
            <li>'kdc_cred_verify', which MUST be present, if 'kdc_cred' is present and encoded as a CBOR byte string. The PoP evidence is computed over the nonce N_KDC, which is specified in the 'kdc_nonce' parameter and taken as PoP input. KDC MUST compute the signature by using the signature algorithm used in the group, as well as its own private key associated with the authentication credential specified in the 'kdc_cred' parameter (REQ21).</li>
            <li>'group_rekeying', which MAY be omitted if the KDC uses the "Point-to-Point" group rekeying scheme registered in <xref section="11.12" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> as the default rekeying scheme in the group (OPT9). In any other case, the 'group_rekeying' parameter MUST be included.</li>
          </ul>
          <t>After sending a successful Join Response, the KDC adds the Client to the list of current members of the security group, if that Client is not already a group member. Also, the Client is assigned a NODENAME and a sub-resource /ace-group/GROUPNAME/nodes/NODENAME. Furthermore, the KDC associates NODENAME with the Client's access token and with the secure session that the KDC has with the Client. If the Client is a Publisher, its authentication credential is also associated with the tuple containing NODENAME, GROUPNAME, the current Gid, the newly assigned Publisher's Sender ID, and the Client's access token. The KDC MUST keep this association updated over time.</t>
          <t>Note that, as long as the secure association between the Client and the KDC persists, the same Client re-joining the group is recognized by the KDC by virtue of such a secure association. As a consequence, the re-joining Client keeps the same NODENAME and the associated subresource /ace-group/GROUPNAME/nodes/NODENAME. Also, if the Client is a Publisher, it receives a new Sender ID according to the same criteria defined above.</t>
          <t>If the application requires backward security, the KDC MUST generate updated security parameters and group keying material, and provide it to the current group members upon the new node's joining (see <xref target="rekeying"/>). In such a case, the joining node is not able to access secure communication in the pub/sub group prior its joining.</t>
          <t>Upon receiving the Join Response, the joining node retrieves the KDC's authentication credential from the 'kdc_cred' parameter. The joining node MUST verify the proof-of-possession (PoP) evidence, which is a signature, specified in the 'kdc_cred_verify' parameter of the Join Response (REQ21).</t>
        </section>
        <section anchor="join-error">
          <name>Join Error Handling</name>
          <t>The KDC MUST reply with a 4.00 (Bad Request) error response to the Join Request in the following cases:</t>
          <ul spacing="normal">
            <li>The 'client_cred' parameter is present in the Join Request and its value is not an eligible authentication credential (e.g., it is not of the format accepted in the group) (OPT8).</li>
            <li>The 'client_cred' parameter is present but does not include the 'cnonce' and 'client_cred_verify' parameters.</li>
            <li>
              <t>The 'client_cred' parameter is not present while the joining node is not going to join the group exclusively as a Subscriber, and any of the following conditions holds:  </t>
              <ul spacing="normal">
                <li>The KDC does not store an eligible authentication credential (e.g., of the format accepted in the group) for the joining node.</li>
                <li>The KDC stores multiple eligible authentication credentials (e.g., of the format accepted in the group) for the joining node.</li>
              </ul>
            </li>
            <li>The 'scope' parameter is not present in the Join Request, or it is present and specifies any set of permissions not included in the list defined in <xref target="scope"/>.</li>
          </ul>
          <t>A 4.00 (Bad Request) error response from the KDC to the joining node MAY have content format application/ace-groupcomm+cbor and contain a CBOR map as payload.</t>
          <t>The CBOR map MAY include the 'kdcchallenge' parameter. If present, this parameter is a CBOR byte string, which encodes a newly generated 'kdcchallenge' value that the Client can use when preparing a new Join Request. In such a case, the KDC MUST store the newly generated value as the 'kdcchallenge' value associated with the joining node, which replaces the currently stored value (if any).</t>
          <t>Upon receiving the Join Response, if 'kdc_cred' is present but the Client cannot verify the PoP evidence, the Client MUST stop processing the Join Response and MAY send a new Join Request to the KDC.</t>
          <t>The KDC MUST return a 5.03 (Service Unavailable) response to a Client that sends a Join Request to join the security group as Publisher, in case there are currently no Sender IDs available to assign.</t>
        </section>
      </section>
      <section anchor="other-group-operations-through-the-kdc">
        <name>Other Group Operations through the KDC</name>
        <section anchor="query">
          <name>Querying for Group Information</name>
          <ul spacing="normal">
            <li>'/ace-group': All Clients can send a FETCH request to retrieve a set of group names associated with their group identifiers specified in the request payload. Each element of the CBOR array 'gid' is a CBOR byte string (REQ13), which encodes the Gid of the group (see <xref target="join-response"/>) for which the group name and the URI to the group-membership resource are provided.</li>
            <li>'/ace-group/GROUPNAME':  All Clients can use GET requests to retrieve the symmetric group keying material of the group with the name GROUPNAME. The value of the GROUPNAME URI path and the group name in the access token scope ('gname') MUST coincide.</li>
            <li>
              <t>'/ace-group/GROUPNAME/creds': The KDC acts as a repository of authentication credentials for the Publishers that are member of the security group GROUPNAME. The members of the group that are Subscribers can send GET/FETCH requests to this resource in order to retrieve the authentication credentials of all or a subset of the group members that are Publishers. The KDC silently ignores the Sender IDs included in the 'get_creds' parameter of the request that are not associated with any current Publisher group member (REQ26).  </t>
              <t>
The response from the KDC MAY omit the parameter 'peer_roles', since each authentication credential conveyed in the 'creds' parameter: i) is associated with a Client authorized to be Publisher in the group; and ii) plays no role if such Client was also authorized to be Subscriber in the group. If 'creds' is not present, 'peer_roles' MUST NOT be present.</t>
            </li>
            <li>'/ace-group/GROUPNAME/num': All group member Clients can send a GET request to this resource in order to retrieve the current version number for the symmetric group keying material of the group with name GROUPNAME.</li>
            <li>'/ace-group/GROUPNAME/kdc-cred': All group member Clients can send a GET request to this resource in order to retrieve the current authentication credential of the KDC.</li>
          </ul>
        </section>
        <section anchor="updating-authentication-credentials">
          <name>Updating Authentication Credentials</name>
          <t>A Publisher with node name NODENAME can contact the KDC to upload a new authentication credential to use in the security group GROUPNAME, and replace the currently stored one. To this end, it sends a CoAP POST request to its associated sub-resource /ace-group/GROUPNAME/nodes/NODENAME/cred. The KDC replaces the stored authentication credential of this Client for the group GROUPNAME with the one specified in the request.</t>
        </section>
        <section anchor="removal-from-a-group">
          <name>Removal from a Group</name>
          <t>A Client with node name NODENAME can actively request to leave the security group GROUPNAME. In this case, the Client sends a CoAP DELETE request to the associated sub-resource /ace-group/GROUPNAME/nodes/NODENAME at the KDC. The KDC can also remove a group member due to any of the reasons described in <xref section="5" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
        </section>
        <section anchor="rekeying">
          <name>Rekeying a Group</name>
          <t>The KDC MUST trigger a group rekeying as described in <xref section="6" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> due to a change in the group membership or the current group keying material approaching its expiration time. The KDC MAY trigger regularly scheduled update of the group keying material.</t>
          <t>Upon generating the new group keying material and before starting its distribution, the KDC MUST increment the version number of the group keying material. The KDC MUST preserve the current value of the Sender ID of each member in that group. The KDC MUST also generate a new Group Identifier (Gid) for the group, and use it as identifier of the new group key provided through the group rekeying and hereafter to Clients (re-)joining the security group (see <xref target="join-response"/>).</t>
          <t>The default rekeying scheme is Point-to-Point (see <xref section="6.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>), where the KDC individually targets each node to rekey, using the pairwise secure communication association with that node.</t>
          <t>If the group rekeying is performed due to one or multiple Clients joining the group as Publishers, then a rekeying message includes the Sender IDs and authentication credentials that those clients are going to use in the group. This information is specified by means of the parameters 'creds' and 'peer_identifiers', like done in the Join Response message. In the same spirit, the 'peer_roles' parameter MAY be omitted.</t>
        </section>
      </section>
    </section>
    <section anchor="protected_communication">
      <name>PubSub Protected Communication (C)</name>
      <figure anchor="pubsub-3">
        <name>Secure communication between Publisher and Subscriber</name>
        <artwork align="center"><![CDATA[
+------------+             +------------+              +------------+
|            |             |            |              |            |
| Publisher  | ----(D)---> |   Broker   |              | Subscriber |
|            |             |            | <----(E)---- |            |
|            |             |            | -----(F)---> |            |
+------------+             +------------+              +------------+
]]></artwork>
      </figure>
      <t>(D) corresponds to the publication of a topic on the Broker, using a CoAP PUT. The publication (the resource representation) is protected with COSE (<xref target="RFC9052"/><xref target="RFC9053"/>) by the Publisher. The (E) message is the subscription of the Subscriber, and uses a CoAP GET with the Observe option set to 0 (zero) <xref target="I-D.ietf-core-coap-pubsub"/>. The (F) message is the response from the Broker, where the publication is protected with COSE by the Publisher.
(ToDo: Add Delete to the flow?)</t>
      <figure anchor="flow">
        <name>Example of protected communication for CoAP</name>
        <artwork align="center"><![CDATA[
  Publisher                Broker               Subscriber
      | --- PUT /topic ----> |                       |
      |  protected with COSE |                       |
      |                      | <--- GET /topic ----- |
      |                      |      Observe:0        |
      |                      | ---- response ------> |
      |                      |  protected with COSE  |
]]></artwork>
      </figure>
      <section anchor="oscon">
        <name>Using COSE Objects To Protect The Resource Representation</name>
        <t>The Publisher uses the symmetric COSE Key received from the KDC to protect the payload of the Publish operation (see <xref section="4.3" sectionFormat="of" target="I-D.ietf-core-coap-pubsub"/>). Specifically, the Publisher creates a COSE_Encrypt0 object <xref target="RFC9052"/><xref target="RFC9053"/> by means of the COSE Key currently used as group key. The encryption algorithm and Base IV to use are specified by the 'alg' and 'Base IV' parameters of the COSE Key, together with its key identifier in the 'kid' parameter.</t>
        <t>Also, the Publisher uses its private key corresponding to the public key sent to the KDC for countersigning the COSE_Encrypt0 object as specified in <xref target="RFC9338"/>. The countersignature is specified in the 'Countersignature version 2' parameter, within the 'unprotected' field of the COSE_Encrypt0 object.</t>
        <t>Finally, the Publisher sends the COSE_Encrypt0 object conveying the countersignature to the Broker, as payload of the PUT request sent to the topic-data of the topic targeted by the Publish operation.</t>
        <t>Upon receiving a response from the topic-data resource at the Broker, the Subscriber uses the 'kid' parameter from the 'Countersignature version 2' parameter within the 'unprotected' field of the COSE_Encrypt0 object, in order to retrieve the Publisher's public key from the Broker or from its local storage. Then, the Subscriber uses that public key to verify the countersignature.</t>
        <t>In case of successful verification, the Subscriber uses the 'kid' parameter from the 'unprotected' field of the COSE_Encrypt0 object, in order to retrieve the COSE Key used as current group key from its local storage. Then, the Subscriber uses that group key to verify and decrypt the COSE_Encrypt0 object. In case of successful verification, the Subscriber delivers the received topic data to the application.</t>
        <t>The COSE_Encrypt0 object is constructed as follows.</t>
        <t>The 'protected' field MUST include:</t>
        <ul spacing="normal">
          <li>The 'alg' parameter, with value the identifier of the AEAD algorithm specified in the 'alg' parameter of the COSE Key used as current group key.</li>
        </ul>
        <t>The 'unprotected' field MUST include:</t>
        <ul spacing="normal">
          <li>The 'kid' parameter, with the same value specified in the 'kid' parameter of the COSE Key used as current group key. This value represents the current Group ID (Gid) of the security group associated with the application group (topic).</li>
          <li>
            <t>The 'Partial IV' parameter, with value set to the current Sender Sequence Number of the Publisher. All leading bytes of value zero SHALL be removed when encoding the Partial IV, except in the case of Partial IV value 0, which is encoded to the byte string 0x00.  </t>
            <t>
The Publisher MUST initialize the Sender Sequence Number to 0 upon joining the security group, and MUST reset it to 0 upon receiving a new group key as result of a group rekeying (see <xref target="rekeying"/>). The Publisher MUST increment its Sender Sequence Number value by 1, after having completed an encryption operation by means of the current group key.</t>
          </li>
          <li>
            <t>The 'Countersignature version 2' parameter, specifying the countersignature of the COSE_Encrypt0 object. In particular:  </t>
            <ul spacing="normal">
              <li>The 'protected' field specifies the serialized parameters from the 'protected' field of the COSE_Encrypt0 object, i.e., the 'alg' parameter with value the identifier of the Signature Algorithm used in the security group.</li>
              <li>The 'unprotected' field includes the 'kid' parameter, with value the Publisher's Sender ID that the Publisher obtained from the KDC when joining the security group, as value of the 'group_SenderId' parameter of the Join Response (see <xref target="join-response"/>).</li>
              <li>The 'signature' field, with value the countersignature.</li>
            </ul>
            <t>
The countersignature is computed as defined in <xref target="RFC9338"/>, by using the private key of the Publisher as signing key, and by means of the Signature Algorithm used in the group. The fields of the Countersign_structure are populated as follows:  </t>
            <ul spacing="normal">
              <li>'context' takes "CounterSignature".</li>
              <li>'body_protected' takes the serialized parameters from the 'protected' field of the COSE_Encrypt0 object, i.e., the 'alg' parameter.</li>
              <li>'sign_protected' takes the serialized parameters from the 'protected' field of the 'Countersignature version 2' parameter, i.e., the 'alg' parameter.</li>
              <li>'external_aad is not supplied.</li>
              <li>'payload' is the ciphertext of the COSE_Encrypt0 object.</li>
            </ul>
          </li>
          <li>
            <t>The 'ciphertext' parameter, with value the ciphertext computed over the topic data to publish.  </t>
            <t>
The ciphertext is computed as defined in <xref target="RFC9052"/><xref target="RFC9053"/>, by using the current group key as encryption key, the AEAD Nonce computed as defined in <xref target="ssec-aead-nonce"/>, the topic data to publish as plaintext, and the Enc_structure populated as follows:  </t>
            <ul spacing="normal">
              <li>'context' takes "Encrypt".</li>
              <li>'protected' takes the serialization of the protected parameter 'alg' from the 'protected' field of the COSE_Encrypt0 object.</li>
              <li>'external_aad is not supplied.</li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="ssec-aead-nonce">
        <name>AEAD Nonce</name>
        <t>This section defines how to generate the AEAD nonce used for encrypting and decrypting the COSE_Encrypt0 object protecting the published topic data. This construction is analogous to that used to generate the AEAD nonce in the OSCORE security protocol (see <xref section="5.2" sectionFormat="of" target="RFC8613"/>).</t>
        <t>The AEAD nonce for producing or consuming the COSE_Encrypt0 object is constructed as defined below and also shown in <xref target="fig-aead-nonce"/>.</t>
        <ol spacing="normal" type="1"><li>Left-pad the Partial IV (PIV) with zeroes to exactly 5 bytes.</li>
          <li>Left-pad the Sender ID of the Publisher that generated the Partial IV (ID_PIV) with zeroes to exactly the nonce length of the AEAD algorithm minus 6 bytes.</li>
          <li>Concatenate the size of the ID_PIV (a single byte S) with the padded ID_PIV and the padded PIV.</li>
          <li>XOR the result from the previous step with the Base IV.</li>
        </ol>
        <figure anchor="fig-aead-nonce">
          <name>AEAD Nonce Construction</name>
          <artwork align="center"><![CDATA[
     <- nonce length minus 6 B -> <-- 5 bytes -->
+---+-------------------+--------+---------+-----+
| S |      padding      | ID_PIV | padding | PIV |-----+
+---+-------------------+--------+---------+-----+     |
                                                       |
 <---------------- nonce length ---------------->      |
+------------------------------------------------+     |
|                    Base IV                     |-->(XOR)
+------------------------------------------------+     |
                                                       |
 <---------------- nonce length ---------------->      |
+------------------------------------------------+     |
|                     Nonce                      |<----+
+------------------------------------------------+
]]></artwork>
        </figure>
        <t>The construction above only supports AEAD algorithms that use nonces with length equal or greater than 7 bytes. At the same time, it makes it easy to verify that the nonces will be unique when used with the the same group key, even though this is shared and used by all the Publishers in the security group. In fact:</t>
        <ul spacing="normal">
          <li>Since Publisher's Sender IDs are unique within the security group and they are not reassigned until a group rekeying occurs (see <xref target="join-response"/> and <xref target="rekeying"/>), two Publisher Clients cannot share the same tuple (S, padded ID_PIV) by construction.</li>
          <li>Since a Publisher increments by 1 its Sender Sequence Number after each use that it makes of the current group key, the Publisher  never reuses the same tuple (S, padded ID_PIV, padded ID_PIV) together with the same group key.</li>
          <li>Therefore neither the same Publisher nor any two Publishers use the same AEAD nonce with the same group key.</li>
        </ul>
      </section>
      <section anchor="ssec-replay-checks">
        <name>Replay Checks</name>
        <t>This section defines how a Subscriber Client checks whether the topic data conveyed in a received message from the Broker is a replay.</t>
        <t>TBD</t>
      </section>
    </section>
    <section anchor="mqtt-pubsub">
      <name>Applicability to MQTT PubSub Profile</name>
      <t>The steps MQTT clients go through would be similar to the CoAP clients, and the payload of the MQTT PUBLISH messages will be protected using COSE. The MQTT clients needs to use CoAP to communicate to the KDC, to join security groups, and be part of the pair-wise rekeying initiated by the KDC.</t>
      <t>Authorisation Server (AS) Discovery is defined in <xref section="2.2.6.1" sectionFormat="of" target="I-D.ietf-ace-mqtt-tls-profile"/> for MQTT v5 clients (and not supported for MQTT v3 clients). $SYS/ has been widely adopted as a prefix to topics that contain server-specific information or control APIs, and may be used for topic and KDC discovery.</t>
      <t>When the Client sends an authorisation request to the AS using the AIF-PUBSUB-GROUPCOMM data model, in the authorisation response, the 'profile' claim is set to "mqtt_pubsub_app" as defined in <xref target="iana-profile"/>.</t>
      <t>Both Publishers and Subscribers MUST authorise to the Broker with their respective tokens (described in <xref target="I-D.ietf-ace-mqtt-tls-profile"/>). A Publisher sends PUBLISH messages for a given topic and protects the payload with the corresponding key for the associated security group. A Subscriber may send SUBSCRIBE messages with one or multiple topic filters. A topic filter may correspond to multiple topics. The Broker forwards all PUBLISH messages to all authorised Subscribers, including the retained messages.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>All the security considerations in <xref target="I-D.ietf-ace-key-groupcomm"/> apply.</t>
      <t>In the profile described above, the Publishers and Subscribers use asymmetric crypto, which would make the message exchange quite heavy for small constrained devices. Moreover, all Subscribers must be able to access the public keys of all the Publishers to a specific topic to verify the publications.</t>
      <t>Even though access tokens have expiration times, an access token may need to be revoked before its expiration time (see <xref target="I-D.draft-ietf-ace-revoked-token-notification"/> for a list of possible circumstances). Clients can be excluded from future publications through re-keying for a certain topic. This could be set up to happen on a regular basis, for certain applications. How this could be done is out of scope for this work. The method described in <xref target="I-D.draft-ietf-ace-revoked-token-notification"/> MAY be used to allow an Authorization Server to notify the KDC about revoked access tokens.</t>
      <t>The Broker is only trusted with verifying that the Publisher is authorized to publish, but is not trusted with the publications itself, which it cannot read nor modify.</t>
      <t>With respect to the reusage of nonces for Proof-of-Possession input, the same considerations apply as in the
<xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
      <t>TODO: expand on security and privacy considerations</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>Note to RFC Editor: Please replace "[RFC-XXXX]" with the RFC number of this document and delete this paragraph.</t>
      <t>This document has the following actions for IANA.</t>
      <section anchor="iana-ace-groupcomm-key">
        <name>ACE Groupcomm Key Registry</name>
        <t>IANA is asked to register the following entry in the "ACE Groupcomm Key Types" registry defined in <xref section="11.7" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
        <ul spacing="normal">
          <li>Name: Group_PubSub_Keying_Material</li>
          <li>Key Type Value: GROUPCOMM_KEY_TBD</li>
          <li>Profile: coap_group_pubsub_app, defined in <xref target="iana-profile"/> of this document.</li>
          <li>Description: Encoded as described in the <xref target="join-response"/> of this document.</li>
          <li>References: <xref target="RFC9052"/>, <xref target="RFC9053"/>, [RFC-XXXX]</li>
        </ul>
      </section>
      <section anchor="iana-profile">
        <name>ACE Groupcomm Profile Registry</name>
        <t>IANA is asked to register the following entries in the "ACE Groupcomm Profiles" registry defined in <xref section="11.8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
        <ul spacing="normal">
          <li>Name: coap_group_pubsub_app</li>
          <li>Description: Profile for delegating client authentication and authorization for publishers and subscribers in a CoAP pub/sub setting scenario in a constrained environment.</li>
          <li>CBOR Value: TBD</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: mqtt_pubsub_app</li>
          <li>Description: Profile for delegating client authentication and authorization for publishers and subscribers in a MQTT pub/sub setting scenario in a constrained environment.</li>
          <li>CBOR Value: TBD</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
      </section>
      <section anchor="core_rt">
        <name>CoRE Resource Type</name>
        <t>IANA is asked to register the following entry in the "Resource Type (rt=) Link Target Attribute Values" registry within the "Constrained Restful Environments (CoRE) Parameters" registry group.</t>
        <ul spacing="normal">
          <li>Value: "core.ps.gm"</li>
          <li>Description: Group-membership resource for pub/sub communication.</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
        <t>Clients can use this resource type to discover a group membership resource at the KDC.</t>
      </section>
      <section anchor="aif">
        <name>AIF Media-Type Sub-Parameters</name>
        <t>For the media-types application/aif+cbor and application/aif+json defined in <xref section="5.1" sectionFormat="of" target="RFC9237"/>, IANA is requested to register the following entries for the two media-type parameters Toid and Tperm, in the respective sub-registry defined in <xref section="5.2" sectionFormat="of" target="RFC9237"/> within the "MIME Media Type Sub-Parameter" registry group.</t>
        <ul spacing="normal">
          <li>Parameter: Toid</li>
          <li>Name: pubsub-topic</li>
          <li>Description/Specification: Pub/sub topic name, corresponding to the security group</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Parameter: Tperm</li>
          <li>Name: pubsub-perm</li>
          <li>Description/Specification: Permissions corresponding to the topic data interactions in the pub/sub group</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
      </section>
      <section anchor="content_format">
        <name>CoAP Content-Formats</name>
        <t>IANA is asked to register the following entries to the "CoAP Content-Formats" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <ul spacing="normal">
          <li>Content Type: application/aif+cbor;Toid="pubsub-topic",Tperm="pubsub-perm"</li>
          <li>Content Coding: -</li>
          <li>ID: 294 (suggested)</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Content Type: application/aif+json;Toid="pubsub-topic",Tperm="pubsub-perm"</li>
          <li>Content Coding: -</li>
          <li>ID: 295 (suggested)</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
      </section>
      <section anchor="tls_exporter">
        <name>TLS Exporter Labels</name>
        <t>IANA is asked to register the following entry to the "TLS Exporter Labels" registry defined in <xref section="6" sectionFormat="of" target="RFC5705"/> and updated in <xref section="12" sectionFormat="of" target="RFC8447"/>.</t>
        <ul spacing="normal">
          <li>Value: EXPORTER-ACE-Sign-Challenge-coap-group-pubsub-app</li>
          <li>DTLS-OK: Y</li>
          <li>Recommended: N</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="IANA.cose_algorithms" target="http://www.iana.org/assignments/cose">
          <front>
            <title>COSE Algorithms</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="IANA.cose_key-type" target="http://www.iana.org/assignments/cose">
          <front>
            <title>COSE Key Types</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="IANA.cose_header-parameters" target="http://www.iana.org/assignments/cose">
          <front>
            <title>COSE Header Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC5705">
          <front>
            <title>Keying Material Exporters for Transport Layer Security (TLS)</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="March" year="2010"/>
            <abstract>
              <t>A number of protocols wish to leverage Transport Layer Security (TLS) to perform key establishment but then use some of the keying material for their own purposes. This document describes a general mechanism for allowing that. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5705"/>
          <seriesInfo name="DOI" value="10.17487/RFC5705"/>
        </reference>
        <reference anchor="RFC6347">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="January" year="2012"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol. The DTLS protocol provides communications privacy for datagram protocols. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees. Datagram semantics of the underlying transport are preserved by the DTLS protocol. This document updates DTLS 1.0 to work with TLS version 1.2. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="RFC6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links. Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type. "RESTful" refers to the Representational State Transfer (REST) architecture. A well-known URI is defined as a default entry point for requesting the links hosted by a server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </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="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="RFC7925">
          <front>
            <title>Transport Layer Security (TLS) / Datagram Transport Layer Security (DTLS) Profiles for the Internet of Things</title>
            <author fullname="H. Tschofenig" initials="H." role="editor" surname="Tschofenig"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>A common design pattern in Internet of Things (IoT) deployments is the use of a constrained device that collects data via sensors or controls actuators for use in home automation, industrial control systems, smart cities, and other IoT deployments.</t>
              <t>This document defines a Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) 1.2 profile that offers communications security for this data exchange thereby preventing eavesdropping, tampering, and message forgery. The lack of communication security is a common vulnerability in IoT products that can easily be solved by using these well-researched and widely deployed Internet security protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7925"/>
          <seriesInfo name="DOI" value="10.17487/RFC7925"/>
        </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="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="RFC8447">
          <front>
            <title>IANA Registry Updates for TLS and DTLS</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document describes a number of changes to TLS and DTLS IANA registries that range from adding notes to the registry all the way to changing the registration policy. These changes were mostly motivated by WG review of the TLS- and DTLS-related registries undertaken as part of the TLS 1.3 development process.</t>
              <t>This document updates the following RFCs: 3749, 5077, 4680, 5246, 5705, 5878, 6520, and 7301.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8447"/>
          <seriesInfo name="DOI" value="10.17487/RFC8447"/>
        </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="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </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="RFC9237">
          <front>
            <title>An Authorization Information Format (AIF) for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Information about which entities are authorized to perform what operations on which constituents of other entities is a crucial component of producing an overall system that is secure. Conveying precise authorization information is especially critical in highly automated systems with large numbers of entities, such as the Internet of Things.</t>
              <t>This specification provides a generic information model and format for representing such authorization information, as well as two variants of a specific instantiation of that format for use with Representational State Transfer (REST) resources identified by URI path.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9237"/>
          <seriesInfo name="DOI" value="10.17487/RFC9237"/>
        </reference>
        <reference anchor="RFC9277">
          <front>
            <title>On Stable Storage for Items in Concise Binary Object Representation (CBOR)</title>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document defines a stored ("file") format for Concise Binary Object Representation (CBOR) data items that is friendly to common systems that recognize file types, such as the Unix file(1) command.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9277"/>
          <seriesInfo name="DOI" value="10.17487/RFC9277"/>
        </reference>
        <reference anchor="RFC9338">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Countersignatures</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="December" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. CBOR Object Signing and Encryption (COSE) defines a set of security services for CBOR. This document defines a countersignature algorithm along with the needed header parameters and CBOR tags for COSE. This document updates RFC 9052.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9338"/>
          <seriesInfo name="DOI" value="10.17487/RFC9338"/>
        </reference>
        <reference anchor="I-D.ietf-cose-cbor-encoded-cert">
          <front>
            <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza" initials="S." surname="Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund" initials="J." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed" initials="M." surname="Furuhed">
              <organization>Nexus Group</organization>
            </author>
            <date day="20" month="October" year="2023"/>
            <abstract>
              <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  When
   used to re-encode DER encoded X.509 certificates, the CBOR encoding
   can in many cases reduce the size of RFC 7925 profiled certificates
   with over 50%.  The CBOR encoded structure can alternatively be
   signed directly ("natively signed"), which does not require re-
   encoding for the signature to be verified.  The document also
   specifies C509 COSE headers, a C509 TLS certificate type, and a C509
   file format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-07"/>
        </reference>
        <reference anchor="I-D.ietf-core-coap-pubsub">
          <front>
            <title>A publish-subscribe architecture for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Jaime Jimenez" initials="J." surname="Jimenez">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Michael Koster" initials="M." surname="Koster">
              <organization>Dogtiger Labs</organization>
            </author>
            <author fullname="Ari Keränen" initials="A." surname="Keränen">
              <organization>Ericsson</organization>
            </author>
            <date day="20" month="October" year="2023"/>
            <abstract>
              <t>   This document describes a publish-subscribe architecture for the
   Constrained Application Protocol (CoAP), extending the capabilities
   of CoAP communications for supporting endpoints with long breaks in
   connectivity and/or up-time.  CoAP clients publish on and subscribe
   to a topic via a corresponding topic resource at a CoAP server acting
   as broker.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coap-pubsub-13"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm">
          <front>
            <title>Key Provisioning for Group Communication using ACE</title>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="6" month="October" year="2023"/>
            <abstract>
              <t>   This document defines how to use the Authentication and Authorization
   for Constrained Environments (ACE) framework to distribute keying
   material and configuration parameters for secure group communication.
   Candidate group members acting as Clients and authorized to join a
   group can do so by interacting with a Key Distribution Center (KDC)
   acting as Resource Server, from which they obtain the keying material
   to communicate with other group members.  While defining general
   message formats as well as the interface and operations available at
   the KDC, this document supports different approaches and protocols
   for secure group communication.  Therefore, details are delegated to
   separate application profiles of this document, as specialized
   instances that target a particular group communication approach and
   define how communications in the group are protected.  Compliance
   requirements for such application profiles are also specified.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-17"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </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="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="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="23" month="October" year="2023"/>
            <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 OAuth 2.0 Client and Resource
   Server, and it binds an authentication credential of the Client to an
   OAuth 2.0 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-03"/>
        </reference>
        <reference anchor="I-D.ietf-ace-mqtt-tls-profile">
          <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="Cigdem Sengul" initials="C." surname="Sengul">
              <organization>Brunel University</organization>
            </author>
            <author fullname="Anthony Kirby" initials="A." surname="Kirby">
              <organization>Oxbotica</organization>
            </author>
            <date day="23" month="March" year="2022"/>
            <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="Internet-Draft" value="draft-ietf-ace-mqtt-tls-profile-17"/>
        </reference>
        <reference anchor="I-D.draft-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="2" month="June" year="2023"/>
            <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-06"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="6" month="March" year="2023"/>
            <abstract>
              <t>   This document defines an application profile of the ACE framework for
   Authentication and Authorization, to request and provision keying
   material in group communication scenarios that are based on CoAP and
   are secured with Group Object Security for Constrained RESTful
   Environments (Group OSCORE).  This application profile delegates the
   authentication and authorization of Clients, that join an OSCORE
   group through a Resource Server acting as Group Manager for that
   group.  This application profile leverages protocol-specific
   transport profiles of ACE to achieve communication security, server
   authentication 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="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-16"/>
        </reference>
        <reference anchor="MQTT-OASIS-Standard-v5" target="http://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html">
          <front>
            <title>OASIS Standard MQTT Version 5.0</title>
            <author initials="A." surname="Banks">
              <organization/>
            </author>
            <author initials="E." surname="Briggs">
              <organization/>
            </author>
            <author initials="K." surname="Borgendale">
              <organization/>
            </author>
            <author initials="R." surname="Gupta">
              <organization/>
            </author>
            <date year="2017"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 885?>

<section anchor="groupcomm_requirements">
      <name>Requirements on Application Profiles</name>
      <t>This section lists the specifications on this profile based on the requirements defined in <xref section="A" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
      <ul spacing="normal">
        <li>REQ1: Specify the format and encoding of 'scope'. : See <xref target="scope"/>.</li>
        <li>REQ2: If the AIF format of 'scope' is used, register its specific instance of "Toid" and "Tperm" as Media Type parameters and a corresponding Content-Format, as per the guidelines in <xref target="RFC9237"/>.:See <xref target="aif"/>.</li>
        <li>REQ3: If used, specify the acceptable values for 'sign_alg':  values from the "Value" column of the "COSE Algorithms" registry <xref target="IANA.cose_algorithms"/>.</li>
        <li>REQ4: If used, specify the acceptable values for 'sign_parameters': format and values from the COSE algorithm
capabilities as specified in the "COSE Algorithms" registry <xref target="IANA.cose_algorithms"/>.</li>
        <li>REQ5: If used, specify the acceptable values for 'sign_key_parameters' : Its format and value are the same of the COSE capabilities array for the COSE key type of the keys used with the algorithm indicated in 'sign_alg', as specified for that key type in the "Capabilities" column of the "COSE Key Types" registry <xref target="IANA.cose_key-type"/>.</li>
        <li>REQ6: Specify the acceptable formats for authentication credentials and, if used, the acceptable values for 'cred_fmt':  Acceptable formats explicitly provide the public key as well as the comprehensive set of information related to the public key algorithm. Takes value from the "Label" column of the "COSE Header Parameters" registry <xref target="IANA.cose_header-parameters"/>.</li>
        <li>REQ7: If the value of the GROUPNAME URI path and the group name in the access token scope (gname) are not required to coincide, specify the mechanism to map the GROUPNAME value in the URI to the group name: not applicable; a perfect matching is required.</li>
        <li>REQ8: Define whether the KDC has an authentication credential and if this has to be provided through the 'kdc_cred' parameter : Optional, see <xref target="join-response"/> of this document.</li>
        <li>REQ9: Specify if any part of the KDC interface as defined in <xref target="I-D.ietf-ace-key-groupcomm"/> is not supported by the KDC: Some left optional, see <xref target="kdc-interface"/> of this document.</li>
        <li>REQ10: Register a Resource Type for the root url-path, which is used to discover the correct url to access at the KDC : the Resource Type (rt=) Link Target Attribute value "core.ps.gm" is registered in Section <xref target="core_rt"/>.
ToDo: This possibly will not stay as the final method, KDC discovery done differently through topic discovery?</li>
        <li>REQ11: Define what specific actions (e.g., CoAP methods) are allowed on each resource provided by the KDC interface, depending on whether the Client is a current group member; the roles that a Client is authorized to take as per the obtained access token;  and the roles that the Client has as current group member.: See <xref target="kdc-interface"/> of this document.</li>
        <li>REQ12: Categorize possible newly defined operations for Clients into primary operations expected to be minimally supported and secondary operations, and provide accompanying considerations: None added.</li>
        <li>REQ13: Specify the encoding of group identifier: CBOR byte string, with value used also to identify the current group key used in the security group (see <xref target="join-response"/>).</li>
        <li>REQ14: Specify the approaches used to compute and verify the PoP evidence to include in 'client_cred_verify', and which of those approaches is used in which case: See <xref target="pop"/> in this document.</li>
        <li>REQ15: Specify how the nonce N_S is generated, if the token is not provided to the KDC through the Token Transfer Request to the authz-info endpoint (e.g., if it is used directly to validate TLS
instead): See <xref target="pop"/> in this document.</li>
        <li>REQ16: Define the initial value of the 'num' parameter: The initial value MUST be set to 0.</li>
        <li>REQ17: Specify the format of the 'key' parameter: See <xref target="join-response"/>.</li>
        <li>REQ18: Specify the acceptable values of the 'gkty' parameter: Group_PubSub_Keying_Material, see <xref target="iana-ace-groupcomm-key"/>.</li>
        <li>REQ19: Specify and register the application profile identifier: coap_group_pubsub_app, see <xref target="iana-profile"/>.</li>
        <li>REQ20: If used, specify the format and content of 'group_policies' and its entries.  Specify the policies default values: ToDo.</li>
        <li>REQ21: Specify the approaches used to compute and verify the PoP evidence to include in 'kdc_cred_verify', and which of those approaches is used in which case: see <xref target="join-response"/>.</li>
        <li>REQ22: Specify the communication protocol the members of the group must use.: CoAP <xref target="RFC7252"/>, and for
pub/sub communication <xref target="I-D.ietf-core-coap-pubsub"/></li>
        <li>REQ23: Specify the security protocol the group members must use to protect their communication. This must provide encryption, integrity and replay protection.: Symmetric COSE Key is used to create a COSE_Encrypt0 object with an AEAD algorithm specified by the KDC.</li>
        <li>REQ24: Specify how the communication is secured between Client and KDC.  Optionally, specify transport profile of ACE <xref target="RFC9200"/> to use between Client and KDC.: ACE transport profile such as DTLS <xref target="RFC9202"/> or OSCORE <xref target="RFC9203"/>.</li>
        <li>REQ25: Specify the format of the identifiers of group members.: the Sender ID defined in <xref target="join-response"/>.</li>
        <li>REQ26: Specify policies at the KDC to handle ids that are not included in 'get_creds'.: See <xref target="query"/>.</li>
        <li>REQ27: Specify the format of newly-generated individual keying material for group members, or of the information to derive it, and corresponding CBOR label.: Not applicable.</li>
        <li>REQ28: Specify which CBOR tag is used for identifying the semantics of binary scopes, or register a new CBOR tag if a suitable one does not exist already.: See <xref target="as-response"/> and <xref target="content_format"/> of this document.</li>
        <li>REQ29: Categorize newly defined parameters according to the same criteria of <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.:  A Publisher Client MUST support 'group_SenderId' in 'key'; see <xref target="join-response"/></li>
        <li>REQ30: Define whether Clients must, should or may support the conditional parameters defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, and under which circumstances.: A Publisher Client MUST support the client_cred', 'cnonce', and 'client_cred_verify' parameters; see <xref target="join-request"/>. A Publisher Client that provides the token to the KDC, through the authz-info endpoint, MUST support the parameter 'kdcchallenge'; see <xref target="token-post"/>.</li>
        <li>OPT1: Optionally, if the textual format of 'scope' is used, specify CBOR values to use for abbreviating the role identifiers in the group: No.</li>
        <li>OPT2: Optionally, specify the additional parameters used in the exchange of Token Transfer Request and Response : No.</li>
        <li>OPT3: Optionally, specify the negotiation of parameter values for signature algorithm and signature keys, if 'sign_info' is not used: See <xref target="token-post"/>.</li>
        <li>OPT4: Optionally, specify possible or required payload formats for specific error cases.: See <xref target="join-error"/>.</li>
        <li>OPT5: Optionally, specify additional identifiers of error types, as values of the 'error' field in an error response from the KDC: No.</li>
        <li>OPT6: Optionally, specify the encoding of 'creds_repo' if the default is not used: No.</li>
        <li>OPT7: Optionally, specify the functionalities implemented at the 'control_uri' resource hosted at the Client, including message exchange encoding and other details.: No.</li>
        <li>OPT8: Optionally, specify the behavior of the handler in case of failure to retrieve an authentication credential for the specific node: The KDC MUST reply with a 4.00 (Bad Request) error response to the Join Request; see <xref target="join-error"/>.</li>
        <li>OPT9: Optionally, define a default group rekeying scheme, to refer to in case the 'rekeying_scheme' parameter is not included in the Join Response: the "Point-to-Point" rekeying scheme registered in Section 11.12 of
<xref target="I-D.ietf-ace-key-groupcomm"/>.</li>
        <li>OPT10: Optionally, specify the functionalities implemented at the 'control_group_uri' resource hosted at the Client, including message exchange encoding and other details. : No.</li>
        <li>OPT11: Optionally, specify policies that instruct Clients to retain messages and for how long, if they are unsuccessfully decrypted.: No.</li>
        <li>OPT12: Optionally, specify for the KDC to perform group rekeying (together or instead of renewing individual keying material) when receiving a Key Renewal Request: ToDo.</li>
        <li>OPT13: Optionally, specify how the identifier of a group member's authentication credential is included in requests sent to other group members: No.</li>
        <li>OPT14: Optionally, specify additional information to include in rekeying messages for the "Point-to-Point" group rekeying scheme: ToDo.</li>
        <li>OPT15: Optionally, specify if Clients must or should support any of the parameters defined as optional in <xref target="I-D.ietf-ace-key-groupcomm"/>: No.</li>
      </ul>
    </section>
    <section anchor="sec-document-updates">
      <name>Document Updates</name>
      <t>RFC EDITOR: PLEASE REMOVE THIS SECTION.</t>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>Revised presentation of the scope format.</li>
          <li>Revised presentation of the Join Request-Response exchange.</li>
          <li>The 'cnonce' parameter must be present in the Join Request.</li>
          <li>The 'kid' of the group key is used as Group Identifier.</li>
          <li>Relaxed inclusion of the 'peer_roles' parameter.</li>
          <li>More detailed description of the encryption and signing operations.</li>
          <li>Defined construction of the AEAD nonce.</li>
          <li>Clarifications and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>Revised abstract and introduction.</li>
          <li>Clarified use of "application groups".</li>
          <li>Revised use of protocols and transport profiles with Broker and KDC.</li>
          <li>Revised overview of the profile and its security associations.</li>
          <li>Revised presentation of authorization flow.</li>
          <li>Subscribers cannot be anonymous anymore.</li>
          <li>Revised scope definition.</li>
          <li>Revised Join Response.</li>
          <li>Revised COSE countersignature, COSE encrypt objects.</li>
          <li>Further clarifications, fixes and editorial improvements.</li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors wish to thank <contact fullname="Ari Keränen"/>, <contact fullname="John Preuß Mattsson"/>, <contact fullname="Jim Schaad"/>, <contact fullname="Ludwig Seitz"/>, and <contact fullname="Göran Selander"/> for the useful discussion and reviews that helped shape this document.</t>
      <t>The work on this document has been partly supported by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
n0PfE2Z5BqyFTtUlD2qMDwrKfSbPXlfligKPn+1QqiJHVk6w8CsLmYImXnWB
21cWGKujlI6iWqyfLKr80rMXli8OJxTklWaXh0oCbl6m87L9Mij48JdlEasx
ogWeYlcCpNXsd9/Z7my+XxRSzx6jvlCDz1wWQFhkxXwJSHbr+E57ORj2pMyl
kngf8pOK1ZAdrYHc3EgecAOSFimiClx/jLzC6kUdq6DdmVD3SHjwIZIa/8YX
NY6Ca1agasRgR2XIvI/RLx1kh7p76X9vWXprOHjnHjhA3KZTrsya/InhTmpu
MPWSNOfb42QLOp5JoBgnjbgQ7S65oivmWuUHKvWi0akV55GPjauW4J7WoQfX
J/V24Ew+G00W4ywO6mCuHkkVcfxxy4q395WVoPq6uZ+o7A8ykktZpuScrngS
I4FivGWUZe82h8IaXzWkYXK3aLeg9xxfSrwAf6xVCKzgz+p1uAjLejru0QdU
MCqvHGC8BKzhWsNTWux3NqyjY2GSL7F6VauuiF8eX4+7LE5gd6Z1K1khb+W5
F7d1Jjy3J4U2mHfKfi5Ami5v+UWp6paqrbRMb5nRCycjiY+Pn1kVUiPA7GyS
HBy/7L9993z47nn/u9OTd28xlSuU0AleoksA0ilcAe9OOQ5hbOSLJhnLcgKO
IcWeP3DcK31vQsKNdCwMXy4QTHSZzDLECYqdSiOLijM3SKEukzbpdQXNWvP1
mMgwhJHTSKkwgFprI9C5UBnCsAZbs1CDcpc4SoLvtitRghrBsVibtD4L4kta
ZSZHANP/WTidF1iKIIuZA2UkVhnX/6Hj8bl5WC7iJs0nWjSMWYOw7nuJNxMP
6Rp8usfHG1d+vBNB8vG69IZVxjKyMAsacl1Hj698E8V+HhwS0/bOonVUbY12
dvfiVyRQwjlQKVKqo0NUQkB1lc2w9j1eC74grUanhK7Nd/zsr8+KHBZ4hvf8
t8lvkr98k/zFfPTXv0YDfP0VTsR3WUhOfOFdci5DiIlD5R+lG578ADP9YKf6
4a++mDPFikffJhlbJeNaEYjzOlNd3raJ+G11UolwZh8IVq4O5CrSItTUHKbP
ny0aiGLXpYGPDTuA5WzXBfJUFywf74rrWxUX/4mXzFCtrQ0E1AYVFWvqPJ26
GlVpahCDLeJr20jnWqsPRkSC7MNqLzILdsGWZuXGdobWG1g2fhKsezHDmoZ0
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
Yxn0/wILuzGpSUQBAA==

-->

</rfc>
