<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.0.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-tiloca-core-oscore-discovery-13" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.3 -->
  <front>
    <title abbrev="OSCORE group discovery with the CoRE RD">Discovery of OSCORE Groups with the CoRE Resource Directory</title>
    <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-discovery-13"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="C." surname="Amsuess" fullname="Christian Amsuess">
      <organization/>
      <address>
        <postal>
          <street>Hollandstr. 12/4</street>
          <city>Vienna</city>
          <code>1020</code>
          <country>Austria</country>
        </postal>
        <email>christian@amsuess.com</email>
      </address>
    </author>
    <author initials="P." surname="van der Stok" fullname="Peter van der Stok">
      <organization>Consultant</organization>
      <address>
        <phone>+31-492474673 (Netherlands), +33-966015248 (France)</phone>
        <email>stokcons@bbhmail.nl</email>
      </address>
    </author>
    <date year="2023" month="March" day="08"/>
    <area>Applications</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>Group communication over the Constrained Application Protocol (CoAP) can be secured by means of Group Object Security for Constrained RESTful Environments (Group OSCORE). At deployment time, devices may not know the exact security groups to join, the respective Group Manager, or other information required to perform the joining process. This document describes how a CoAP endpoint can use descriptions and links of resources registered at the CoRE Resource Directory to discover security groups and to acquire information for joining them through the respective Group Manager. A given security group may protect multiple application groups, which are separately announced in the Resource Directory as sets of endpoints sharing a pool of resources. This approach is consistent with, but not limited to, the joining of security groups based on the ACE framework for Authentication and Authorization in constrained environments.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
  Constrained RESTful Environments Working Group mailing list (core@ietf.org),
  which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://gitlab.com/crimson84/draft-tiloca-core-oscore-discovery"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> supports group communication over IP multicast <xref target="I-D.ietf-core-groupcomm-bis"/> to improve efficiency and latency of communication and reduce bandwidth requirements. A set of CoAP endpoints constitutes an application group by sharing a common pool of resources, that can be efficiently accessed through group communication. The members of an application group may be members of a security group, thus sharing a common set of keying material to secure group communication.</t>
      <t>The security protocol Group Object Security for Constrained RESTful Environments (Group OSCORE) <xref target="I-D.ietf-core-oscore-groupcomm"/> builds on OSCORE <xref target="RFC8613"/> and protects CoAP messages end-to-end in group communication contexts through CBOR Object Signing and Encryption (COSE) <xref target="RFC9052"/><xref target="RFC9053"/>. An application group may rely on one or more security groups, and a same security group may be used by multiple application groups at the same time.</t>
      <t>A CoAP endpoint relies on a Group Manager (GM) to join a security group and get the group keying material. The joining process in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> is based on the ACE framework for Authentication and Authorization in constrained environments <xref target="RFC9200"/>, with the joining endpoint and the GM acting as ACE Client and Resource Server, respectively. That is, the joining endpoint accesses the group-membership resource exported by the GM and associated with the security group to join.</t>
      <t>Typically, devices store a static X509 IDevID certificate installed at manufacturing time <xref target="RFC8995"/>. This is used at deployment time during an enrollment process that provides the devices with an Operational Certificate, possibly updated during the device lifetime. Operational Certificates may specify information to join security groups, especially a reference to the group-membership resources to access at the respective GMs.</t>
      <t>However, it is usually impossible to provide such precise information to freshly deployed devices, as part of their (early) Operational Certificate. This can be due to a number of reasons: (1) the security group(s) to join and the responsible GM(s) are generally unknown at manufacturing time; (2) a security group of interest is created, or the responsible GM is deployed, only after the device is enrolled and fully operative in the network; (3) information related to existing security groups or to their GMs has changed. This requires a method for CoAP endpoints to dynamically discover security groups and their GM, and to retrieve relevant information about deployed groups.</t>
      <t>To this end, CoAP endpoints can use descriptions and links of group-membership resources at GMs, to discover security groups and retrieve the information required for joining them. With the discovery process of security groups expressed in terms of links to resources, the remaining problem is the discovery of those links. The CoRE Resource Directory (RD) <xref target="RFC9176"/> allows such discovery in an efficient way, and it is expected to be used in many setups that would benefit of security group discovery.</t>
      <t>This specification builds on this approach and describes how CoAP endpoints can use the RD to perform the link discovery steps, in order to discover security groups and retrieve the information required to join them through their GM. In short, the GM registers as an endpoint with the RD. The resulting registration resource includes one link per security group under that GM, specifying the path to the related group-membership resource to access for joining that group.</t>
      <t>Additional descriptive information about the security group is stored with the registered link. In a RD based on Link Format <xref target="RFC6690"/> as defined in <xref target="RFC9176"/>, this information is specified as target attributes of the registered link, and includes the identifiers of the application groups which use that security group. This enables a lookup of those application groups at the RD, where they are separately announced by a Commissioning Tool (see Appendix A of <xref target="RFC9176"/>).</t>
      <t>When querying the RD for security groups, a CoAP endpoint can use CoAP observation <xref target="RFC7641"/>. This results in automatic notifications on the creation of new security groups or the update of existing groups. Thus, it facilitates the early deployment of CoAP endpoints, i.e., even before the GM is deployed and security groups are created.</t>
      <t>Interaction examples are provided in Link Format, as well as in the Constrained RESTful Application Language CoRAL <xref target="I-D.ietf-core-coral"/> with reference to a CoRAL-based RD <xref target="I-D.hartke-t2trg-coral-reef"/>. While all the CoRAL examples show the CoRAL textual serialization format, its binary serialization format is used on the wire.</t>
      <t>[ NOTE:</t>
      <t>The reported CoRAL examples are based on the textual representation used until  version -03 of <xref target="I-D.ietf-core-coral"/>. These will be revised to use the CBOR diagnostic notation instead.</t>
      <t>]</t>
      <t>The approach in this document is consistent with, but not limited to, the joining of security groups defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
        <t>This specification requires readers to be familiar with the terms and concepts discussed in <xref target="RFC9176"/> and <xref target="RFC6690"/>, as well as in <xref target="I-D.ietf-core-coral"/>. Readers should also be familiar with the terms and concepts discussed in <xref target="RFC7252"/><xref target="I-D.ietf-core-groupcomm-bis"/>, <xref target="I-D.ietf-core-oscore-groupcomm"/> and <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
        <t>Terminology for constrained environments, such as "constrained device" and "constrained-node network", is defined in <xref target="RFC7228"/>.</t>
        <t>Consistently with the definitions from <xref section="2.1" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, this document also refers to the following terminology.</t>
        <ul spacing="normal">
          <li>CoAP group: a set of CoAP endpoints all configured to receive CoAP multicast messages sent to the group's associated IP multicast address and UDP port. An endpoint may be a member of multiple CoAP groups by subscribing to multiple IP multicast addresses.</li>
          <li>
            <t>Security group: a set of CoAP endpoints that share the same security material, and use it to protect and verify exchanged messages. A CoAP endpoint may be a member of multiple security groups. There can be a one-to-one or a one-to-many relation between security groups and CoAP groups.  </t>
            <t>
