<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.14 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-tiloca-core-oscore-discovery-12" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.2 -->
  <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-12"/>
    <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="2022" month="September" day="05"/>
    <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 countersignature 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 countersignature 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 countersignature 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 no actions for IANA.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-oscore-groupcomm" target="https://www.ietf.org/archive/id/draft-ietf-core-oscore-groupcomm-14.txt">
          <front>
            <title>Group OSCORE - Secure Group Communication for CoAP</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuss Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Jiye Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="7" month="March" 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-14"/>
        </reference>
        <reference anchor="I-D.ietf-core-coral" target="https://www.ietf.org/archive/id/draft-ietf-core-coral-05.txt">
          <front>
            <title>The Constrained RESTful Application Language (CoRAL)</title>
            <author fullname="Christian Amsüss">
	 </author>
            <author fullname="Thomas 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://www.ietf.org/archive/id/draft-ietf-core-groupcomm-bis-07.txt">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <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-07"/>
        </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="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://www.ietf.org/archive/id/draft-ietf-ace-key-groupcomm-oscore-14.txt">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="28" month="April" year="2022"/>
            <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-14"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm" target="https://www.ietf.org/archive/id/draft-ietf-ace-key-groupcomm-15.txt">
          <front>
            <title>Key Provisioning for Group Communication using ACE</title>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="23" month="December" year="2021"/>
            <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-15"/>
        </reference>
        <reference anchor="I-D.ietf-ace-oscore-gm-admin" target="https://www.ietf.org/archive/id/draft-ietf-ace-oscore-gm-admin-06.txt">
          <front>
            <title>Admin Interface for the OSCORE Group Manager</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Peter van der Stok">
              <organization>Consultant</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="11" month="July" 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-06"/>
        </reference>
        <reference anchor="I-D.hartke-t2trg-coral-reef" target="https://www.ietf.org/archive/id/draft-hartke-t2trg-coral-reef-04.txt">
          <front>
            <title>Resource Discovery in Constrained RESTful Environments (CoRE) using the Constrained RESTful Application Language (CoRAL)</title>
            <author fullname="Klaus 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://www.ietf.org/archive/id/draft-ietf-cose-cbor-encoded-cert-04.txt">
          <front>
            <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
            <author fullname="John Preuß Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed">
              <organization>Nexus Group</organization>
            </author>
            <date day="10" month="July" year="2022"/>
            <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-04"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore" target="https://www.ietf.org/archive/id/draft-amsuess-core-cachable-oscore-05.txt">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss">
	 </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <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-05"/>
        </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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
roC5h1Qgh0X2sRyfm6ifjcyscsvbOIR6TevmNsSwMnajctMXKjXSxwlDTIlU
O8ovhIr6sX1UKgCl4Noce5rMVLVZIeduSV+pH0lbFd3rQuNAYOvNuANw7cgs
c4pjdcK/dcNjvt9LSYSsmRXmj0+iLC94XgWRypzVjaJfvNTQQW3Tz5hrOggN
XKK6sLCl3uoQbXmramRl4z9qkZU38RzrkFxFKleqBfgfBzfpz1vDS9vl8pPx
ygH3GPQ6mA70ewrhEMcouNEGnZebe1E5yLHUsQzMm8RMVFVSoI13m5JhV82J
fCe6iOOVSs7ze9dwLxmb44eJB53gMxL8mpNGtWpbTG3OKH5GXbV2UZsHp7ob
AWUm1uap6J4SUZ4vCOe8kVwW4tTdV5oMVfKf1ywSK2/ldFUur5PtpWquU8pF
pb5b3rJNRmr6eYmOFVCfUkahrfB2ztZPCC+XqddnatZUvmubK/6mlMjlbvDn
95R7l20oV20Swm/+C8TieXAFPHcj16eUvb6jBE2tx86wWHMsNh3UERR73GIC
odXanMPafgzmVNoq9wj/+vk77KG5qh+rrst66MFUgfTn5zy1Kd5S/PVBqbpB
VWxYyneX2OnID6omVyVcgmyD86cy1JwSePmsDKejFLeN81mP1Updpgd02xuM
R48Hg2Ck1UidUOS2r+C5YFSbz260cn3+OtPMMZmruYZldwrOwWubAIsNg71H
2/DPhqm8M52uqqVMzrv0BWzN5oOZxftLVFl4dolqZ5WYy1rOIECzo/Hh6YHY
7DzeUtRR8rwdjft7e70nYnMf8+I/JauF1PHVOQuO+4F2EJd08Np8FbHxYQ9U
mSjZEJs7O1tcOlLnZG7eOzzcOT0Vf6b8pE5/bx8A0X/UAIl/KEDsbinKV7LH
CCQftdaSQE0CB95TrT9LAl9VPGuu7g96orh6qUVQyYQpwaEu6aypXACp/IGh
bN8+Ew8eMKnX0TqLfdbhgO7VQgcCwdZ5jrcdtP7H/oO/D8S7t2CbhWmArCob
dxWfwGbx8Od/yPkzYAYtP3F6IHa3W++CJbb+HbS+s7niD13ifP40LJ5RzvbT
rHjmJTQ/jSbPnJTgp6bre+0/zC+e+ZT/lEn0mabpa8bQptazjZ2djaeuLvps
A2zo61agdNVnG53H6m1lYj3b2L/uZTOH1m1hlP4j+ycPs7vRbn2njiHIvWOg
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

-->

</rfc>