This document especially considers a security group to be an OSCORE group, where all members share one OSCORE Security Context to protect group communication with Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>. However, the approach defined in this document can be used to support the discovery of different security groups than OSCORE groups.</t>
          </li>
          <li>Application group: a set of CoAP endpoints that share a common set of resources. An endpoint may be a member of multiple application groups. An application group can be associated with one or more security groups, and multiple application groups can use the same security group. Application groups are announced in the RD by a Commissioning Tool, according to the RD-Groups usage pattern (see Appendix A of <xref target="RFC9176"/>).</li>
        </ul>
        <t>Like <xref target="I-D.ietf-core-oscore-groupcomm"/>, this document also uses the following term.</t>
        <ul spacing="normal">
          <li>Authentication credential: set of information associated with an entity, including that entity's public key and parameters associated with the public key. Examples 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"/>.</li>
        </ul>
      </section>
    </section>
    <section anchor="sec-GM-registration">
      <name>Registration of Group Manager Endpoints</name>
      <t>During deployment, a Group Manager (GM) can find the CoRE Resource Directory (RD) as described in <xref section="4" sectionFormat="of" target="RFC9176"/>.</t>
      <t>Afterwards, the GM registers as an endpoint with the RD, as described in <xref section="5" sectionFormat="of" target="RFC9176"/>. The GM SHOULD NOT use the Simple Registration approach described in <xref section="5.1" sectionFormat="of" target="RFC9176"/>.</t>
      <t>When registering with the RD, the GM also registers the links to all the group-membership resources it has at that point in time, i.e., one for each of its security groups.</t>
      <t>In the registration request, each link to a group-membership resource has as target the URI of that resource at the GM. Also, it specifies a number of descriptive parameters as defined in <xref target="ssec-parameters"/>.</t>
      <t>Furthermore, the GM MAY additionally register the link to its resource implementing the ACE authorization information endpoint (see <xref section="5.10.1" sectionFormat="of" target="RFC9200"/>). A joining node can provide the GM with its own access token by sending it in a request targeting that resource, thus proving to be authorized to join certain security groups (see <xref section="6.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). In such a case, the link MUST include the parameter 'rt' with value "ace.ai", defined in <xref section="8.2" sectionFormat="of" target="RFC9200"/>.</t>
      <section anchor="ssec-parameters">
        <name>Parameters</name>
        <t>For each registered link to a group-membership resource at a GM, the following parameters are specified together with the link.</t>
        <t>In the RD defined in <xref target="RFC9176"/> and based on Link Format, each parameter is specified in a target attribute with the same name.</t>
        <t>In a RD based on CoRAL, such as the one defined in <xref target="I-D.hartke-t2trg-coral-reef"/>, each parameter is specified in a nested element with the same name.</t>
        <ul spacing="normal">
          <li>
            <t>'ct', specifying the content format used with the group-membership resource at the Group Manager, with value "application/ace-groupcomm+cbor" registered in <xref section="8.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.  </t>
            <t>
Note: The examples in this document use the provisional value 65000 from the range "Reserved for Experimental Use" of the "CoAP Content-Formats" registry, within the "CoRE Parameters" registry.</t>
          </li>
          <li>'rt', specifying the resource type of the group-membership resource at the Group Manager, with value "core.osc.gm" registered in <xref section="25.11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
          <li>'if', specifying the interface description for accessing the group-membership resource at the Group Manager, with value "ace.group" registered in <xref section="8.10" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</li>
          <li>'sec-gp', specifying the name of the security group of interest, as a stable and invariant identifier, such as the group name used in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. This parameter MUST specify a single value.</li>
          <li>
            <t>'app-gp', specifying the name(s) of the application group(s) associated with the security group of interest indicated by 'sec-gp'. This parameter MUST occur once for each application group, and MUST specify only a single application group.  </t>
            <t>
When a security group is created at the GM, the names of the application groups using it are also specified as part of the security group configuration (see <xref target="I-D.ietf-ace-oscore-gm-admin"/>). Thus, when registering the links to its group-membership resource, the GM is aware of the application groups and their names.  </t>
            <t>
If a different entity than the GM registers the security groups to the RD, e.g., a Commissioning Tool, this entity has to also be aware of the application groups and their names to specify. To this end, it can obtain them from the GM or from the Administator that created the security groups at the GM (see <xref target="I-D.ietf-ace-oscore-gm-admin"/>).</t>
          </li>
        </ul>
        <t>Optionally, the following parameters can also be specified. If Link Format is used, the value of each of these parameters is encoded as a text string.</t>
        <ul spacing="normal">
          <li>'hkdf', specifying the HKDF Algorithm used in the security group. If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>.</li>
          <li>
            <t>'cred-fmt', specifying the format of the authentication credentials used in the security group. If present, this parameter MUST specify a single value, which is taken from the 'Label' column of the "COSE Header Parameters" Registry <xref target="COSE.Header.Parameters"/>. Acceptable values denote a format 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).  </t>
            <t>
At the time of writing this specification, acceptable formats of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claim 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.  </t>
            <t>
[ As to CWTs and unprotected CWT claim sets, there is a pending registration requested by draft-ietf-lake-edhoc. ]  </t>
            <t>
[ As to C509 certificates, there is a pending registration requested by draft-ietf-cose-cbor-encoded-cert. ]</t>
          </li>
          <li>'sign-enc-alg', specifying the encryption algorithm used to encrypt messages in the security group, when these are also signed, e.g., as in the group mode of Group OSCORE (see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>.</li>
          <li>'sign-alg', specifying the algorithm used to sign messages in the security group. If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>.</li>
          <li>'sign-alg-crv', specifying the elliptic curve (if applicable) for the algorithm used to sign messages in the security group. If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Elliptic Curves" Registry <xref target="COSE.Elliptic.Curves"/>.</li>
          <li>'sign-key-kty', specifying the key type of signing keys used to sign messages in the security group. If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Key Types" Registry <xref target="COSE.Key.Types"/>.</li>
          <li>'sign-key-crv', specifying the elliptic curve (if applicable) of signing keys used to sign messages in the security group. If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Elliptic Curves" Registry <xref target="COSE.Elliptic.Curves"/>.</li>
          <li>'alg', specifying the encryption algorithm used to encrypt messages in the security group, when these are encrypted with pairwise encryption keys, e.g., as in the pairwise mode of Group OSCORE (see <xref section="9" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>.</li>
          <li>'ecdh-alg', specifying the ECDH algorithm used to derive pairwise encryption keys in the security group, e.g., as for the pairwise mode of Group OSCORE (see <xref section="2.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>.</li>
          <li>'ecdh-alg-crv', specifying the elliptic curve for the ECDH algorithm used to derive pairwise encryption keys in the security group. If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Elliptic Curves" Registry <xref target="COSE.Elliptic.Curves"/>.</li>
          <li>'ecdh-key-kty', specifying the key type of keys used with an ECDH algorithm to derive pairwise encryption keys in the security group. If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Key Types" Registry <xref target="COSE.Key.Types"/>.</li>
          <li>'ecdh-key-crv', specifying the elliptic curve of keys used with an ECDH algorithm to derive pairwise encryption keys in the security group. If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Elliptic Curves" Registry <xref target="COSE.Elliptic.Curves"/>.</li>
          <li>'det-hash-alg', specifying the hash algorithm used in the security group when producing deterministic requests, as defined in <xref target="I-D.amsuess-core-cachable-oscore"/>. If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>. This parameter MUST NOT be present if the security group does not use deterministic requests.</li>
          <li>'rekeying-scheme', specifying the rekeying scheme used in the security group for distributing new group keying meterial to the group members. If present, this parameter MUST specify a single value, which is taken from the 'Value' column of the "ACE Groupcomm Rekeying Schemes" registry defined in <xref section="11.14" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</li>
        </ul>
        <t>If the security group does not recur to message signing, then the parameters 'sign-enc-alg', 'sign-alg', 'sign-alg-crv', 'sign-key-kty' and 'sign-key-crv' MUST NOT be present. For instance, this is the case for a security group that uses Group OSCORE and uses only the pairwise mode (see <xref section="9" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
        <t>If the security group does not recur to message encryption through pairwise encryption keys, then the parameters 'alg', 'ecdh-alg', 'ecdh-alg-crv', 'ecdh-key-kty' and 'ecdh-key-crv' MUST NOT be present. For instance, this is the case for a security group that uses Group OSCORE and uses only the group mode see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
        <t>Note that the values registered in the COSE Registries <xref target="COSE.Algorithms"/><xref target="COSE.Elliptic.Curves"/><xref target="COSE.Key.Types"/> are strongly typed. On the contrary, Link Format is weakly typed and thus does not distinguish between, for instance, the string value "-10" and the integer value -10.</t>
        <t>Thus, in RDs that return responses in Link Format, string values which look like an integer are not supported. Therefore, such values MUST NOT be advertised through the corresponding parameters above.</t>
        <t>A CoAP endpoint that queries the RD to discover security groups and their group-membership resource to access (see <xref target="sec-group-discovery"/>) would benefit from the information above as follows.</t>
        <ul spacing="normal">
          <li>
            <t>The values of 'cred-fmt', 'sign-alg', 'sign-alg-crv', 'sign-key-kty', 'sign-key-crv', 'ecdh-alg', 'ecdh-alg-crv', 'ecdh-key-kty' and 'ecdh-key-crv' related to a group-membership resource provide an early knowledge of the format of authentication credentials as well as of the type of public keys used in the security group.  </t>
            <t>
Thus, the CoAP endpoint does not need to ask the GM for this information as a preliminary step before the joining process, or to perform a trial-and-error joining exchange with the GM. Hence, at the very first step of the joining process, the CoAP endpoint is able to provide the GM with its own authentication credential in the correct expected format and including a public key of the correct expected type.</t>
          </li>
          <li>
            <t>The values of 'hkdf', 'sign-enc-alg', 'sign-alg', 'alg' and 'ecdh-alg' related to a group-membership resource provide an early knowledge of the algorithms used in the security group.  </t>
            <t>
Thus, the CoAP endpoint is able to decide whether to actually proceed with the joining process, depending on its support for the indicated algorithms.</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-link-as">
        <name>Relation Link to Authorization Server</name>
        <t>For each registered link to a group-membership resource, the GM MAY additionally specify the link to the ACE Authorization Server (AS) <xref target="RFC9200"/> associated with the GM, and issuing authorization credentials to join the security group as described in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
        <t>The link to the AS has as target the URI of the resource where to send an authorization request to.</t>
        <t>In the RD defined in <xref target="RFC9176"/> and based on Link Format, the link to the AS is separately registered with the RD, and includes the following parameters as target attributes.</t>
        <ul spacing="normal">
          <li>'rel', with value "authorization_server".</li>
          <li>'anchor', with value the target of the link to the group-membership resource at the GM.</li>
        </ul>
        <t>In a RD based on CoRAL, such as the one defined in <xref target="I-D.hartke-t2trg-coral-reef"/>, this is mapped (as describe there) to a link from the registration resource to the AS, using the &lt;http://www.iana.org/assignments/relation/authorization_server&gt; link relation type.</t>
      </section>
      <section anchor="ssec-registration--ex">
        <name>Registration Example</name>
        <t>The example below shows a GM with endpoint name "gm1" and address 2001:db8::ab that registers with the RD.</t>
        <t>The GM specifies the value of the 'sec-gp' parameter for accessing the security group with name "feedca570000", and used by the application group with name "group1" specified with the value of the 'app-gp' parameter.</t>
        <t>The signature algorithm used in the security group is EdDSA (-8), with elliptic curve Ed25519 (6). Authentication credentials used in the security group are X.509 certificates <xref target="RFC7925"/>, which is signaled through the COSE Header Parameter "x5chain" (33). The ECDH algorithm used in the security group is ECDH-SS + HKDF-256 (-27), with elliptic curve X25519 (4).</t>
        <t>In addition, the GM specifies the link to the ACE Authorization Server associated with the GM, to which a CoAP endpoint should send an Authorization Request for joining the corresponding security group (see <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
        <section anchor="sssec-registration--ex-link-format">
          <name>Example in Link Format</name>
          <t>Request:  GM -&gt; RD</t>
          <artwork><![CDATA[
Req: POST coap://rd.example.com/rd?ep=gm1
Content-Format: 40
Payload:
</ace-group/feedca570000>;ct=65000;rt="core.osc.gm";if="ace.group";
                             sec-gp="feedca570000";app-gp="group1";
                             cred-fmt="33";sign-enc-alg="10";
                             sign-alg="-8";sign-alg-crv="6";
                             alg="10";ecdh-alg="-27";ecdh-alg-crv="4",
<coap://as.example.com/token>;rel="authorization-server";
      anchor="coap://[2001:db8::ab]/ace-group/feedca570000"
]]></artwork>
          <t>Response:  RD -&gt; GM</t>
          <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/4521
]]></artwork>
        </section>
        <section anchor="example-in-coral">
          <name>Example in CoRAL</name>
          <t>Request:  GM -&gt; RD</t>
          <artwork><![CDATA[
Req: POST coap://rd.example.com/rd?ep=gm1
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using <http://coreapps.org/core.oscore-discovery#>
#using reef = <http://coreapps.org/reef#>
#using iana = <http://www.iana.org/assignments/relation/>

#base <coap://[2001:db8::ab]/>
reef:rd-item </ace-group/feedca570000> {
   reef:ct 65000
   reef:rt "core.osc.gm"
   reef:if "ace.group"
   sec-gp "feedca570000"
   app-gp "group1"
   cred-fmt 33
   sign-enc-alg 10
   sign-alg -8
   sign-alg-crv 6
   alg 10
   ecdh-alg -27
   ecdh-alg-crv 4
   iana:authorization-server <coap://as.example.com/token>
}
]]></artwork>
          <t>Response:  RD -&gt; GM</t>
          <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/4521
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="sec-update-addition">
      <name>Addition and Update of Security Groups</name>
      <t>The GM is responsible to refresh the registration of all its group-membership resources in the RD. This means that the GM has to update the registration within its lifetime as per <xref section="5.3.1" sectionFormat="of" target="RFC9176"/>, and has to change the content of the registration when a group-membership resource is added/removed, or if its parameters have to be changed, such as in the following cases.</t>
      <ul spacing="normal">
        <li>The GM creates a new security group and starts exporting the related group-membership resource.</li>
        <li>The GM dismisses a security group and stops exporting the related group-membership resource.</li>
        <li>Information related to an existing security group changes, e.g., the list of associated application groups.</li>
      </ul>
      <t>To perform an update of its registrations, the GM can re-register with the RD and fully specify all links to its group-membership resources.</t>
      <t>Alternatively, the GM can perform a PATCH/iPATCH <xref target="RFC8132"/> request to the RD, as per <xref section="5.3.3" sectionFormat="of" target="RFC9176"/>. This requires new media-types to be defined in future standards, to apply a new document as a patch to an existing stored document.</t>
      <section anchor="ssec-addition--ex">
        <name>Addition Example</name>
        <t>The example below shows how the GM from <xref target="sec-GM-registration"/> re-registers with the RD. When doing so, it specifies:</t>
        <ul spacing="normal">
          <li>The same previous group-membership resource associated with the security group with name "feedca570000".</li>
          <li>An additional group-membership resource associated with the security group with name "ech0ech00000" and used by the application group "group2".</li>
          <li>A third group-membership resource associated with the security group with name "abcdef120000" and used by two application groups, namely "group3" and "group4".</li>
        </ul>
        <t>Furthermore, the GM relates the same Authorization Server also to the security groups "ech0ech00000" and "abcdef120000".</t>
        <section anchor="example-in-link-format">
          <name>Example in Link Format</name>
          <t>Request:  GM -&gt; RD</t>
          <artwork><![CDATA[
Req: POST coap://rd.example.com/rd?ep=gm1
Content-Format: 40
Payload:
</ace-group/feedca570000>;ct=65000;rt="core.osc.gm";if="ace.group";
                             sec-gp="feedca570000";app-gp="group1";
                             cred-fmt="33";sign-enc-alg="10";
                             sign-alg="-8";sign-alg-crv="6";
                             alg="10";ecdh-alg="-27";ecdh-alg-crv="4",
</ace-group/ech0ech00000>;ct=65000;rt="core.osc.gm";if="ace.group";
                             sec-gp="ech0ech00000";app-gp="group2";
                             cred-fmt="33";sign-enc-alg="10";
                             sign-alg="-8";sign-alg-crv="6";
                             alg="10";ecdh-alg="-27";ecdh-alg-crv="4",
</ace-group/abcdef120000>;ct=65000;rt="core.osc.gm";if="ace.group";
                             sec-gp="abcdef120000";app-gp="group3";
                             app-gp="group4";cred-fmt="33";
                             sign-enc-alg="10";sign-alg="-8";
                             sign-alg-crv="6";alg="10";ecdh-alg="-27";
                             ecdh-alg-crv="4",
<coap://as.example.com/token>;rel="authorization-server";
      anchor="coap://[2001:db8::ab]/ace-group/feedca570000",
<coap://as.example.com/token>;rel="authorization-server";
      anchor="coap://[2001:db8::ab]/ace-group/ech0ech00000",
<coap://as.example.com/token>;rel="authorization-server";
      anchor="coap://[2001:db8::ab]/ace-group/abcdef120000"
]]></artwork>
          <t>Response:  RD -&gt; GM</t>
          <artwork><![CDATA[
Res: 2.04 Changed
Location-Path: /rd/4521
]]></artwork>
        </section>
        <section anchor="example-in-coral-1">
          <name>Example in CoRAL</name>
          <t>Request:  GM -&gt; RD</t>
          <artwork><![CDATA[
Req: POST coap://rd.example.com/rd?ep=gm1
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using <http://coreapps.org/core.oscore-discovery#>
#using reef = <http://coreapps.org/reef#>
#using iana = <http://www.iana.org/assignments/relation/>

#base <coap://[2001:db8::ab]/>
reef:rd-item </ace-group/feedca570000> {
   reef:ct 65000
   reef:rt "core.osc.gm"
   reef:if "ace.group"
   sec-gp "feedca570000"
   app-gp "group1"
   cred-fmt 33
   sign-enc-alg 10
   sign-alg -8
   sign-alg-crv 6
   alg 10
   ecdh-alg -27
   ecdh-alg-crv 4
   iana:authorization-server <coap://as.example.com/token>
}
reef:rd-item </ace-group/ech0ech00000> {
   reef:ct 65000
   reef:rt "core.osc.gm"
   reef:if "ace.group"
   sec-gp "ech0ech00000"
   app-gp "group2"
   cred-fmt 33
   sign-enc-alg 10
   sign-alg -8
   sign-alg-crv 6
   alg 10
   ecdh-alg -27
   ecdh-alg-crv 4
   iana:authorization-server <coap://as.example.com/token>
}
reef:rd-item </ace-group/abcdef120000> {
   reef:ct 65000
   reef:rt "core.osc.gm"
   reef:if "ace.group"
   sec-gp "abcdef120000"
   app-gp "group3"
   app-gp "group4"
   cred-fmt 33
   sign-enc-alg 10
   sign-alg -8
   sign-alg-crv 6
   alg 10
   ecdh-alg -27
   ecdh-alg-crv 4
   iana:authorization-server <coap://as.example.com/token>
}
]]></artwork>
          <t>Response:  RD -&gt; GM</t>
          <artwork><![CDATA[
Res: 2.04 Changed
Location-Path: /rd/4521
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="sec-group-discovery">
      <name>Discovery of Security Groups</name>
      <t>A CoAP endpoint that wants to join a security group, hereafter called the joining node, might not have all the necessary information at deployment time. Also, it might want to know about possible new security groups created afterwards by the respective Group Managers.</t>
      <t>To this end, the joining node can perform a resource lookup at the RD as per <xref section="6.1" sectionFormat="of" target="RFC9176"/>, to retrieve the missing pieces of information needed to join the security group(s) of interest. The joining node can find the RD as described in <xref section="4" sectionFormat="of" target="RFC9176"/>.</t>
      <t>The joining node uses the following parameter value for the lookup filtering.</t>
      <ul spacing="normal">
        <li>'rt' = "core.osc.gm", specifying the resource type of the group-membership resource at the Group Manager, with value "core.osc.gm" registered in <xref section="25.11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
      </ul>
      <t>The joining node may additionally consider the following parameters for the lookup filtering, depending on the information it has already available.</t>
      <ul spacing="normal">
        <li>'sec-gp', specifying the name of the security group of interest. This parameter MUST specify a single value.</li>
        <li>'ep', specifying the registered endpoint of the GM.</li>
        <li>'app-gp', specifying the name(s) of the application group(s) associated with the security group of interest. This parameter MAY be included multiple times, and each occurrence MUST specify the name of one application group.</li>
        <li>'if', specifying the interface description for accessing the group-membership resource at the Group Manager, with value "ace.group" registered in <xref section="8.10" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</li>
      </ul>
      <t>The response from the RD may include links to a group-membership resource specifying multiple application groups, as all using the same security group. In this case, the joining node is already expected to know the exact application group of interest.</t>
      <t>Furthermore, the response from the RD may include the links to different group-membership resources, all specifying a same application group of interest for the joining node, if the corresponding security groups are all used by that application group.</t>
      <t>In this case, application policies on the joining node should define how to determine the exact security group to join (see <xref section="2.1" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>). For example, different security groups can reflect different security algorithms to use. Hence, a client application can take into account what the joining node supports and prefers, when selecting one particular security group among the indicated ones, while a server application would need to join all of them. Later on, the joining node will be anyway able to join only security groups for which it is actually authorized to be a member (see <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
      <t>Note that, with RD-based discovery, including the 'app-gp' parameter multiple times would result in finding only the group-membership resource that serves all the specified application groups, i.e., not any group-membership resource that serves either. Therefore, a joining node needs to perform N separate queries with different values for 'app-gp', in order to safely discover the (different) group-membership resource(s) serving the N application groups.</t>
      <t>The discovery of security groups as defined in this document is applicable and useful to other CoAP endpoints than the actual joining nodes. In particular, other entities can be interested to discover and interact with the group-membership resource at the Group Manager. These include entities acting as signature
checkers, e.g., intermediary gateways, that do not join a security group, but can retrieve authentication credentials of group members from the Group Manager, in order to verify counter signatures of group messages (see <xref section="3" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
      <section anchor="ssec-group-discovery-ex1">
        <name>Discovery Example #1</name>
        <t>Consistently with the examples in <xref target="sec-GM-registration"/> and <xref target="sec-update-addition"/>, the examples below consider a joining node that wants to join the security group associated with the application group "group1", but that does not know the name of the security group, the responsible GM and the group-membership resource to access.</t>
        <section anchor="example-in-link-format-1">
          <name>Example in Link Format</name>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res
  ?rt=core.osc.gm&app-gp=group1
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Payload:
<coap://[2001:db8::ab]/ace-group/feedca570000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="feedca570000";
    app-gp="group1";cred-fmt="33";sign-enc-alg="10";
    sign-alg="-8";sign-alg-crv="6";alg="10";
    ecdh-alg="-27";ecdh-alg-crv="4"
]]></artwork>
          <t>By performing the separate resource lookup below, the joining node can retrieve the link to the ACE Authorization Server associated with the GM, where to send an Authorization Request for joining the corresponding security group (see <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res
  ?rel=authorization-server&
   anchor=coap://[2001:db8::ab]/ace-group/feedca570000
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Payload:
<coap://as.example.com/token>;rel=authorization-server;
      anchor="coap://[2001:db8::ab]/ace-group/feedca570000"
]]></artwork>
          <t>To retrieve the multicast IP address of the CoAP group used by the application group "group1", the joining node performs an endpoint lookup as shown below. The following assumes that the application group "group1" had been previously registered as per Appendix A of <xref target="RFC9176"/>, with ff35:30:2001:db8::23 as multicast IP address of the associated CoAP group.</t>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/ep
  ?et=core.rd-group&ep=group1
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Payload:
</rd/501>;ep="group1";et="core.rd-group";
          base="coap://[ff35:30:2001:db8::23]";rt="core.rd-ep"
]]></artwork>
        </section>
        <section anchor="example-in-coral-2">
          <name>Example in CoRAL</name>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res
  ?rt=core.osc.gm&app-gp=group1
Accept: TBD123456 (application/coral+cbor)
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using <http://coreapps.org/core.oscore-discovery#>
#using reef = <http://coreapps.org/reef#>
#using iana = <http://www.iana.org/assignments/relation/>

#base <coap://[2001:db8::ab]/>
reef:rd-item </ace-group/feedca570000> {
   reef:ct 65000
   reef:rt "core.osc.gm"
   reef:if "ace.group"
   sec-gp "feedca570000"
   app-gp "group1"
   cred-fmt 33
   sign-enc-alg 10
   sign-alg -8
   sign-alg-crv 6
   alg 10
   ecdh-alg -27
   ecdh-alg-crv 4
   iana:authorization-server <coap://as.example.com/token>
}
]]></artwork>
          <t>To retrieve the multicast IP address of the CoAP group used by the application group "group1", the joining node performs an endpoint lookup as shown below. The following assumes that the application group "group1" had been previously registered, with ff35:30:2001:db8::23 as multicast IP address of the associated CoAP group.</t>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/ep
  ?et=core.rd-group&ep=group1
Accept: TBD123456 (application/coral+cbor)
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using <http://coreapps.org/core.oscore-discovery#>
#using reef = <http://coreapps.org/reef#>

reef:rd-unit <./rd/501> {
   reef:ep "group1"
   reef:et "core.rd-group"
   reef:base <coap://[ff35:30:2001:db8::23]>
   reef:rt "core.rd-ep"
}
]]></artwork>
        </section>
      </section>
      <section anchor="ssec-group-discovery-ex2">
        <name>Discovery Example #2</name>
        <t>Consistently with the examples in <xref target="sec-GM-registration"/> and <xref target="sec-update-addition"/>, the examples below consider a joining node that wants to join the security group with name "feedca570000", but that does not know the responsible GM, the group-membership resource to access, and the associated application groups.</t>
        <t>The examples also show how the joining node uses CoAP observation <xref target="RFC7641"/>, in order to be notified of possible changes to the parameters of the group-membership resource. This is also useful to handle the case where the security group of interest has not been created yet, so that the joining node can receive the requested information when it becomes available.</t>
        <section anchor="example-in-link-format-2">
          <name>Example in Link Format</name>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res
  ?rt=core.osc.gm&sec-gp=feedca570000
Observe: 0
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Observe: 24
Payload:
<coap://[2001:db8::ab]/ace-group/feedca570000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="feedca570000";
    app-gp="group1";cred-fmt="33";sign-enc-alg="10";
    sign-alg="-8";sign-alg-crv="6";alg="10";
    ecdh-alg="-27";ecdh-alg-crv="4"
]]></artwork>
          <t>Depending on the search criteria, the joining node performing the resource lookup can get large responses. This can happen, for instance, when the lookup request targets all the group-membership resources at a specified GM, or all the group-membership resources of all the registered GMs, as in the example below.</t>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res?rt=core.osc.gm
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Payload:
<coap://[2001:db8::ab]/ace-group/feedca570000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="feedca570000";
    app-gp="group1";cred-fmt="33";sign-enc-alg="10";
    sign-alg="-8";sign-alg-crv="6";alg="10";ecdh-alg="-27";
    ecdh-alg-crv="4",
<coap://[2001:db8::ab]/ace-group/ech0ech00000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="ech0ech00000";
    app-gp="group2";cred-fmt="33";sign-enc-alg="10";
    sign-alg="-8";sign-alg-crv="6";alg="10";ecdh-alg="-27";
    ecdh-alg-crv="4",
<coap://[2001:db8::ab]/ace-group/abcdef120000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="abcdef120000";
    app-gp="group3";app-gp="group4";cred-fmt="33";
    sign-enc-alg="10";sign-alg="-8";sign-alg-crv="6";alg="10";
    ecdh-alg="-27";ecdh-alg-crv="4"
]]></artwork>
          <t>Therefore, it is RECOMMENDED that a joining node which performs a resource lookup with the CoAP Observe option specifies the value of the parameter 'sec-gp' in its GET request sent to the RD.</t>
        </section>
        <section anchor="example-in-coral-3">
          <name>Example in CoRAL</name>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res
  ?rt=core.osc.gm&sec-gp=feedca570000
Accept: TBD123456 (application/coral+cbor)
Observe: 0
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Observe: 24
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using <http://coreapps.org/core.oscore-discovery#>
#using reef = <http://coreapps.org/reef#>
#using iana = <http://www.iana.org/assignments/relation/>

#base <coap://[2001:db8::ab]/>
reef:rd-item </ace-group/feedca570000> {
   reef:ct 65000
   reef:rt "core.osc.gm"
   reef:if "ace.group"
   sec-gp "feedca570000"
   app-gp "group1"
   cred-fmt 33
   sign-enc-alg 10
   sign-alg -8
   sign-alg-crv 6
   alg 10
   ecdh-alg -27
   ecdh-alg-crv 4
   iana:authorization-server <coap://as.example.com/token>
}
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="use-case-example">
      <name>Use Case Example With Full Discovery</name>
      <t>In this section, the discovery of security groups is described to support the installation process of a lighting installation in an office building. The described process is a simplified version of one of many processes.</t>
      <t>The process described in this section is intended as an example and does not have any particular ambition to serve as recommendation or best practice to adopt. That is, it shows a possible workflow involving a Commissioning Tool (CT) used in a certain way, while it is not meant to prescribe how the workflow should necessarily be.</t>
      <t>Assume the existence of four luminaires that are members of two application groups. In the first application group, the four luminaires receive presence messages and light intensity messages from sensors or their proxy. In the second application group, the four luminaires and several other pieces of equipment receive building state schedules.</t>
      <t>Each of the two application groups is associated with a different security group and to a different CoAP group with its own dedicated multicast IP address.</t>
      <t>The Fairhair Alliance describes how a new device is accepted and commissioned in the network <xref target="Fairhair"/>, by means of its certificate stored during the manufacturing process. When commissioning the new device in the installation network, the new device gets a new identity defined by a newly allocated certificate, following the BRSKI specification.</t>
      <t><xref section="7.3" sectionFormat="of" target="RFC9176"/> describes how the CT assigns an endpoint name based on the CN field, (CN=ACME) and the serial number of the certificate (serial number = 123x, with 3 &lt; x &lt; 8). Corresponding ep-names ACME-1234, ACME-1235, ACME-1236 and ACME-1237 are also assumed.</t>
      <t>It is common practice that locations in the building are specified according to a coordinate system. After the acceptance of the luminaires into the installation network, the coordinate of each device is communicated to the CT. This can be done manually or automatically.</t>
      <t>The mapping between location and ep-name is calculated by the CT. For instance, on the basis of grouping criteria, the CT assigns: i) application group "grp_R2-4-015" to the four luminaires; and ii) application group "grp_schedule" to all schedule requiring devices. Also, the device with ep name ACME-123x has been assigned IP address: [2001:db8:4::x]. The RD is assigned IP address: [2001:db8:4:ff]. The used multicast addresses are: [ff05::5:1] and [ff05::5:2].</t>
      <t>The following assumes that each device is pre-configured with the name of the two application groups it belongs to. Additional mechanisms can be defined in the RD, for supporting devices to discover the application groups they belong to.</t>
      <t><xref target="use-case-example-coral"/> provides this same use case example in CoRAL.</t>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>The CT defines the application group "grp_R2-4-015", with resource /light and base address [ff05::5:1], as follows.</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
  ?ep=grp_R2-4-015&et=core.rd-group&base=coap://[ff05::5:1]
Content-Format: 40
Payload:
</light>;rt="oic.d.light"
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/501
]]></artwork>
      <t>Also, the CT defines a second application group "grp_schedule", with resource /schedule and base address [ff05::5:2], as follows.</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
  ?ep=grp_schedule&et=core.rd-group&base=coap://[ff05::5:2]
Content-Format: 40
Payload:
</schedule>;rt="oic.r.time.period"
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/502
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <!--
Consecutively, the CT registers the four devices in the RD (IP address: 2001:db8:4::ff), with their endpoint names and application groups.

The four endpoints are specified as follows, with x = 4, 5, 6, 7, for the two application groups "grp\_R2-4-015" and "grp\_schedule".

Request:  CT -> RD

~~~~~~~~~~~
Req: POST coap://[2001:db8:4::ff]/rd
  ?ep=ACME-123x&base=coap://[2001:db8:4::x]&in-app-gp=grp_R2-4-015&
   in-app-gp=grp_schedule
Content-Format: 40
Payload:
</light>;rt="oic.d.light"
</schedule>;rt="oic.r.time.period"
~~~~~~~~~~~

Response:  RD -> CT

~~~~~~~~~~~
Res: 2.01 Created
Location-Path: /rd/452x
~~~~~~~~~~~

~~~~~~~~~~~
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
~~~~~~~~~~~
-->

<t>Finally, the CT defines the corresponding security groups. In particular, assuming a Group Manager responsible for both security groups and with address [2001:db8::ab], the CT specifies:</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
  ?ep=gm1&base=coap://[2001:db8::ab]
Content-Format: 40
Payload:
</ace-group/feedca570000>;ct=65000;rt="core.osc.gm";if="ace.group";
                          sec-gp="feedca570000";
                          app-gp="grp_R2-4-015",
</ace-group/feedsc590000>;ct=65000;rt="core.osc.gm";if="ace.group";
                          sec-gp="feedsc590000";
                          app-gp="grp_schedule"
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/4521
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <!--
The device with IP address [2001:db8:4::x] can consequently learn the groups to which it belongs. In particular, it first does an ep lookup to the RD to learn the application groups to which it belongs.

Request:  Joining node -> RD

~~~~~~~~~~~
Req: GET coap://[2001:db8:4::ff]/rd-lookup/ep
  ?base=coap://[2001:db8:4::x]
~~~~~~~~~~~

Response:  RD -> Joining node

~~~~~~~~~~~
Res: 2.05 Content
Content-Format: 40
Payload:
<rd/452x>;base=coap://[2001:db8:4::x]&ep=ACME-123x&\
          in-app-gp=grp_R2-4-015,
<rd/456x>;base=coap://[2001:db8:4::x]&ep=ACME-123x&\
          in-app-gp=grp_schedule
~~~~~~~~~~~


To retrieve the multicast IP address of the CoAP group used by the application group "grp\_R2-4-015", the device performs an endpoint lookup as shown below.
-->

<t>The device with IP address [2001:db8:4::x] can retrieve the multicast IP address of the CoAP group used by the application group "grp_R2-4-015", by performing an endpoint lookup as shown below.</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/ep
  ?et=core.rd-group&ep=grp_R2-4-015
]]></artwork>
      <t>Response:  RD -&gt; Joining node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 40
Payload:
</rd/501>;ep="grp_R2-4-015";et="core.rd-group";
          base="coap://[ff05::5:1]";rt="core.rd-ep"
]]></artwork>
      <t>Similarly, to retrieve the multicast IP address of the CoAP group used by the application group "grp_schedule", the device performs an endpoint lookup as shown below.</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/ep
  ?et=core.rd-group&ep=grp_schedule
]]></artwork>
      <t>Response:  RD -&gt; Joining node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 40
Payload:
</rd/502>;ep="grp_schedule";et="core.rd-group";
          base="coap://[ff05::5:2]";rt="core.rd-ep"
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <!--Having learnt the application groups to which the device belongs-->
<t>Consequently, the device learns the security groups it has to join. In particular, it does the following for app-gp="grp_R2-4-015".</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/res
  ?rt=core.osc.gm&app-gp=grp_R2-4-015
]]></artwork>
      <t>Response:  RD -&gt; Joining Node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 40
Payload:
<coap://[2001:db8::ab]/ace-group/feedca570000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="feedca570000";
    app-gp="grp_R2-4-015"
]]></artwork>
      <t>Similarly, the device does the following for app-gp="grp_schedule".</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/res
  ?rt=core.osc.gm&app-gp=grp_schedule
]]></artwork>
      <t>Response:  RD -&gt; Joining Node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 40
Payload:
<coap://[2001:db8::ab]/ace-group/feedsc590000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="feedsc590000";
    app-gp="grp_schedule"
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>After this last discovery step, the device can ask permission to join the security groups, and effectively join them through the Group Manager, e.g., according to <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations as described in <xref section="8" sectionFormat="of" target="RFC9176"/> apply here as well.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <t>Note to RFC Editor: Please replace all occurrences of "[RFC-XXXX]" with the RFC number of this specification and delete this paragraph.</t>
      <section anchor="iana-link-relation-type">
        <name>Link Relation Type Registry</name>
        <t>IANA is asked to register the following entry in the "Link Relation Type" registry as per <xref target="RFC8288"/>.</t>
        <artwork><![CDATA[
Relation Name: authorization-server
Description: Refers to a resource at an Authorization Server
             for requesting an authorization credential
             to access the link's context
Reference: [RFC-XXXX]
Notes: None
Application Data: None
]]></artwork>
      </section>
      <section anchor="iana-target-attributes">
        <name>Target Attributes Registry</name>
        <t>IANA is asked to register the following entries in the "Target Attributes" registry within the "CoRE Parameters" registry group, as per <xref target="I-D.ietf-core-target-attr"/>.</t>
        <artwork><![CDATA[
Attribute Name: sec-gp
Brief Description: Name of the security group that
                   can be joined through this resource
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: app-gp
Brief Description: Name of an application group
                   associated with a security group
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: hkdf
Brief Description: The HKDF algorithm to use
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: cred-fmt
Brief Description: The format of authentication credential to use
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: sign-enc-alg
Brief Description: The encryption algorithm to use
                   for encrypting signed messages
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: sign-alg
Brief Description: The signature algorithm to use
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: sign-alg-crv
Brief Description: The elliptic curve of the used signature algorithm
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: sign-key-kty
Brief Description: The key type of the used signing keys
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: sign-key-crv
Brief Description: The curve of the used signing keys
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: alg
Brief Description: The encryption algorithm to use
                   for encrypting non-signed messages
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: ecdh-alg
Brief Description: The ECDH algorithm to use
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: ecdh-alg-crv
Brief Description: The elliptic curve of the used ECDH algorithm
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: ecdh-key-kty
Brief Description: The key type of the used ECDH keys
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: ecdh-key-crv
Brief Description: The curve of the used ECDH keys
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: det-hash-alg
Brief Description: The hash algorithm to use
                   for computing deterministic requests
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]

Attribute Name: rekeying-scheme
Brief Description: The rekeying scheme used
                   to distribute new keying material
Change Controller: IESG
Reference: Section 2.1 of [RFC-XXXX]
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-oscore-groupcomm" target="https://datatracker.ietf.org/doc/html/draft-ietf-core-oscore-groupcomm-17">
          <front>
            <title>Group OSCORE - Secure Group Communication for CoAP</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="20" month="December" year="2022"/>
            <abstract>
              <t>   This document defines Group Object Security for Constrained RESTful
   Environments (Group OSCORE), providing end-to-end security of CoAP
   messages exchanged between members of a group, e.g., sent over IP
   multicast.  In particular, the described approach defines how OSCORE
   is used in a group communication setting to provide source
   authentication for CoAP group requests, sent by a client to multiple
   servers, and for protection of the corresponding CoAP responses.
   Group OSCORE also defines a pairwise mode where each member of the
   group can efficiently derive a symmetric pairwise key with any other
   member of the group for pairwise OSCORE communication.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-17"/>
        </reference>
        <reference anchor="I-D.ietf-core-coral" target="https://datatracker.ietf.org/doc/html/draft-ietf-core-coral-05">
          <front>
            <title>The Constrained RESTful Application Language (CoRAL)</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>ARM</organization>
            </author>
            <date day="7" month="March" year="2022"/>
            <abstract>
              <t>   The Constrained RESTful Application Language (CoRAL) defines a data
   model and interaction model as well as a compact serialization
   formats for the description of typed connections between resources on
   the Web ("links"), possible operations on such resources ("forms"),
   and simple resource metadata.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coral-05"/>
        </reference>
        <reference anchor="I-D.ietf-core-groupcomm-bis" target="https://datatracker.ietf.org/doc/html/draft-ietf-core-groupcomm-bis-08">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang" initials="C." surname="Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="January" year="2023"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces RFC 7390, while it updates RFC 7252 and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-08"/>
        </reference>
        <reference anchor="I-D.ietf-core-target-attr" target="https://datatracker.ietf.org/doc/html/draft-ietf-core-target-attr-04">
          <front>
            <title>CoRE Target Attributes Registry</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="5" month="March" year="2023"/>
            <abstract>
              <t>   The Constrained RESTful Environments (CoRE) specifications apply Web
   technologies to constrained environments.  One important such
   technology is Web Linking (RFC 8288), which CoRE uses as the basis
   for a number of discovery protocols, such as the Link Format (RFC
   6690) in CoAP's Resource Discovery Protocol (Section 7.2 of RFC7252)
   and the Resource Directory (RFC 9176).

   Web Links can have target attributes, the names of which are not
   generally coordinated by the Web Linking specification (Section 2.2
   of RFC 8288).  This document introduces an IANA registry for
   coordinating names of target attributes when used in Constrained
   RESTful Environments.  It updates the RD Parameters Registry of RFC
   9176 to coordinate with this registry.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-target-attr-04"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <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="RFC6690" target="https://www.rfc-editor.org/info/rfc6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <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="RFC7252" target="https://www.rfc-editor.org/info/rfc7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <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="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <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="RFC8288" target="https://www.rfc-editor.org/info/rfc8288">
          <front>
            <title>Web Linking</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham">
              <organization/>
            </author>
            <date month="October" year="2017"/>
            <abstract>
              <t>This specification defines a model for the relationships between resources on the Web ("links") and the type of those relationships ("link relation types").</t>
              <t>It also defines the serialisation of such links in HTTP headers with the Link header field.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8288"/>
          <seriesInfo name="DOI" value="10.17487/RFC8288"/>
        </reference>
        <reference anchor="RFC9052" target="https://www.rfc-editor.org/info/rfc9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <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="RFC9176" target="https://www.rfc-editor.org/info/rfc9176">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss">
              <organization/>
            </author>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <author fullname="M. Koster" initials="M." surname="Koster">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok">
              <organization/>
            </author>
            <date month="April" year="2022"/>
            <abstract>
              <t>In many Internet of Things (IoT) applications, direct discovery of resources is not practical due to sleeping nodes or networks where multicast traffic is inefficient. These problems can be solved by employing an entity called a Resource Directory (RD), which contains information about resources held on other servers, allowing lookups to be performed for those resources. The input to an RD is composed of links, and the output is composed of links constructed from the information stored in the RD. This document specifies the web interfaces that an RD supports for web servers to discover the RD and to register, maintain, look up, and remove information on resources. Furthermore, new target attributes useful in conjunction with an RD are defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9176"/>
          <seriesInfo name="DOI" value="10.17487/RFC9176"/>
        </reference>
        <reference anchor="COSE.Algorithms" target="https://www.iana.org/assignments/cose/cose.xhtml#algorithms">
          <front>
            <title>COSE Algorithms</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="COSE.Key.Types" target="https://www.iana.org/assignments/cose/cose.xhtml#key-type">
          <front>
            <title>COSE Key Types</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="COSE.Elliptic.Curves" target="https://www.iana.org/assignments/cose/cose.xhtml#elliptic-curves">
          <front>
            <title>COSE Elliptic Curves</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="COSE.Header.Parameters" target="https://www.iana.org/assignments/cose/cose.xhtml#header-parameters">
          <front>
            <title>COSE Header Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore" target="https://datatracker.ietf.org/doc/html/draft-ietf-ace-key-groupcomm-oscore-16">
          <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="I-D.ietf-ace-key-groupcomm" target="https://datatracker.ietf.org/doc/html/draft-ietf-ace-key-groupcomm-16">
          <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="5" month="September" year="2022"/>
            <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-16"/>
        </reference>
        <reference anchor="I-D.ietf-ace-oscore-gm-admin" target="https://datatracker.ietf.org/doc/html/draft-ietf-ace-oscore-gm-admin-07">
          <front>
            <title>Admin Interface for the OSCORE Group Manager</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
              <organization>Consultant</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="24" month="October" year="2022"/>
            <abstract>
              <t>   Group communication for CoAP can be secured using Group Object
   Security for Constrained RESTful Environments (Group OSCORE).  A
   Group Manager is responsible to handle the joining of new group
   members, as well as to manage and distribute the group keying
   material.  This document defines a RESTful admin interface at the
   Group Manager, that allows an Administrator entity to create and
   delete OSCORE groups, as well as to retrieve and update their
   configuration.  The ACE framework for Authentication and
   Authorization is used to enforce authentication and authorization of
   the Administrator at the Group Manager.  Protocol-specific transport
   profiles of ACE are used to achieve communication security, proof-of-
   possession and server authentication.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-oscore-gm-admin-07"/>
        </reference>
        <reference anchor="I-D.hartke-t2trg-coral-reef" target="https://datatracker.ietf.org/doc/html/draft-hartke-t2trg-coral-reef-04">
          <front>
            <title>Resource Discovery in Constrained RESTful Environments (CoRE) using the Constrained RESTful Application Language (CoRAL)</title>
            <author fullname="Klaus Hartke" initials="K." surname="Hartke">
              <organization>Ericsson</organization>
            </author>
            <date day="9" month="May" year="2020"/>
            <abstract>
              <t>   This document explores how the Constrained RESTful Application
   Language (CoRAL) might be used for two use cases in Constrained
   RESTful Environments (CoRE): CoRE Resource Discovery, which allows a
   client to discover the resources of a server given a host name or IP
   address, and CoRE Resource Directory, which provides a directory of
   resources on many servers.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-hartke-t2trg-coral-reef-04"/>
        </reference>
        <reference anchor="I-D.ietf-cose-cbor-encoded-cert" target="https://datatracker.ietf.org/doc/html/draft-ietf-cose-cbor-encoded-cert-05">
          <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="10" month="January" 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-05"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore" target="https://datatracker.ietf.org/doc/html/draft-amsuess-core-cachable-oscore-06">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="January" year="2023"/>
            <abstract>
              <t>   Group communication with the Constrained Application Protocol (CoAP)
   can be secured end-to-end using Group Object Security for Constrained
   RESTful Environments (Group OSCORE), also across untrusted
   intermediary proxies.  However, this sidesteps the proxies' abilities
   to cache responses from the origin server(s).  This specification
   restores cacheability of protected responses at proxies, by
   introducing consensus requests which any client in a group can send
   to one server or multiple servers in the same group.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-06"/>
        </reference>
        <reference anchor="RFC7228" target="https://www.rfc-editor.org/info/rfc7228">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="M. Ersue" initials="M." surname="Ersue">
              <organization/>
            </author>
            <author fullname="A. Keranen" initials="A." surname="Keranen">
              <organization/>
            </author>
            <date month="May" year="2014"/>
            <abstract>
              <t>The Internet Protocol Suite is increasingly used on small devices with severe constraints on power, memory, and processing resources, creating constrained-node networks.  This document provides a number of basic terms that have been useful in the standardization work for constrained-node networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7228"/>
          <seriesInfo name="DOI" value="10.17487/RFC7228"/>
        </reference>
        <reference anchor="RFC7641" target="https://www.rfc-editor.org/info/rfc7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks.  The state of a resource on a CoAP server can change over time.  This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time.  The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC7925" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <author fullname="T. Fossati" initials="T." surname="Fossati">
              <organization/>
            </author>
            <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="RFC8132" target="https://www.rfc-editor.org/info/rfc8132">
          <front>
            <title>PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)</title>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="A. Sehgal" initials="A." surname="Sehgal">
              <organization/>
            </author>
            <date month="April" year="2017"/>
            <abstract>
              <t>The methods defined in RFC 7252 for the Constrained Application Protocol (CoAP) only allow access to a complete resource, not to parts of a resource.  In case of resources with larger or complex data, or in situations where resource continuity is required, replacing or requesting the whole resource is undesirable.  Several applications using CoAP need to access parts of the resources.</t>
              <t>This specification defines the new CoAP methods, FETCH, PATCH, and iPATCH, which are used to access and update parts of a resource.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8132"/>
          <seriesInfo name="DOI" value="10.17487/RFC8132"/>
        </reference>
        <reference anchor="RFC8392" target="https://www.rfc-editor.org/info/rfc8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <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="RFC8613" target="https://www.rfc-editor.org/info/rfc8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson">
              <organization/>
            </author>
            <author fullname="F. Palombini" initials="F." surname="Palombini">
              <organization/>
            </author>
            <author fullname="L. Seitz" initials="L." surname="Seitz">
              <organization/>
            </author>
            <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="RFC8995" target="https://www.rfc-editor.org/info/rfc8995">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin">
              <organization/>
            </author>
            <author fullname="M. Richardson" initials="M." surname="Richardson">
              <organization/>
            </author>
            <author fullname="T. Eckert" initials="T." surname="Eckert">
              <organization/>
            </author>
            <author fullname="M. Behringer" initials="M." surname="Behringer">
              <organization/>
            </author>
            <author fullname="K. Watsen" initials="K." surname="Watsen">
              <organization/>
            </author>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document specifies automated bootstrapping of an Autonomic Control Plane.  To do this, a Secure Key Infrastructure is bootstrapped.  This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline.  We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device.  The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8995"/>
          <seriesInfo name="DOI" value="10.17487/RFC8995"/>
        </reference>
        <reference anchor="RFC9200" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <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="Fairhair" target="https://openconnectivity.org/wp-content/uploads/2019/11/fairhair_security_wp_march-2018.pdf">
          <front>
            <title>Security Architecture for the Internet of Things (IoT) in Commercial Buildings</title>
            <author>
              <organization>FairHair Alliance</organization>
            </author>
            <date year="2018" month="March"/>
          </front>
          <seriesInfo name="White Paper, ed. Piotr Polak" value=""/>
        </reference>
      </references>
    </references>
    <section anchor="use-case-example-coral">
      <name>Use Case Example With Full Discovery (CoRAL)</name>
      <t>This section provides the same use case example of <xref target="use-case-example"/>, but specified in CoRAL <xref target="I-D.ietf-core-coral"/>.</t>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>The CT defines the application group "grp_R2-4-015", with resource /light and base address [ff05::5:1], as follows.</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using reef = <http://coreapps.org/reef#>

#base <coap://[ff05::5:1]/>
reef:ep "grp_R2-4-015"
reef:et "core.rd-group"
reef:rd-item </light> {
   reef:rt "oic.d.light"
}
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/501
]]></artwork>
      <t>Also, the CT defines a second application group "grp_schedule", with resource /schedule and base address [ff05::5:2], as follows.</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd?ep=grp_schedule&et=core.rd-group
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using reef = <http://coreapps.org/reef#>

#base <coap://[ff05::5:2]/>
reef:rd-item </schedule> {
   reef:rt "oic.r.time.period"
}
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/502
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>Finally, the CT defines the corresponding security groups. In particular, assuming a Group Manager responsible for both security groups and with address [2001:db8::ab], the CT specifies:</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd?ep=gm1
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using <http://coreapps.org/core.oscore-discovery#>
#using reef = <http://coreapps.org/reef#>

#base <coap://[2001:db8::ab]/>
reef:rd-item </ace-group/feedca570000> {
   reef:ct 65000
   reef:ct 41
   reef:rt "core.osc.gm"
   reef:if "ace.group"
   sec-gp "feedca570000"
   app-gp "grp_R2-4-015"
}
reef:rd-item </ace-group/feedsc590000> {
   reef:ct 65000
   reef:ct 41
   reef:rt "core.osc.gm"
   reef:if "ace.group"
   sec-gp "feedsc590000"
   app-gp "grp_schedule"
}
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/4521
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>The device with IP address [2001:db8:4::x] can retrieve the multicast IP address of the CoAP group used by the application group "grp_R2-4-015", by performing an endpoint lookup as shown below.</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/ep
  ?et=core.rd-group&ep=grp_R2-4-015
]]></artwork>
      <t>Response:  RD -&gt; Joining node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using reef = <http://coreapps.org/reef#>

#base <coap://[2001:db8:4::ff]/rd/>
reef:rd-unit <501> {
   reef:ep "grp_R2-4-015"
   reef:et "core.rd-group"
   reef:base <coap://[ff05::5:1]/>
   reef:rt "core.rd-ep"
}
]]></artwork>
      <t>Similarly, to retrieve the multicast IP address of the CoAP group used by the application group "grp_schedule", the device performs an endpoint lookup as shown below.</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/ep
  ?et=core.rd-group&ep=grp_schedule
]]></artwork>
      <t>Response:  RD -&gt; Joining node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using reef = <http://coreapps.org/reef#>

#base <coap://[2001:db8:4::ff]/rd/>
reef:rd-unit <502> {
   reef:ep "grp_schedule"
   reef:et "core.rd-group"
   reef:base <coap://[ff05::5:2]/>
   reef:rt "core.rd-ep"
}
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>Consequently, the device learns the security groups it has to join. In particular, it does the following for app-gp="grp_R2-4-015".</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/res
  ?rt=core.osc.gm&app-gp=grp_R2-4-015
]]></artwork>
      <t>Response:  RD -&gt; Joining Node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using <http://coreapps.org/core.oscore-discovery#>
#using reef = <http://coreapps.org/reef#>

#base <coap://[2001:db8::ab]/>
reef:rd-item </ace-group/feedca570000> {
   reef:ct 65000
   reef:rt "core.osc.gm"
   reef:if "ace.group"
   sec-gp "feedca570000"
   app-gp "grp_R2-4-015"
}
]]></artwork>
      <t>Similarly, the device does the following for app-gp="grp_schedule".</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/res
  ?rt=core.osc.gm&app-gp=grp_schedule
]]></artwork>
      <t>Response:  RD -&gt; Joining Node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: TBD123456 (application/coral+cbor)

Payload:
#using <http://coreapps.org/core.oscore-discovery#>
#using reef = <http://coreapps.org/reef#>

#base <coap://[2001:db8::ab]/>
reef:rd-item </ace-group/feedsc590000> {
   reef:ct 65000
   reef:rt "core.osc.gm"
   reef:if "ace.group"
   sec-gp "feedsc590000"
   app-gp "grp_schedule"
}
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>After this last discovery step, the device can ask permission to join the security groups, and effectively join them through the Group Manager, e.g., according to <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank Carsten Bormann, Klaus Hartke, Jaime Jimenez, Francesca Palombini, Dave Robin and Jim Schaad for their comments and feedback.</t>
      <t>The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; by the H2020 project SIFIS-Home (Grant agreement 952652); and by the EIT-Digital High Impact Initiative ACTIVE.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
