<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-oscore-gm-admin-11" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.2 -->
  <front>
    <title abbrev="Admin Interface for the OSCORE GM">Admin Interface for the OSCORE Group Manager</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ace-oscore-gm-admin-11"/>
    <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="R." surname="Höglund" fullname="Rikard Höglund">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>rikard.hoglund@ri.se</email>
      </address>
    </author>
    <author initials="P." surname="van der Stok" fullname="Peter van der Stok">
      <organization/>
      <address>
        <email>stokcons@kpnmail.nl</email>
      </address>
    </author>
    <author initials="F." surname="Palombini" fullname="Francesca Palombini">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <street>Torshamnsgatan 23</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>francesca.palombini@ericsson.com</email>
      </address>
    </author>
    <date year="2024" month="March" day="04"/>
    <area>Security</area>
    <workgroup>ACE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>Group communication for CoAP can be secured using Group Object Security for Constrained RESTful Environments (Group OSCORE). A Group Manager is responsible for handling the joining of new group members, as well as managing and distributing 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>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Authentication and Authorization for Constrained Environments Working Group mailing list (ace@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ace/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/ace-wg/ace-oscore-gm-admin"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> can also be used for group communication <xref target="I-D.ietf-core-groupcomm-bis"/>, where messages are exchanged between members of a group, e.g., over IP multicast. Applications relying on CoAP can achieve end-to-end security at the application layer by using Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/>, and especially Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> in group communication scenarios.</t>
      <t>When group communication for CoAP is protected with Group OSCORE, nodes are required to join the correct OSCORE group explicitly. To this end, a joining node interacts with a Group Manager (GM) entity responsible for that group, and retrieves the required keying material to securely communicate with other group members using Group OSCORE.</t>
      <t>The method in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> specifies how nodes can join an OSCORE group through the respective Group Manager. That method builds on the ACE framework for Authentication and Authorization <xref target="RFC9200"/>, ensuring a secure joining process as well as authentication and authorization of joining nodes (clients) at the Group Manager (resource server).</t>
      <t>In some deployments, the application running on the Group Manager may know when a new OSCORE group has to be created, as well as how it should be configured and later on updated or deleted, e.g., based on the current application state or pre-installed policies. In this case, the Group Manager application can create and configure OSCORE groups when needed, by using a local application interface. However, this requires the Group Manager to be application-specific, which in turn may lead to error-prone deployments and is poorly flexible.</t>
      <t>In other deployments, a separate Administrator entity, such as a Commissioning Tool, is directly responsible for creating and configuring the OSCORE groups at a Group Manager, as well as for maintaining them during their whole lifetime until their deletion. This allows the Group Manager to be agnostic of the specific applications using secure group communication.</t>
      <t>This document specifies a RESTful admin interface at the Group Manager, intended for an Administrator as a separate entity external to the Group Manager and its application. The interface allows the Administrator to create and delete OSCORE groups, as well as to specify and update their configuration.</t>
      <t>Interaction examples are provided in Link Format <xref target="RFC6690"/> and in CBOR <xref target="RFC8949"/>. The examples in CBOR are expressed in CBOR diagnostic notation without the tag and value abbreviations.</t>
      <t>The ACE framework is used to ensure authentication and authorization of the Administrator (client) at the Group Manager (resource server). In order to achieve communication security, proof-of-possession, and server authentication, the Administrator and the Group Manager leverage protocol-specific transport profiles of ACE, such as <xref target="RFC9202"/><xref target="RFC9203"/>. These include also possible forthcoming transport profiles that comply with the requirements in <xref section="C" sectionFormat="of" target="RFC9200"/>.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with the terms and concepts from the following specifications.</t>
        <ul spacing="normal">
          <li>CDDL <xref target="RFC8610"/>, CBOR <xref target="RFC8949"/> and COSE <xref target="RFC9052"/><xref target="RFC9053"/>.</li>
          <li>
            <t>The CoAP protocol <xref target="RFC7252"/>, also in group communication scenarios <xref target="I-D.ietf-core-groupcomm-bis"/>. These especially include the following concepts.  </t>
            <ul spacing="normal">
              <li>"application group", as a set of CoAP nodes that share a common set of resources.</li>
              <li>"security group", as a set of CoAP nodes that share the same security material, and use it to protect and verify exchanged messages.</li>
            </ul>
          </li>
          <li>
            <t>The OSCORE <xref target="RFC8613"/> and Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> security protocols. These especially include the following concepts.  </t>
            <ul spacing="normal">
              <li>Group Manager, as the entity responsible for a set of OSCORE groups where communications among members are secured using Group OSCORE. An OSCORE group is used as a security group for one or many application groups.</li>
              <li>Authentication credential, as the 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="RFC5280"/>, and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>.</li>
            </ul>
          </li>
          <li>The ACE framework for authentication and authorization <xref target="RFC9200"/>. The terminology for entities in the considered architecture is defined in OAuth 2.0 <xref target="RFC6749"/>. In particular, this includes Client (C), Resource Server (RS), and Authorization Server (AS).</li>
          <li>The management of keying material for groups in ACE <xref target="I-D.ietf-ace-key-groupcomm"/> and specifically for OSCORE groups <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. These include the concept of group-membership resource hosted by the Group Manager that new members access to join the OSCORE group, and that current members can access to retrieve updated keying material.</li>
        </ul>
        <t>Note that the term "endpoint" is used here following its OAuth definition, aimed at denoting resources such as <tt>/token</tt> and <tt>/introspect</tt> at the AS, and <tt>/authz-info</tt> at the RS. This document does not use the CoAP definition of "endpoint", which is "An entity participating in the CoAP protocol".</t>
        <t>This document also refers to the following terminology:</t>
        <ul spacing="normal">
          <li>Administrator: entity responsible for creating, configuring, and deleting OSCORE groups at a Group Manager.</li>
          <li>Group name: stable and invariant name of an OSCORE group. The group name <bcp14>MUST</bcp14> be unique under the same Group Manager, and <bcp14>MUST</bcp14> include only characters that are valid for a URI path segment.</li>
          <li>
            <t>Group-collection resource: a single-instance resource hosted by the Group Manager. An Administrator accesses a group-collection resource to retrieve the list of existing OSCORE groups, or to create a new OSCORE group, under that Group Manager.  </t>
            <t>
As an example, this document uses /manage as the url-path of the group-collection resource; implementations are not required to use this name, and can define their own instead.</t>
          </li>
          <li>
            <t>Group-configuration resource: a resource hosted by the Group Manager, associated with an OSCORE group under that Group Manager. A group-configuration resource is identifiable with the invariant group name of the respective OSCORE group. An Administrator accesses a group-configuration resource to retrieve or change the configuration of the respective OSCORE group, or to delete that group.  </t>
            <t>
The url-path to a group-configuration resource has GROUPNAME as last segment, with GROUPNAME the invariant group name assigned upon its creation. Building on the considered url-path of the group-collection resource, this document uses /manage/GROUPNAME as the url-path of a group-configuration resource; implementations are not required to use this same construct, and can define their own instead.</t>
          </li>
          <li>Admin resource: a group-collection resource or a group-configuration resource hosted by the Group Manager.</li>
        </ul>
      </section>
    </section>
    <section anchor="overview">
      <name>Group Administration</name>
      <t>With reference to the ACE framework and the terminology defined in OAuth 2.0 <xref target="RFC6749"/>:</t>
      <ul spacing="normal">
        <li>The Group Manager acts as Resource Server (RS). It provides one single group-collection resource, and one group-configuration resource per existing OSCORE group.</li>
        <li>The Administrator acts as Client (C), and requests to access the group-collection resource and group-configuration resources at the Group Manager.</li>
        <li>
          <t>The Authorization Server (AS) authorizes the Administrator to access the group-collection resource and group-configuration resources at a Group Manager. Multiple Group Managers can be associated with the same AS.  </t>
          <t>
The authorized access for an Administrator can be limited to performing only a subset of operations, according to what is allowed by the authorization information in the Access Token issued to that Administrator (see <xref target="scope-format"/> and <xref target="getting-access"/>). The AS can authorize multiple Administrators to access the group-collection resource and the (same) group-configuration resources at the Group Manager.  </t>
          <t>
The AS <bcp14>MAY</bcp14> issue Access Tokens to the Administrator for other purposes than accessing admin resources of registered Group Managers. For example, an Access Token can specify authorization information for joining OSCORE groups at a Group Manager (see <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>), possibly combined with authorization information for accessing admin resources at the same Group Manager (see Section 3). Also, an AS can of course issue an Access Token that specifies authorization information unrelated to OSCORE groups, but instead pertaining to the access of other resources hosted by the Group Manager or other Resource Servers.</t>
        </li>
      </ul>
      <section anchor="managing-groups">
        <name>Managing OSCORE Groups</name>
        <t><xref target="fig-api"/> shows the resources of a Group Manager available to an Administrator.</t>
        <figure anchor="fig-api">
          <name>Admin Resources of a Group Manager</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="160" width="488" viewBox="0 0 488 160" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 100,56 L 108,72" fill="none" stroke="black"/>
                <path d="M 148,136 L 156,152" fill="none" stroke="black"/>
                <path d="M 132,72 L 156,120" fill="none" stroke="black"/>
                <path d="M 132,40 L 140,56" fill="none" stroke="black"/>
                <path d="M 180,120 L 188,136" fill="none" stroke="black"/>
                <path d="M 212,136 L 220,152" fill="none" stroke="black"/>
                <path d="M 212,104 L 220,120" fill="none" stroke="black"/>
                <path d="M 244,120 L 252,136" fill="none" stroke="black"/>
                <path d="M 308,136 L 316,152" fill="none" stroke="black"/>
                <path d="M 308,104 L 316,120" fill="none" stroke="black"/>
                <path d="M 340,120 L 348,136" fill="none" stroke="black"/>
                <path d="M 100,56 L 108,40" fill="none" stroke="black"/>
                <path d="M 132,72 L 140,56" fill="none" stroke="black"/>
                <path d="M 148,136 L 156,120" fill="none" stroke="black"/>
                <path d="M 180,152 L 188,136" fill="none" stroke="black"/>
                <path d="M 212,136 L 220,120" fill="none" stroke="black"/>
                <path d="M 244,152 L 252,136" fill="none" stroke="black"/>
                <path d="M 308,136 L 316,120" fill="none" stroke="black"/>
                <path d="M 340,152 L 348,136" fill="none" stroke="black"/>
                <path d="M 108,40 L 132,40" fill="none" stroke="black"/>
                <path d="M 108,72 L 132,72" fill="none" stroke="black"/>
                <path d="M 148,104 L 308,104" fill="none" stroke="black"/>
                <path d="M 156,120 L 180,120" fill="none" stroke="black"/>
                <path d="M 220,120 L 244,120" fill="none" stroke="black"/>
                <path d="M 316,120 L 340,120" fill="none" stroke="black"/>
                <path d="M 156,152 L 180,152" fill="none" stroke="black"/>
                <path d="M 220,152 L 244,152" fill="none" stroke="black"/>
                <path d="M 316,152 L 340,152" fill="none" stroke="black"/>
                <g class="text">
                  <text x="48" y="52">Group</text>
                  <text x="44" y="68">Collection</text>
                  <text x="280" y="132">...</text>
                  <text x="432" y="132">Group</text>
                  <text x="428" y="148">Configurations</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
             ___
   Group    /   \
Collection  \___/
                \
                 \____________________
                  \___    \___        \___
                  /   \   /   \  ...  /   \        Group
                  \___/   \___/       \___/   Configurations
]]></artwork>
          </artset>
        </figure>
        <t>The Group Manager exports a single group-collection resource, with resource type "core.osc.gcoll" registered in <xref target="iana-rt"/> of this document. The interface for the group-collection resource defined in <xref target="interactions"/> allows the Administrator to:</t>
        <ul spacing="normal">
          <li>Retrieve the list of existing OSCORE groups.</li>
          <li>Retrieve a list of existing OSCORE groups matching with specified filter criteria.</li>
          <li>Create a new OSCORE group, specifying its invariant group name and, optionally, its configuration.</li>
        </ul>
        <t>The Group Manager exports one group-configuration resource for each of its OSCORE groups. Each group-configuration resource has resource type "core.osc.gconf" registered in <xref target="iana-rt"/> of this document, and is identified by the group name specified upon creating the OSCORE group. The interface for a group-configuration resource defined in <xref target="interactions"/> allows the Administrator to:</t>
        <ul spacing="normal">
          <li>Retrieve the complete current configuration of the OSCORE group.</li>
          <li>Retrieve part of the current configuration of the OSCORE group, by applying filter criteria.</li>
          <li>Overwrite the current configuration of the OSCORE group.</li>
          <li>Selectively update only part of the current configuration of the OSCORE group.</li>
          <li>Delete the OSCORE group.</li>
        </ul>
      </section>
      <section anchor="collection-representation">
        <name>Collection Representation</name>
        <t>A collection of group configurations is represented as a Link Format document <xref target="RFC6690"/> containing the list of corresponding group-configuration resources.</t>
        <t>Each group configuration is represented as a link, which specifies the URI of the group-configuration resource as link target, and the link target attribute 'rt' (Resource Type) with value "core.osc.gconf".</t>
      </section>
      <section anchor="discovery">
        <name>Discovery</name>
        <t>The Administrator can discover group-collection resources from a Resource Directory <xref target="RFC9176"/> or from .well-known/core, by using the resource type "core.osc.gcoll".</t>
        <t>The Administrator can discover group-configuration resources for the group-collection resource as specified in <xref target="collection-resource-get"/> and <xref target="collection-resource-fetch"/>.</t>
      </section>
    </section>
    <section anchor="scope-format">
      <name>Format of Scope</name>
      <t>This section defines the exact format and encoding of scope to use, in order to express authorization information for the Administrator (see <xref target="getting-access"/>).</t>
      <t>To this end, this document uses the Authorization Information Format (AIF) <xref target="RFC9237"/>. In particular, it uses and extends the AIF specific data model AIF-OSCORE-GROUPCOMM defined in <xref section="3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
      <t>The original definition of the data model AIF-OSCORE-GROUPCOMM specifies a scope as structured into scope entries, which express authorization information for users of an OSCORE group, i.e., actual group members or external signature verifiers. Hereafter, these are referred to as "user scope entries".</t>
      <t>This document extends the same AIF specific data model AIF-OSCORE-GROUPCOMM as defined below. In particular, it defines how the same scope can (also) include scope entries that express authorization information for Administrators of OSCORE groups. Hereafter, these are referred to as "admin scope entries", or simply as "scope entries" unless otherwise indicated.</t>
      <t>Like in the original definition of the data model AIF-OSCORE-GROUPCOMM, and with reference to the generic AIF model</t>
      <artwork><![CDATA[
   AIF-Generic<Toid, Tperm> = [* [Toid, Tperm]]
]]></artwork>
      <t>the value of the CBOR byte string used as scope encodes the CBOR array [* [Toid, Tperm]], where each [Toid, Tperm] element corresponds to one scope entry.</t>
      <t>Then, the following applies for each admin scope entry intended to express authorization information for an Administrator, as defined in this document.</t>
      <ul spacing="normal">
        <li>
          <t>The object identifier ("Toid") is specialized as either of the following, and specifies a group name pattern P for the admin scope entry.  </t>
          <ul spacing="normal">
            <li>Wildcard pattern: "Toid" is specialized as the CBOR simple value <tt>true</tt> (0xf5), specifying the wildcard pattern. That is, any group name expressed as a literal text string matches with this group name pattern.</li>
            <li>Literal pattern: "Toid" is specialized as a CBOR text string, whose value specifies an exact group name as a literal string. That is, only one specific group name expressed as a literal text string matches with this group name pattern.</li>
            <li>
              <t>Complex pattern: "Toid" is specialized as a tagged CBOR data item, specifying a more complex group name pattern with the semantics signaled by the CBOR tag. That is, multiple group names expressed as a literal text string match with this group name pattern.      </t>
              <t>
For example, and as typically expected, the data item can be a CBOR text string marked with the CBOR tag 21065 or 35. This indicates that the group name pattern specified as value of the CBOR text string is a regular expression (see <xref target="RFC9485"/> and <xref section="3.4.5.3" sectionFormat="of" target="RFC8949"/>).      </t>
              <t>
In case the AIF specific data model AIF-OSCORE-GROUPCOMM is used in a JSON payload, the semantics information conveyed by the CBOR tag can be equivalently conveyed, for example, in a nested JSON object.      </t>
              <t>
The AS and the Group Manager are expected to have agreed on commonly supported semantics for group name patterns. This can happen, for instance, as part of the registration process of the Group Manager at the AS.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>The permission set ("Tperm") is specialized as a CBOR unsigned integer with value Q. This specifies the permissions that the Administrator has with respect to performing operations on the admin resources at the Group Manager, as pertaining to any OSCORE group whose name matches with the pattern P. The value Q is computed as follows.  </t>
          <ul spacing="normal">
            <li>Each permission in the permission set is converted into the corresponding numeric identifier X from the "Value" column of the "Group OSCORE Admin Permissions" registry, for which this document defines the entries in <xref target="tab-permission-values"/>.</li>
            <li>The set of N numbers is converted into the single value Q, by taking two to the power of each numeric identifier X_1, X_2, ..., X_N, and then computing the inclusive OR of the binary representations of all the power values.</li>
          </ul>
          <t>
In general, a single permission can be associated with multiple different operations that are possible to be performed when interacting with the Group Manager. For example, the "List" permission allows the Administrator to retrieve a list of group configurations (see <xref target="collection-resource-get"/>) or only a subset of that according to specified filter criteria (see <xref target="collection-resource-fetch"/>), by issuing a GET or FETCH request to the group-collection resource, respectively.</t>
        </li>
      </ul>
      <table align="center" anchor="tab-permission-values">
        <name>Numeric identifier of permissions on the admin resources at a Group Manager</name>
        <thead>
          <tr>
            <th align="left">Name</th>
            <th align="left">Value</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">List</td>
            <td align="left">0</td>
            <td align="left">Retrieve list of group configurations</td>
          </tr>
          <tr>
            <td align="left">Create</td>
            <td align="left">1</td>
            <td align="left">Create new group configurations</td>
          </tr>
          <tr>
            <td align="left">Read</td>
            <td align="left">2</td>
            <td align="left">Retrieve group configurations</td>
          </tr>
          <tr>
            <td align="left">Write</td>
            <td align="left">3</td>
            <td align="left">Change group configurations</td>
          </tr>
          <tr>
            <td align="left">Delete</td>
            <td align="left">4</td>
            <td align="left">Delete group configurations</td>
          </tr>
        </tbody>
      </table>
      <t>The following CDDL <xref target="RFC8610"/> notation defines an admin scope entry that uses the data model AIF-OSCORE-GROUPCOMM and expresses a set of permissions from those in <xref target="tab-permission-values"/>.</t>
      <sourcecode type="CDDL"><![CDATA[
   ;# include rfc9237

   AIF-OSCORE-GROUPCOMM = AIF-Generic<oscore-gname, oscore-gperm>

   oscore-gname = true / tstr / #6.<uint>(any) ; Group name pattern
   oscore-gperm = uint .bits admin-permissions

   admin-permissions = &(
      List: 0,
      Create: 1,
      Read: 2,
      Write: 3,
      Delete: 4
   )

   scope_entry = [oscore-gname, oscore-gperm]
]]></sourcecode>
      <t>The following example in CBOR diagnostic notation shows a CBOR array including five scope entries as its elements.</t>
      <artwork><![CDATA[
[[true,   / Toid (wildcard pattern) /
  5       / Tperm (List + Read) /
 ],
 ["gp1",  / Toid (literal pattern) /
  31      / Tperm (List + Create +
            Read + Write + Delete) /
 ],
 ["gp2",  / Toid (literal pattern) /
  31      / Tperm (List + Create +
            Read + Write + Delete) /
 ],
 [21065("^[A-K][0-9][-a-z0-9]*$"),  / Toid (complex pattern) /
  31                                / Tperm (List + Create +
                                      Read + Write + Delete) /
 ],
 [21065("^[J-Z][0-9][-a-z0-9]*$"),  / Toid (complex pattern) /
  13                                / Tperm (List + Read + Write) /
 ]
]
]]></artwork>
      <t>Future specifications that define new permissions on the admin resources at the Group Manager <bcp14>MUST</bcp14> register a corresponding numeric identifier in the "Group OSCORE Admin Permissions" registry defined in <xref target="ssec-iana-group-oscore-admin-permissions-registry"/> of this document.</t>
      <t>When using the scope format as defined in this section, the permission set ("Tperm") of each admin scope entry <bcp14>MUST</bcp14> include the "List" permission. It follows that, when expressing permissions for Administrators of OSCORE groups as defined in this document, an admin scope entry has the least significant bit of "Tperm" always set to 1.</t>
      <t>Therefore, an Administrator is always allowed to retrieve a list of existing group configurations. The exact elements included in the returned list are determined by the Group Manager, based on the group name patterns specified in the admin scope entries of the Administrator's Access Token, as well as on possible filter criteria specified in the request from the Administrator (see <xref target="collection-resource-get"/> and <xref target="collection-resource-fetch"/>).</t>
      <t>Building on the above, the same single scope can include user scope entries as well as admin scope entries, whose specific format is defined in <xref section="3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/> and earlier in this section, respectively. The two types of scope entries can be unambiguously distinguished by means of the least significant bit of their permission set "Tperm", which has value 0 for the user scope entries and 1 for the admin scope entries.</t>
      <t>The coexistence of user scope entries and admin scope entries within the same scope makes it possible to issue a single Access Token, in case the requesting Client wishes to be a user for some OSCORE groups and at the same time Administrator for some (other) OSCORE groups under the same Group Manager.</t>
      <section anchor="on-using-group-name-patterns">
        <name>On Using Group Name Patterns</name>
        <t>Having the object identifier ("Toid") specialized as a pattern confers a number of advantages.</t>
        <ul spacing="normal">
          <li>When relying on wildcard patterns and complex patterns, the encoded scope can be compact in size while allowing the Administrator to operate on large pools of group names.</li>
          <li>When relying on wildcard patterns and complex patterns, the Administrator and the AS do not need to know the exact group names for requesting and issuing an Access Token, respectively (see <xref target="getting-access"/>). In turn, the Group Manager can effectively take the final decision about the name to assign to an OSCORE group, upon its creation (see <xref target="collection-resource-post"/>).</li>
        </ul>
      </section>
    </section>
    <section anchor="getting-access">
      <name>Getting Access to the Group Manager</name>
      <t>All communications between the involved entities rely on the CoAP protocol and <bcp14>MUST</bcp14> be secured.</t>
      <t>In particular, communications between the Administrator and the Group Manager leverage protocol-specific transport profiles of ACE to achieve communication security, proof-of-possession, and server authentication. To this end, the AS may explicitly signal the specific transport profile to use, consistently with requirements and assumptions defined in the ACE framework <xref target="RFC9200"/>.</t>
      <t>With reference to the AS, communications between the Administrator and the AS (<tt>/token</tt> endpoint) as well as between the Group Manager and the AS (<tt>/introspect</tt> endpoint) can be secured by different means, for instance using DTLS <xref target="RFC9147"/> or OSCORE <xref target="RFC8613"/>. Further details on how the AS secures communications (with the Administrator and the Group Manager) depend on the transport profile of ACE in use, and are out of the scope of this document.</t>
      <t>In order to specify authorization information for Administrators, the format and encoding of scope defined in <xref target="scope-format"/> of this document <bcp14>MUST</bcp14> be used, for both the 'scope' claim in the Access Token and the 'scope' parameter in the Authorization Request and Authorization Response exchanged with the AS (see Sections <xref target="RFC9200" section="5.8.1" sectionFormat="bare"/> and <xref target="RFC9200" section="5.8.2" sectionFormat="bare"/> of <xref target="RFC9200"/>).</t>
      <t>Furthermore, the AS <bcp14>MAY</bcp14> use the extended format of scope defined in <xref section="7" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> for the 'scope' claim of the Access Token. In such a case, the AS <bcp14>MUST</bcp14> use the CBOR tag with tag number TAG_NUMBER, associated with the CoAP Content-Format CF_ID for the media type application/aif+cbor registered in <xref section="16.9" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
      <t>Note to RFC Editor: In the previous paragraph, please replace "TAG_NUMBER" with the CBOR tag number computed as TN(ct) in <xref section="4.3" sectionFormat="of" target="RFC9277"/>, where ct is the ID assigned to the CoAP Content-Format CF_ID registered in <xref section="16.9" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>. Then, please replace "CF_ID" with the ID assigned to that CoAP Content-Format. Finally, please delete this paragraph.</t>
      <t>This indicates that the binary encoded scope, as conveying the actual access control information, follows the scope semantics of the AIF specific data model AIF-OSCORE-GROUPCOMM defined in <xref section="3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/> and extended as per <xref target="scope-format"/> of this document.</t>
      <t>In order to get access to the Group Manager for managing OSCORE groups, an Administrator performs the following steps.</t>
      <ol spacing="normal" type="1"><li>
          <t>The Administrator requests an Access Token from the AS, in order to access the group-collection and group-configuration resources on the Group Manager. To this end, the Administrator sends to the AS an Authorization Request as defined in <xref section="5.8.1" sectionFormat="of" target="RFC9200"/>.  </t>
          <t>
If the 'scope' parameter in the Authorization Request includes scope entries whose "Toid" specifies a complex pattern (see <xref target="scope-format"/>), then all such scope entries <bcp14>MUST</bcp14> adhere to the same pattern semantics.  </t>
          <t>
The Administrator will start or continue using a secure communication association with the Group Manager, according to the response from the AS and the transport profile of ACE in use.</t>
        </li>
        <li>
          <t>The AS processes the Authorization Request as defined in <xref section="5.8.2" sectionFormat="of" target="RFC9200"/>, especially verifying that the Administrator is authorized to obtain the requested permissions, or possibly a subset of those.  </t>
          <t>
The AS specifies the information on the authorization granted to the Administrator as the value of the 'scope' claim to include in the Access Token, in accordance with the scope format specified in <xref target="scope-format"/>. It is implementation specific which particular approach the AS takes to evaluate the requested permissions against the access policies pertaining to the Administrator for the Group Manager in question. <xref target="sec-as-scope-processing"/> provides an example of such an approach that the AS can use.  </t>
          <t>
If the 'scope' parameter in the Authorization Request includes scope entries whose "Toid" specifies a complex pattern adhering to a certain pattern semantics, then that semantics <bcp14>MUST</bcp14> be used for all the scope entries in the 'scope' claim that specify a complex pattern.  </t>
          <t>
The AS <bcp14>MUST</bcp14> include the 'scope' parameter in the Authorization Response defined in <xref section="5.8.2" sectionFormat="of" target="RFC9200"/>, when the value included in the Access Token differs from the one specified by the Administrator in the Authorization Request. In such a case, scope specifies the set of permissions that the Administrator actually has, with respect to performing operations at the Group Manager, encoded as specified in <xref target="scope-format"/>.  </t>
          <t>
If the 'scope' parameter in the Authorization Request includes scope entries whose "Toid" specifies a complex pattern and any of the following conditions holds, then the AS <bcp14>MUST</bcp14> reply with a 4.00 (Bad Request) error response (see <xref section="5.8.3" sectionFormat="of" target="RFC9200"/>). The 'error_description' parameter carried out in the response payload <bcp14>MUST</bcp14> specify the CBOR value 1 (invalid_scope).  </t>
          <ul spacing="normal">
            <li>The "Toid" of the different scope entries that specify a complex pattern do not all adhere to the same pattern semantics.</li>
            <li>The "Toid" of the different scope entries that specify a complex pattern adhere to the same pattern semantics, but this is not supported by the AS or by the Group Manager.</li>
          </ul>
          <t>
Finally, as discussed in <xref target="scope-format"/>, the authorization information included in the Authorization Request or specified by the AS might also include permissions for the same Client as a user of an OSCORE group, i.e., as an actual group member or an external signature verifier. As per <xref target="scope-format"/>, such authorization information is expressed by "user scope entries", whose format and processing is specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
        </li>
        <li>The Administrator transfers authentication and authorization information to the Group Manager by posting the obtained Access Token, according to the used profile of ACE, such as <xref target="RFC9202"/> and <xref target="RFC9203"/>. After that, the Administrator must have a secure communication association established with the Group Manager, before performing any administrative operation on that Group Manager. Possible ways to provide secure communication are DTLS <xref target="RFC9147"/> and OSCORE <xref target="RFC8613"/>. The Administrator and the Group Manager maintain the secure association, to support possible future communications.</li>
        <li>
          <t>Consistently with what is allowed by the authorization information in the Access Token, the Administrator performs administrative operations at the Group Manager, as described in <xref target="interactions"/>. These include retrieving a list of existing OSCORE groups, creating new OSCORE groups, retrieving and changing OSCORE group configurations, and removing OSCORE groups. Messages exchanged among the Administrator and the Group Manager are specified in <xref target="interactions"/>.  </t>
          <t>
Upon receiving a request from the Administrator targeting the group-collection resource or a group-configuration resource, the Group Manager <bcp14>MUST</bcp14> check that it is storing a valid Access Token for that Administrator. If this is not the case, the Group Manager <bcp14>MUST</bcp14> reply with a 4.01 (Unauthorized) error response.  </t>
          <t>
If the request targets the group-collection resource for creating a new group with name GROUPNAME or it targets the group-configuration resource associated with an existing group with name GROUPNAME, then the Group Manager <bcp14>MUST</bcp14> check that it is storing a valid Access Token from that Administrator, such that the 'scope' claim specified in the Access Token: i) expresses authorization information through scope entries as defined in <xref target="scope-format"/>; and ii) specifically includes a scope entry where:  </t>
          <ul spacing="normal">
            <li>The group name GROUPNAME matches with the pattern specified by the "Toid" of the scope entry; and</li>
            <li>The permission set specified by the "Tperm" of the scope entry allows the Administrator to perform the requested administrative operation on the targeted group-configuration resource.</li>
          </ul>
          <t>
Note that the checks defined above only consider scope entries expressing permissions for administrative operations, namely "admin scope entries" as defined in <xref target="scope-format"/>, while the alternative "user scope entries" defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> are not considered.  </t>
          <t>
Further detailed checks to perform are defined separately for each operation at the Group Manager, when specified in <xref target="interactions"/>.  </t>
          <t>
In case the Group Manager stores a valid Access Token but the verifications above fail, the Group Manager <bcp14>MUST</bcp14> reply with a 4.03 (Forbidden) error response. This response <bcp14>MAY</bcp14> be an AS Request Creation Hints, as defined in <xref section="5.3" sectionFormat="of" target="RFC9200"/>, in which case the Content-Format <bcp14>MUST</bcp14> be set to application/ace+cbor (i.e., ID: 19).  </t>
          <t>
If the request is not formatted correctly (e.g., required fields are not present or are not encoded as expected), the Group Manager <bcp14>MUST</bcp14> reply with a 4.00 (Bad Request) error response.</t>
        </li>
      </ol>
      <section anchor="multiple-administrators-for-the-same-oscore-group">
        <name>Multiple Administrators for the Same OSCORE Group</name>
        <t>In addition to a "main" primary Administrator responsible for an OSCORE group at the Group Manager, it is also possible to have "assistant" secondary Administrators that are effectively authorized to perform some operations on the same OSCORE group.</t>
        <t>With respect to the main Administrator, such assistant Administrators are expected to have fewer permissions to perform administrative operations related to the OSCORE group at the Group Manager. For example, they may not be authorized to create an OSCORE group, or to delete an OSCORE group and its configuration.</t>
        <t>In case the main Administrator of an OSCORE group is dismissed or relinquishes its role, one of the assistant Administrators can be "promoted" and become main Administrator for that OSCORE group. Practically, this requires that the access policies associated with the promoted Administrator are updated accordingly at the Authorization Server. Also, the promoted Administrator has to request from the Authorization Server a new Access Token and to upload it to the Group Manager. If allowed by the used transport profile of ACE, this process can efficiently enforce a dynamic update of access rights, thus preserving the current secure association between the promoted Administrator and the Group Manager.</t>
        <t>If an Administrator is not sure about being the only Administrator responsible for an OSCORE group, then it is <bcp14>RECOMMENDED</bcp14> that the Administrator ensures to have a recent representation of the group-configuration resource associated with the OSCORE group before overwriting (see <xref target="configuration-resource-put"/>), updating (see <xref target="configuration-resource-patch"/>), or deleting (see <xref target="configuration-resource-delete"/>) the group configuration. This can be achieved in the following ways.</t>
        <ul spacing="normal">
          <li>The Administrator performs a regular polling of the group configuration, by sending a GET request to the corresponding group-configuration resource (see <xref target="configuration-resource-get"/>).</li>
          <li>If the group-configuration resource associated with the OSCORE group is Observable, then the Administrator subscribes to that resource by using CoAP Observe <xref target="RFC7641"/>. The Observation request is a GET request sent to the group-configuration resource (see <xref target="configuration-resource-get"/>). In such a case, the Group Manager will also send a 4.04 (Not Found) response in case another Administrator deletes the group-configuration resource, as a result of deleting the associated OSCORE group and its configuration.</li>
        </ul>
        <t>If the Administrator gains knowledge that the group configuration has changed compared to the latest known representation, then the Administrator might hold the execution of writing or deletion operation on the group-configuration resource, and first attempt checking with other Administrators responsible for the same OSCORE group about the changes they have made.</t>
      </section>
    </section>
    <section anchor="group-configurations">
      <name>Group Configurations</name>
      <t>A group configuration consists of a set of parameters.</t>
      <section anchor="config-repr">
        <name>Group Configuration Representation</name>
        <t>The group configuration representation is a CBOR map, which includes configuration properties and status properties.</t>
        <section anchor="config-repr-config-properties">
          <name>Configuration Properties</name>
          <t>The CBOR map includes the following configuration parameters, whose CBOR abbreviations are defined in <xref target="groupcomm-parameters"/> of this document.</t>
          <ul spacing="normal">
            <li>'hkdf', which specifies the HKDF Algorithm used in the OSCORE group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), encoded as a CBOR text string or a CBOR integer. Possible values are the same ones admitted for the 'hkdf' parameter of the Group_OSCORE_Input_Material object, defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'cred_fmt', which specifies the Authentication Credential Format used in the OSCORE group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), encoded as a CBOR integer. Possible values are the same ones admitted for the 'cred_fmt' parameter of the Group_OSCORE_Input_Material object, defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'group_mode', encoded as a CBOR simple value. Its value is <tt>true</tt> (0xf5) if the OSCORE group uses the group mode of Group OSCORE (see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), or <tt>false</tt> (0xf4) otherwise.</li>
            <li>
              <t>'gp_enc_alg', which is formatted as follows. If the configuration parameter 'group_mode' has value <tt>false</tt> (0xf4), this parameter has as value the CBOR simple value <tt>null</tt> (0xf6). Otherwise, this parameter specifies the Group Encryption Algorithm used in the OSCORE group to encrypt messages protected with the group mode (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), encoded as a CBOR text string or a CBOR integer. Possible values are the same ones admitted for the 'sign_enc_alg' parameter of the Group_OSCORE_Input_Material object, defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.  </t>
              <t>
Editor's note: as per the text above, the referred version of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> still uses 'sign_enc_alg' as parameter name. The next version of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> will be updated in order to use 'gp_enc_alg' instead, as already done for this document and consistently with the naming used in the latest version of <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
            </li>
            <li>'sign_alg', which is formatted as follows. If the configuration parameter 'group_mode' has value <tt>false</tt> (0xf4), this parameter has as value the CBOR simple value <tt>null</tt> (0xf6). Otherwise, this parameter specifies the Signature Algorithm used in the OSCORE group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), encoded as a CBOR text string or a CBOR integer. Possible values are the same ones admitted for the 'sign_alg' parameter of the Group_OSCORE_Input_Material object, defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'sign_params', which is formatted as follows. If the configuration parameter 'group_mode' has value <tt>false</tt> (0xf4), this parameter has as value the CBOR simple value <tt>null</tt> (0xf6). Otherwise, this parameter specifies the additional parameters for the Signature Algorithm used in the OSCORE group, encoded as a CBOR array. Possible formats and values are the same ones admitted for the 'sign_params' parameter of the Group_OSCORE_Input_Material object, defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'pairwise_mode', encoded as a CBOR simple value. Its value is <tt>true</tt> (0xf5) if the OSCORE group uses the pairwise mode of Group OSCORE (see <xref section="9" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), or <tt>false</tt> (0xf4) otherwise.</li>
            <li>'alg', which is formatted as follows. If the configuration parameter 'pairwise_mode' has value <tt>false</tt> (0xf4), this parameter has as value the CBOR simple value <tt>null</tt> (0xf6). Otherwise, this parameter specifies the AEAD Algorithm used in the OSCORE group to encrypt messages protected with the pairwise mode (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), encoded as a CBOR text string or a CBOR integer. Possible values are the same ones admitted for the 'alg' parameter of the Group_OSCORE_Input_Material object, defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'ecdh_alg', which is formatted as follows. If the configuration parameter 'pairwise_mode' has value <tt>false</tt> (0xf4), this parameter has as value the CBOR simple value <tt>null</tt> (0xf6). Otherwise, this parameter specifies the Pairwise Key Agreement Algorithm used in the OSCORE group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), encoded as a CBOR text string or a CBOR integer. Possible values are the same ones admitted for the 'ecdh_alg' parameter of the Group_OSCORE_Input_Material object, defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'ecdh_params', which is formatted as follows. If the configuration parameter 'pairwise_mode' has value <tt>false</tt> (0xf4), this parameter has as value the CBOR simple value <tt>null</tt> (0xf6). Otherwise, this parameter specifies the parameters for the Pairwise Key Agreement Algorithm used in the OSCORE group, encoded as a CBOR array. Possible formats and values are the same ones admitted for the 'ecdh_params' parameter of the Group_OSCORE_Input_Material object, defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'det_req', encoded as a CBOR simple value. Its value is <tt>true</tt> (0xf5) if the OSCORE group uses deterministic requests as defined in <xref target="I-D.amsuess-core-cachable-oscore"/>, or <tt>false</tt> (0xf4) otherwise. This parameter <bcp14>MUST NOT</bcp14> be present if the configuration parameter 'group_mode' has value <tt>false</tt> (0xf4).</li>
            <li>
              <t>'det_hash_alg', encoded as a CBOR integer or text string. If present, this parameter specifies the Hash Algorithm used in the OSCORE group when producing deterministic requests, as defined in <xref target="I-D.amsuess-core-cachable-oscore"/>. This parameter takes values from the "Value" column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>.  </t>
              <t>
This parameter <bcp14>MUST NOT</bcp14> be present if the configuration parameter 'det_req' is not present or if it is present with value <tt>false</tt> (0xf4). If the configuration parameter 'det_req' is present with value <tt>true</tt> (0xf5) and 'det_hash_alg' is not present, the choice of the Hash Algorithm to use when producing deterministic requests is left to the Group Manager.</t>
            </li>
          </ul>
        </section>
        <section anchor="config-repr-status-properties">
          <name>Status Properties</name>
          <t>The CBOR map includes the following status parameters. Unless specified otherwise, these are defined in this document and their CBOR abbreviations are defined in <xref target="groupcomm-parameters"/>.</t>
          <ul spacing="normal">
            <li>'rt', with value the resource type "core.osc.gconf" associated with group-configuration resources, encoded as a CBOR text string.</li>
            <li>'active', encoding the CBOR simple value <tt>true</tt> (0xf5) if the OSCORE group is currently active, or the CBOR simple value <tt>false</tt> (0xf4) otherwise.</li>
            <li>'group_name', with value the group name of the OSCORE group encoded as a CBOR text string.</li>
            <li>'group_description', with value either a human-readable description of the OSCORE group encoded as a CBOR text string, or the CBOR simple value <tt>null</tt> (0xf6) if no description is specified.</li>
            <li>'ace_groupcomm_profile', defined in <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, with value "coap_group_oscore_app" defined in <xref section="16.5" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/> encoded as a CBOR integer.</li>
            <li>'max_stale_sets', encoding a CBOR unsigned integer with value strictly greater than 1. With reference to <xref section="7.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>, this parameter specifies N, i.e., the maximum number of sets of stale OSCORE Sender IDs that the Group Manager stores for the group.</li>
            <li>'exp', defined in <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</li>
            <li>'gid_reuse', encoding the CBOR simple value <tt>true</tt> (0xf5) if, upon rekeying the OSCORE group, the Group Manager can reassign the values of the OSCORE Group ID used as OSCORE ID Context, as per <xref section="3.2.1.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/> and <xref section="11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>. Otherwise, this parameter encodes the CBOR simple value <tt>false</tt> (0xf4).</li>
            <li>'app_groups', with value a list of names of application groups, encoded as a CBOR array. Each element of the array is a CBOR text string, specifying the name of an application group using the OSCORE group as security group (see <xref section="2.1" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>).</li>
            <li>'joining_uri', with value the URI of the group-membership resource for joining the newly created OSCORE group as per <xref section="6.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>, encoded as a CBOR text string.</li>
            <li>'group_policies', defined in <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, and consistent with the format and content defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'as_uri', with value the URI of the Authorization Server associated with the Group Manager for the OSCORE group, encoded as a CBOR text string. Candidate group members will have to obtain an Access Token from that Authorization Server, before starting the joining process with the Group Manager to join the OSCORE group (see Sections <xref target="I-D.ietf-ace-key-groupcomm-oscore" section="5" sectionFormat="bare"/> and <xref target="I-D.ietf-ace-key-groupcomm-oscore" section="6" sectionFormat="bare"/> of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>).</li>
          </ul>
        </section>
      </section>
      <section anchor="default-values">
        <name>Default Values</name>
        <t>This section defines the default values that the Group Manager refers to for configuration and status parameters.</t>
        <t>The Group Manager <bcp14>MAY</bcp14> choose different default values instead of those recommended in this section. A possible reason is to ensure that each of those are consistent with what the Group Manager supports, e.g., in terms of signature algorithm and format of authentication credentials used in the OSCORE group.</t>
        <t>This ensures that the Group Manager is able to perform the operations defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>, as to its interactions with joining nodes and current group members for an OSCORE group (see <xref section="14" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
        <section anchor="default-values-conf">
          <name>Configuration Parameters</name>
          <t>For each of the configuration parameters listed below, the Group Manager refers to the following pre-configured default value, if none is specified by the Administrator.</t>
          <ul spacing="normal">
            <li>For 'group_mode', the Group Manager <bcp14>SHOULD</bcp14> use the CBOR simple value <tt>true</tt> (0xf5).</li>
            <li>
              <t>If 'group_mode' has value <tt>true</tt> (0xf5), the Group Manager <bcp14>SHOULD</bcp14> use the default values defined in <xref section="14.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/> as follows: the value of 'sign_enc_alg' for the parameter 'gp_enc_alg' defined in this document; the value of 'sign_alg' and 'sign_params' for the corresponding parameters defined in this document.  </t>
              <t>
Editor's note: as per the text above, the referred version of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> still uses 'sign_enc_alg' as parameter name. The next version of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> will be updated in order to use 'gp_enc_alg' instead, as already done for this document and consistently with the naming used in the latest version of <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
            </li>
            <li>If 'group_mode' has value <tt>true</tt> (0xf5), the Group Manager <bcp14>SHOULD</bcp14> use the CBOR simple value <tt>false</tt> (0xf4) for the parameter 'det_req'.</li>
            <li>If 'det_req' has value <tt>true</tt> (0xf5), the Group Manager <bcp14>SHOULD</bcp14> use SHA-256 (COSE algorithm encoding: -16) as default value for the parameter 'det_hash_alg'.</li>
            <li>For 'pairwise_mode', the Group Manager <bcp14>SHOULD</bcp14> use the CBOR simple value <tt>true</tt> (0xf5).</li>
            <li>If 'pairwise_mode' has value <tt>true</tt> (0xf5), the Group Manager <bcp14>SHOULD</bcp14> use the same default values defined in <xref section="14.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/> for the parameters 'alg', 'ecdh_alg', and 'ecdh_params'.</li>
            <li>For any other configuration parameter, the Group Manager <bcp14>SHOULD</bcp14> use the same default values defined in <xref section="14.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
          </ul>
        </section>
        <section anchor="status-parameters">
          <name>Status Parameters</name>
          <t>For each of the status parameters listed below, the Group Manager refers to the following pre-configured default value, if none is specified by the Administrator.</t>
          <ul spacing="normal">
            <li>For 'active', the Group Manager <bcp14>SHOULD</bcp14> use the CBOR simple value <tt>false</tt> (0xf4).</li>
            <li>For 'group_description', the Group Manager <bcp14>SHOULD</bcp14> use the CBOR simple value <tt>null</tt> (0xf6).</li>
            <li>For 'max_stale_sets', the Group Manager <bcp14>SHOULD</bcp14> use the CBOR unsigned integer with value 3, consistent with what is defined in <xref section="14.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>For 'gid_reuse', the Group Manager <bcp14>SHOULD</bcp14> use the CBOR simple value <tt>false</tt> (0xf4).</li>
            <li>For 'app_groups', the Group Manager <bcp14>SHOULD</bcp14> use the empty CBOR array.</li>
            <li>For 'group_policies', the Group Manager <bcp14>SHOULD</bcp14> use the default values defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="interactions">
      <name>Interactions with the Group Manager</name>
      <t>This section describes the operations that are possible to perform on the group-collection resource and the group-configuration resources at the Group Manager.</t>
      <t>For each operation, it is defined whether that operation is required or optional to support for the Group Manager and an Administrator. If the Group Manager supports an operation, then the Group Manager must be able to correctly handle authorized and valid requests sent by the Administrator to carry out that operation. If the Group Manager receives an authorized and valid request to perform an operation that it does not support, then the Group Manager <bcp14>MUST</bcp14> respond with a 5.01 (Not Implemented) response.</t>
      <t>When checking the scope claim of a stored Access Token to verify that any of the requests defined in the following is authorized, the Group Manager only considers scope entries expressing permissions for administrative operations, namely "admin scope entries" as defined in <xref target="scope-format"/>. The alternative "user scope entries" defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> are not considered. That is, when handling any of the requests for administrative operations defined in the following, the Group Manager ignores possible "user scope entries" specified in the scope of a stored access token.</t>
      <t>The Content-Format in messages containing a payload is set to application/ace-groupcomm+cbor, defined in <xref section="11.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. Furthermore, the entry labels defined in <xref target="groupcomm-parameters"/> of this document <bcp14>MUST</bcp14> be used when specifying the corresponding configuration and status parameters.</t>
      <section anchor="collection-resource-get">
        <name>Retrieve the Full List of Group Configurations</name>
        <t>This operation <bcp14>MUST</bcp14> be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a GET request to the group-collection resource, in order to retrieve a list of the existing OSCORE groups at the Group Manager. This is returned as a list of links to the corresponding group-configuration resources.</t>
        <t>The Group Manager <bcp14>MUST</bcp14> prepare the list L to include in the response as follows. For each group-configuration resource R:</t>
        <ol spacing="normal" type="1"><li>The Group Manager considers the group name GROUPNAME of the OSCORE group associated with R.</li>
          <li>The Group Manager retrieves the stored Access Token for the Administrator. Then, it checks whether GROUPNAME matches with the group name pattern specified in any scope entry of the 'scope' claim in the Access Token.</li>
          <li>The link to the group-configuration resource R is added to the list L only in case of a positive match.</li>
        </ol>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.01 GET
   Uri-Path: manage

<= 2.05 Content
   Content-Format: 40 (application/link-format)

   Payload:

   <coap://[2001:db8::ab]/manage/gp1>;rt="core.osc.gconf",
   <coap://[2001:db8::ab]/manage/gp2>;rt="core.osc.gconf",
   <coap://[2001:db8::ab]/manage/gp3>;rt="core.osc.gconf"
]]></artwork>
      </section>
      <section anchor="collection-resource-fetch">
        <name>Retrieve a List of Group Configurations by Filters</name>
        <t>This operation <bcp14>MUST</bcp14> be supported by the Group Manager and <bcp14>MAY</bcp14> be supported by an Administrator.</t>
        <t>The Administrator can send a FETCH request to the group-collection resource, in order to retrieve a list of the existing OSCORE groups that fully match a set of specified filter criteria. This is returned as a list of links to the corresponding group-configuration resources.</t>
        <t>The filter criteria are specified in the request payload as a CBOR map, whose possible entries are specified in <xref target="config-repr"/> and use the same abbreviations defined in <xref target="groupcomm-parameters"/>.</t>
        <t>Entry values are the ones admitted for the corresponding labels in the POST request for creating a group configuration (see <xref target="collection-resource-post"/>), with the exception that the parameter 'group_name' (if present) can also be encoded as a tagged CBOR data item, specifying a group name pattern with the semantics signaled by the CBOR tag.</t>
        <t>In such a case, the parameter 'group_name' expresses a group name pattern in the same way as a complex pattern Toid does in a scope entry (see Section 3). In particular, the filter criterion is satisfied by any group name that matches with the group name pattern specified by the parameter 'group_name' in the payload of the FETCH request.</t>
        <t>The Group Manager <bcp14>MUST</bcp14> prepare the list L to include in the response as follows.</t>
        <ol spacing="normal" type="1"><li>The Group Manager prepares a preliminary version of the list L, as specified in <xref target="collection-resource-get"/> for the processing of a GET request to the group-collection resource.</li>
          <li>The Group Manager applies the filter criteria specified in the FETCH request to the list L from the previous step. The result is the list L to include in the response.</li>
        </ol>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.05 FETCH
   Uri-Path: manage
   Content-Format: CT_TBD (application/ace-groupcomm+cbor)

   Payload:

   {
       "group_mode" : true,
       "gp_enc_alg" : 10,
             "hkdf" : 5
   }

<= 2.05 Content
   Content-Format: 40 (application/link-format)

   Payload:

   <coap://[2001:db8::ab]/manage/gp1>;rt="core.osc.gconf",
   <coap://[2001:db8::ab]/manage/gp2>;rt="core.osc.gconf",
   <coap://[2001:db8::ab]/manage/gp3>;rt="core.osc.gconf"
]]></artwork>
        <t>The following, additional example considers a request payload that uses both configuration parameters and status parameters as filter criteria. In particular, the following is assumed.</t>
        <ul spacing="normal">
          <li>In the URI of every group-configuration resource, the path component is /manage/GROUPNAME, where GROUPNAME is the group name of the associated OSCORE group.</li>
          <li>The Group Manager hosts four group-configuration resources, for the OSCORE groups with names "gp4", "gp5", "gp6", and "foo". All the OSCORE groups use the AEAD Algorithm AES-CCM-16-64-128 (COSE algorithm encoding: 10). Also, all the OSCORE groups are currently active, except for "gp6".</li>
        </ul>
        <artwork><![CDATA[
=> 0.05 FETCH
   Uri-Path: manage
   Content-Format: CT_TBD (application/ace-groupcomm+cbor)

   Payload:

   {
       "gp_enc_alg" : 10,
       "group_name" : 21065("^gp[0-9]*$"),
           "active" : true
   }

<= 2.05 Content
   Content-Format: 40 (application/link-format)

   Payload:

   <coap://[2001:db8::ab]/manage/gp4>;rt="core.osc.gconf",
   <coap://[2001:db8::ab]/manage/gp5>;rt="core.osc.gconf"
]]></artwork>
      </section>
      <section anchor="collection-resource-post">
        <name>Create a New Group Configuration</name>
        <t>This operation <bcp14>MUST</bcp14> be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a POST request to the group-collection resource, in order to create a new OSCORE group at the Group Manager. The request <bcp14>MUST</bcp14> specify the intended group name GROUPNAME, and <bcp14>MAY</bcp14> specify the intended group title together with pieces of information concerning the group configuration.</t>
        <t>The request payload is a CBOR map, whose possible entries are specified in <xref target="config-repr"/> and use the same abbreviations defined in <xref target="groupcomm-parameters"/>. In particular:</t>
        <ul spacing="normal">
          <li>The payload <bcp14>MAY</bcp14> include any of the configuration parameters defined in <xref target="config-repr-config-properties"/>.</li>
          <li>The payload <bcp14>MUST</bcp14> include the status parameter 'group_name' defined in <xref target="config-repr-status-properties"/> and specifying the intended group name encoded as a CBOR text string.</li>
          <li>The payload <bcp14>MAY</bcp14> include any of the status parameters 'active', 'group_description', 'max_stale_sets', 'exp', 'gid_reuse', 'app_groups', 'group_policies', and 'as_uri' defined in <xref target="config-repr-status-properties"/>.</li>
          <li>The payload <bcp14>MUST NOT</bcp14> include any of the status parameters 'rt', 'ace_groupcomm_profile', and 'joining_uri' defined in <xref target="config-repr-status-properties"/>.</li>
        </ul>
        <t>Consistently with what is defined at step 4 of <xref target="getting-access"/>, the Group Manager <bcp14>MUST</bcp14> check whether the group name specified in the 'group_name' parameter matches with the group name pattern specified in any scope entry of the 'scope' claim in the stored Access Token for the Administrator. In case of a positive match, the Group Manager <bcp14>MUST</bcp14> check whether the permission set in the found scope entry specifies the permission "Create".</t>
        <t>If the verification above fails (i.e., there are no matching scope entries specifying the "Create" permission), the Group Manager <bcp14>MUST</bcp14> reply with a 4.03 (Forbidden) error response.</t>
        <t>If the group configuration to be created would include parameter values that prevent the Group Manager from performing the operations defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> (e.g., due to the Group Manager not supporting a format of authentication credentials), the Group Manager <bcp14>MUST</bcp14> respond with a 5.03 (Service Unavailable) response. The response <bcp14>MUST</bcp14> have Content-Format set to application/concise-problem-details+cbor <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 12 ("Unsupported group configuration"), and the 'detail' field <bcp14>SHOULD</bcp14> be included in order to provide additional context.</t>
        <t>Otherwise, if any of the following occurs, the Group Manager <bcp14>MUST</bcp14> respond with a 4.00 (Bad Request) response.</t>
        <ul spacing="normal">
          <li>Any of the received parameters is not recognized, or not valid, or not consistent with respect to other related parameters. In particular, the value of the status parameter 'exp' (if present) is not valid if the indicated expiration date is not in the future.</li>
          <li>The Group Manager does not trust the Authorization Server with URI specified in the 'as_uri' parameter, and has no alternative Authorization Server to consider for the OSCORE group to create.</li>
        </ul>
        <t>After a successful processing of the POST request, the Group Manager performs the following actions.</t>
        <t>If the 'group_name' parameter specifies the group name of an already existing OSCORE group, the Group Manager <bcp14>MUST</bcp14> try to determine an alternative name for the new OSCORE group to create.</t>
        <t>In addition to that, the final decision about the name assigned to the new OSCORE group is always of the Group Manager, which may have more constraints than the Administrator can be aware of, possibly beyond the availability of suggested names. For example, the Group Manager may specifically want to use a randomized character string as the name of a newly created group.</t>
        <t>If the Group Manager has selected a name GROUPNAME different from the name GROUPNAME* indicated in the parameter 'group_name' of the request, then the following conditions <bcp14>MUST</bcp14> hold.</t>
        <ul spacing="normal">
          <li>The chosen name GROUPNAME is available to assign; and</li>
          <li>With reference to the 'scope' claim in the stored Access Token for the Administrator, let us define PERM* as the union of the permission sets associated with the scope entries such that GROUPNAME* matches with the specified group name pattern. Also, let us define PERM as the union of the permission sets associated with the scope entries such that GROUPNAME matches with the specified group name pattern. Then, PERM and PERM* <bcp14>MUST</bcp14> be equal.</li>
        </ul>
        <t>If the Group Manager does not manage to determine a group name for which both the above conditions hold, the Group Manager <bcp14>MUST</bcp14> respond with a 5.03 (Service Unavailable) response. The response <bcp14>MUST</bcp14> have Content-Format set to application/concise-problem-details+cbor <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 11 ("Unable to determine a group name").</t>
        <t>Otherwise, the Group Manager creates a new group-configuration resource, accessible to the Administrator at /manage/GROUPNAME, where GROUPNAME is the name of the OSCORE group as either indicated in the parameter 'group_name' of the request or uniquely assigned by the Group Manager. The group-collection resource is also accordingly updated.</t>
        <t>The operation of creating the new group-configuration resource and accordingly updating the group-collection resource <bcp14>MUST</bcp14> be atomic.</t>
        <t>The value of the status parameter 'rt' is set to "core.osc.gconf". The values of other parameters specified in the request are used as group configuration information for the newly created OSCORE group.</t>
        <t>If the request specifies the parameter 'gid_reuse' encoding the CBOR simple value <tt>true</tt> (0xf5) and the Group Manager does not support the reassignment of OSCORE Group ID values (see <xref section="3.2.1.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/> and <xref section="11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>), then the Group Manager sets the value of the 'gid_reuse' status parameter in the group-configuration resource to the CBOR simple value <tt>false</tt> (0xf4).</t>
        <t>For each parameter not specified in the request, the Group Manager refers to the default values specified in <xref target="default-values"/>.</t>
        <t>After that, the Group Manager creates a new group-membership resource accessible at /ace-group/GROUPNAME to nodes that want to join the OSCORE group, as specified in <xref section="6.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>. Note that such group membership-resource comprises a number of sub-resources intended to current group members, as defined in <xref section="4.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> and <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
        <t>From then on, the Group Manager will rely on the current group configuration to build the Join Response message defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>, when handling the joining of a new group member. Furthermore, the Group Manager generates the following pieces of information, and assigns them to the newly created OSCORE group:</t>
        <ul spacing="normal">
          <li>The OSCORE Master Secret.</li>
          <li>The OSCORE Master Salt (optionally).</li>
          <li>The Group ID, used as OSCORE ID Context, which <bcp14>MUST</bcp14> be unique within the set of OSCORE groups under the Group Manager.</li>
        </ul>
        <t>Finally, the Group Manager replies to the Administrator with a 2.01 (Created) response. The Location-Path option <bcp14>MUST</bcp14> be included in the response, indicating the location of the just created group-configuration resource. The response <bcp14>MUST NOT</bcp14> include a Location-Query option.</t>
        <t>The response payload specifies the parameters 'group_name', 'joining_uri', and 'as_uri', from the status properties of the newly created OSCORE group (see <xref target="config-repr"/>), as detailed below.</t>
        <t>The response payload is a CBOR map, where entries use the same abbreviations defined in <xref target="groupcomm-parameters"/>.</t>
        <ul spacing="normal">
          <li>'group_name', with value the group name of the OSCORE group. This value can be different from the group name possibly specified by the Administrator in the POST request, and reflects the final choice of the Group Manager as 'group_name' status property for the OSCORE group. This parameter <bcp14>MUST</bcp14> be included.</li>
          <li>'joining_uri', with value the URI of the group-membership resource for joining the newly created OSCORE group. This parameter <bcp14>MUST</bcp14> be included.</li>
          <li>'as_uri', with value the URI of the Authorization Server associated with the Group Manager for the newly created OSCORE group. This parameter <bcp14>MUST</bcp14> be included. Its value can be different from the URI possibly specified by the Administrator in the POST request, and reflects the final choice of the Group Manager as 'as_uri' status property for the OSCORE group.</li>
        </ul>
        <t>If the POST request specified the parameter 'gid_reuse' encoding the CBOR simple value <tt>true</tt> (0xf5) but the Group Manager has set the value of the 'gid_reuse' status parameter in the group-configuration resource to the CBOR simple value <tt>false</tt> (0xf4), then the response payload <bcp14>MUST</bcp14> include also the parameter 'gid_reuse' encoding the CBOR simple value <tt>false</tt> (0xf4).</t>
        <t>If the POST request did not specify certain parameters and the Group Manager used default values different from the ones recommended in <xref target="default-values"/>, then the response payload <bcp14>MUST</bcp14> also include those parameters, specifying the values chosen by the Group Manager for the current group configuration.</t>
        <t>The Group Manager can register the link to the group-membership resource with URI specified in 'joining_uri' to a Resource Directory <xref target="RFC9176"/>, as defined in <xref section="2" sectionFormat="of" target="I-D.tiloca-core-oscore-discovery"/>. The Group Manager considers the current group configuration when specifying additional information for the link to register.</t>
        <t>Alternatively, the Administrator can perform the registration in the Resource Directory on behalf of the Group Manager, acting as Commissioning Tool. The Administrator considers the following when specifying additional information for the link to register.</t>
        <ul spacing="normal">
          <li>The name of the OSCORE group <bcp14>MUST</bcp14> take the value specified in 'group_name' from the 2.01 (Created) response.</li>
          <li>The names of the application groups using the OSCORE group <bcp14>MUST</bcp14> take the values possibly specified by the elements of the 'app_groups' parameter in the POST request.</li>
          <li>If also registering a related link to the Authorization Server associated with the OSCORE group, the related link <bcp14>MUST</bcp14> have as link target the URI in 'as_uri' from the 2.01 (Created) response.</li>
          <li>
            <t>As to every other information element describing the current group configuration, the following applies.  </t>
            <ul spacing="normal">
              <li>If a certain parameter was specified in the POST request, the Administrator <bcp14>MUST</bcp14> use either the value specified in the 2.01 (Created) response, if the Group Manager specified one, or the value specified in the POST request otherwise.</li>
              <li>If a certain parameter was not specified in the POST request, the Administrator <bcp14>MUST</bcp14> use either the value specified in the 2.01 (Created) response, if the Group Manager specified one, or the corresponding default value recommended in <xref target="default-values-conf"/> otherwise.</li>
            </ul>
          </li>
        </ul>
        <t>Note that, compared to the Group Manager, the Administrator is less likely to remain closely aligned with possible changes and updates that would require a prompt update to the registration in the Resource Directory. This applies especially to the address of the Group Manager, as well as the URI of the group-membership resource or of the Authorization Server associated with the Group Manager.</t>
        <t>Therefore, it is <bcp14>RECOMMENDED</bcp14> that registrations of links to group-membership resources in the Resource Directory are made (and possibly updated) directly by the Group Manager, rather than by the Administrator.</t>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.02 POST
   Uri-Path: manage
   Content-Format: CT_TBD (application/ace-groupcomm+cbor)

   Payload:

   {
            "gp_enc_alg" : 10,
                  "hkdf" : 5,
         "pairwise_mode" : true,
                "active" : true,
            "group_name" : "gp4",
     "group_description" : "rooms 1 and 2",
            "app_groups" : ["room1", "room2"],
                "as_uri" : "coap://as.example.com/token"
   }

<= 2.01 Created
   Location-Path: manage
   Location-Path: gp4
   Content-Format: CT_TBD (application/ace-groupcomm+cbor)

   Payload:

   {
      "group_name" : "gp4",
     "joining_uri" : "coap://[2001:db8::ab]/ace-group/gp4/",
          "as_uri" : "coap://as.example.com/token"
   }
]]></artwork>
      </section>
      <section anchor="configuration-resource-get">
        <name>Retrieve a Group Configuration</name>
        <t>This operation <bcp14>MUST</bcp14> be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a GET request to the group-configuration resource manage/GROUPNAME associated with an OSCORE group with group name GROUPNAME, in order to retrieve the complete current configuration of that group.</t>
        <t>Consistently with what is defined at step 4 of <xref target="getting-access"/>, the Group Manager <bcp14>MUST</bcp14> check whether GROUPNAME matches with the group name pattern specified in any scope entry of the 'scope' claim in the stored Access Token for the Administrator. In case of a positive match, the Group Manager <bcp14>MUST</bcp14> check whether the permission set in the found scope entry specifies the permission "Read".</t>
        <t>If the verification above fails (i.e., there are no matching scope entries specifying the "Read" permission), the Group Manager <bcp14>MUST</bcp14> reply with a 4.03 (Forbidden) error response.</t>
        <t>Otherwise, after a successful processing of the GET request, the Group Manager replies to the Administrator with a 2.05 (Content) response. The response has as payload the representation of the group configuration as specified in <xref target="config-repr"/>. The exact content of the payload reflects the current configuration of the OSCORE group. This includes both configuration properties and status properties.</t>
        <t>The response payload is a CBOR map, whose possible entries are specified in <xref target="config-repr"/> and use the same abbreviations defined in <xref target="groupcomm-parameters"/>.</t>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.01 GET
   Uri-Path: manage
   Uri-Path: gp4

<= 2.05 Content
   Content-Format: CT_TBD (application/ace-groupcomm+cbor)

   Payload:

   {
                      "hkdf" : 5,
                  "cred_fmt" : 33,
                "group_mode" : true,
                "gp_enc_alg" : 10,
                  "sign_alg" : -8,
               "sign_params" : [[1], [1, 6]],
             "pairwise_mode" : true,
                       "alg" : 10,
                  "ecdh_alg" : -27,
               "ecdh_params" : [[1], [1, 6]],
                   "det_req" : false,
                        "rt" : "core.osc.gconf",
                    "active" : true,
                "group_name" : "gp4",
         "group_description" : "rooms 1 and 2",
     "ace_groupcomm_profile" : "coap_group_oscore_app",
            "max_stale_sets" : 3,
                       "exp" : 1360289224,
                 "gid_reuse" : false,
                "app_groups" : ["room1", "room2"],
               "joining_uri" : "coap://[2001:db8::ab]/ace-group/gp4/",
                    "as_uri" : "coap://as.example.com/token"
   }
]]></artwork>
      </section>
      <section anchor="configuration-resource-fetch">
        <name>Retrieve Part of a Group Configuration by Filters</name>
        <t>This operation <bcp14>MUST</bcp14> be supported by the Group Manager and <bcp14>MAY</bcp14> be supported by an Administrator.</t>
        <t>The Administrator can send a FETCH request to the group-configuration resource manage/GROUPNAME associated with an OSCORE group with group name GROUPNAME, in order to retrieve part of the current configuration of that group.</t>
        <t>The request payload is a CBOR map, which contains the following field:</t>
        <ul spacing="normal">
          <li>'conf_filter', encoded as a CBOR array. Each element of the array specifies one requested configuration parameter or status parameter of the current group configuration (see <xref target="config-repr"/>), encoded with the corresponding CBOR abbreviation defined in <xref target="groupcomm-parameters"/>.</li>
        </ul>
        <t>The Group Manager <bcp14>MUST</bcp14> perform the same authorization checks defined for the processing of a GET request to a group-configuration resource in <xref target="configuration-resource-get"/>. That is, the Group Manager <bcp14>MUST</bcp14> verify that the Administrator has been granted a "Read" permission applicable to the targeted group-configuration resource.</t>
        <t>After a successful processing of the FETCH request, the Group Manager replies to the Administrator with a 2.05 (Content) response. The response has as payload a partial representation of the group configuration (see <xref target="config-repr"/>). The exact content of the payload reflects the current configuration of the OSCORE group, and is limited to the configuration properties and status properties requested by the Administrator in the FETCH request.</t>
        <t>The response payload includes the requested configuration parameters and status parameters, and is formatted as in the response payload of a GET request to a group-configuration resource (see <xref target="configuration-resource-get"/>). If the request payload specifies a parameter that is not included in the group configuration, then the response payload <bcp14>MUST NOT</bcp14> include a corresponding parameter.</t>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.05 FETCH
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: CT_TBD (application/ace-groupcomm+cbor)

   Payload:

   {
     "conf_filter" : ["gp_enc_alg",
                      "hkdf",
                      "pairwise_mode",
                      "active",
                      "group_description",
                      "app_groups"]
   }

<= 2.05 Content
   Content-Format: CT_TBD (application/ace-groupcomm+cbor)

   Payload:

   {
            "gp_enc_alg" : 10,
                  "hkdf" : 5,
         "pairwise_mode" : true,
                "active" : true,
     "group_description" : "rooms 1 and 2",
            "app_groups" : ["room1", "room2"]
   }

]]></artwork>
      </section>
      <section anchor="configuration-resource-put">
        <name>Overwrite a Group Configuration</name>
        <t>This operation <bcp14>MAY</bcp14> be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a PUT request to the group-configuration resource manage/GROUPNAME associated with an OSCORE group with group name GROUPNAME, in order to overwrite the current configuration of that group with a new one.</t>
        <t>The payload of the request has the same format of the POST request defined in <xref target="collection-resource-post"/>, with the exception that the configuration parameters 'group_mode' and 'pairwise_mode' as well as the status parameters 'group_name' and 'gid_reuse' <bcp14>MUST NOT</bcp14> be included.</t>
        <t>The error handling for the PUT request is the same as for the POST request defined in <xref target="collection-resource-post"/>, with the following difference in terms of authorization checks.</t>
        <t>Consistently with what is defined at step 4 of <xref target="getting-access"/>, the Group Manager <bcp14>MUST</bcp14> check whether GROUPNAME matches with the group name pattern specified in any scope entry of the 'scope' claim in the stored Access Token for the Administrator. In case of a positive match, the Group Manager <bcp14>MUST</bcp14> check whether the permission set in the found scope entry specifies the permission "Write".</t>
        <t>If the verification above fails (i.e., there are no matching scope entries specifying the "Write" permission), the Group Manager <bcp14>MUST</bcp14> reply with a 4.03 (Forbidden) error response.</t>
        <t>If the group-configuration resource targeted by the PUT request does not currently exist, then the Group Manager <bcp14>MUST NOT</bcp14> create the resource and <bcp14>MUST</bcp14> reply with a 4.04 (Not Found) error response.</t>
        <t>If the updated group configuration would include parameter values that prevent the Group Manager from performing the operations defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> (e.g., due to the Group Manager not supporting a format of authentication credentials), the Group Manager <bcp14>MUST</bcp14> respond with a 5.03 (Service Unavailable) response. The response <bcp14>MUST</bcp14> have Content-Format set to application/concise-problem-details+cbor <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 12 ("Unsupported group configuration"), and the 'detail' field <bcp14>SHOULD</bcp14> be included in order to provide additional context.</t>
        <t>If no error occurs and the PUT request is successfully processed, the Group Manager performs the following actions.</t>
        <t>First, the Group Manager updates the group-configuration resource, consistently with the values indicated in the PUT request from the Administrator. When doing so, the configuration parameters 'group_mode' and 'pairwise_mode' as well as the status parameters 'group_name' and 'gid_reuse' <bcp14>MUST</bcp14> remain unchanged.</t>
        <t>For each other parameter not specified in the PUT request, the Group Manager <bcp14>MUST</bcp14> use default values as specified in <xref target="default-values"/>. Note that the default value recommended for the status parameter 'active' is the CBOR simple value <tt>false</tt> (0xf4). Therefore, if the Administrator intends to preserve the current status of the group as active, then the payload of the PUT request has to include the parameter 'active' specifying the CBOR simple value <tt>true</tt> (0xf5).</t>
        <t>When updating the group-configuration resource, the corresponding group-membership resource is also accordingly updated. The overwriting of such two resources <bcp14>MUST</bcp14> be atomic.</t>
        <t>If a new value N' is specified for the 'max_stale_sets' status parameter and N' is smaller than the current value N, the Group Manager preserves the (up to) N' most recent sets of stale OSCORE Sender IDs associated with the group, and deletes any possible older set (see <xref section="7.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
        <t>From then on, the Group Manager relies on the latest updated configuration to build the Join Response message defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>, when handling the joining of a new group member. Similarly, the Group Manager relies on the new group configuration when building responses specifying (part of) the group configuration to a current group member. For instance, this applies when a group member retrieves from the Group Manager the updated group keying material (see <xref section="9.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>) or the current group status (see <xref section="9.9" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
        <t>Then, the Group Manager replies to the Administrator with a 2.04 (Changed) response. The payload of the response has the same format of the 2.01 (Created) response defined in <xref target="collection-resource-post"/>.</t>
        <t>If the PUT request did not specify certain parameters and the Group Manager used default values different from the ones recommended in <xref target="default-values"/>, then the response payload <bcp14>MUST</bcp14> include also those parameters, specifying the values chosen by the Group Manager for the current group configuration.</t>
        <t>If the link to the group-membership resource was registered in the Resource Directory <xref target="RFC9176"/>, the Group Manager is responsible to refresh the registration, as defined in <xref section="3" sectionFormat="of" target="I-D.tiloca-core-oscore-discovery"/>.</t>
        <t>Alternatively, the Administrator can update the registration in the Resource Directory on behalf of the Group Manager, acting as Commissioning Tool. The Administrator considers the following when specifying additional information for the link to update.</t>
        <ul spacing="normal">
          <li>The name of the OSCORE group <bcp14>MUST</bcp14> take the value specified in 'group_name' from the 2.04 (Changed) response.</li>
          <li>The names of the application groups using the OSCORE group <bcp14>MUST</bcp14> take the values possibly specified by the elements of the 'app_groups' parameter in the PUT request.</li>
          <li>If also registering a related link to the Authorization Server associated with the OSCORE group, the related link <bcp14>MUST</bcp14> have as link target the URI in 'as_uri' from the 2.04 (Changed) response.</li>
          <li>
            <t>As to every other information element describing the current group configuration, the following applies.  </t>
            <ul spacing="normal">
              <li>If a certain parameter was specified in the PUT request, the Administrator <bcp14>MUST</bcp14> use either the value specified in the 2.04 (Changed) response, if the Group Manager specified one, or the value specified in the PUT request otherwise.</li>
              <li>If a certain parameter was not specified in the PUT request, the Administrator <bcp14>MUST</bcp14> use either the value specified in the 2.04 (Changed) response, if the Group Manager specified one, or the corresponding default value recommended in <xref target="default-values-conf"/> otherwise.</li>
            </ul>
          </li>
        </ul>
        <t>As discussed in <xref target="collection-resource-post"/>, it is <bcp14>RECOMMENDED</bcp14> that registrations of links to group-membership resources in the Resource Directory are made (and possibly updated) directly by the Group Manager, rather than by the Administrator.</t>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.03 PUT
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: CT_TBD (application/ace-groupcomm+cbor)

   Payload:

   {
       "gp_enc_alg" : 11,
             "hkdf" : 5
   }

<= 2.04 Changed
   Content-Format: CT_TBD (application/ace-groupcomm+cbor)

   Payload:

   {
      "group_name" : "gp4",
     "joining_uri" : "coap://[2001:db8::ab]/ace-group/gp4/",
          "as_uri" : "coap://as.example.com/token"
   }
]]></artwork>
        <section anchor="sssec-effects-overwrite-joining-nodes">
          <name>Effects on Joining Nodes</name>
          <t>After having overwritten a group configuration, if the value of the status parameter 'active' is changed from <tt>true</tt> (0xf5) to <tt>false</tt> (0xf4), the Group Manager <bcp14>MUST</bcp14> stop admitting new members in the OSCORE group. In particular, until the status parameter 'active' is changed back to <tt>true</tt> (0xf5), the Group Manager <bcp14>MUST</bcp14> respond to a Join Request with a 5.03 (Service Unavailable) response, as defined in <xref section="6.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
          <t>If the value of the status parameter 'active' is changed from <tt>false</tt> (0xf4) to <tt>true</tt> (0xf5), the Group Manager resumes admitting new members in the OSCORE group, by processing their Join Requests (see <xref section="6.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
        </section>
        <section anchor="sssec-effects-overwrite-group-members">
          <name>Effects on the Group Members</name>
          <t>After having overwritten a group configuration, the Group Manager informs the members of the OSCORE group, over the pairwise secure communication channels established when joining the group (see <xref section="6" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
          <t>To this end, the Group Manager can individually target the 'control_uri' URI of each group member (see <xref section="4.3.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>), if provided by the intended recipient upon joining the OSCORE group (see <xref section="6.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). Such messages sent by the Group Manager to each group member <bcp14>MUST</bcp14> have Content-Format set to application/ace-groupcomm+cbor, and <bcp14>MUST</bcp14> be formatted as the Join Response defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>, with the following differences.</t>
          <ul spacing="normal">
            <li>Only the parameters 'gkty', 'key', 'num', 'exp', and 'ace_groupcomm_profile' are present.</li>
            <li>
              <t>The 'key' parameter includes only the following parameters, with values reflecting the new configuration of the OSCORE group.  </t>
              <ul spacing="normal">
                <li>'hkdf' and 'cred_fmt'.</li>
                <li>
                  <t>'sign_enc_alg', 'sign_alg', and 'sign_params', only in case the configuration parameter 'group_mode' in the group-configuration resource has value <tt>true</tt> (0xf5), i.e., the OSCORE group uses the group mode of Group OSCORE.      </t>
                  <t>
Editor's note: as per the text above, the referred version of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> still uses 'sign_enc_alg' as parameter name. The next version of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> will be updated in order to use 'gp_enc_alg' instead, as already done for this document and consistently with the naming used in the latest version of <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
                </li>
                <li>'alg', 'ecdh_alg', and 'ecdh_params', only in case the configuration parameter 'pairwise_mode' in the group-configuration resource has value <tt>true</tt> (0xf5), i.e., the OSCORE group uses the pairwise mode of Group OSCORE.</li>
                <li>'det_hash_alg' defined in <xref section="4" sectionFormat="of" target="I-D.amsuess-core-cachable-oscore"/>, only in case the configuration parameter 'det_req' is present with value <tt>true</tt> (0xf5), and specifying the Hash Algorithm used in the OSCORE group when producing deterministic requests, as defined in <xref target="I-D.amsuess-core-cachable-oscore"/>.</li>
              </ul>
            </li>
          </ul>
          <t>Alternatively, group members can obtain the information above by accessing the group-membership resource associated with the OSCORE group (see <xref section="9.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>), optionally by subscribing for updates to such a resource, e.g., by using CoAP Observe <xref target="RFC7641"/>.</t>
          <t>When receiving such information, each group member uses it to update the corresponding parameters in the Group OSCORE Security Context of the group in question (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. If any of 'sign_enc_alg', 'sign_alg', 'alg', and 'ecdh_alg' has as value the CBOR simple value <tt>null</tt> (0xf6), then the corresponding parameter in the Group OSCORE Security Context becomes unset if it is not already. According to the new parameter values, each group member derives new Sender/Recipient Keys, a new Common IV, and new Pairwise Keys. When doing so, a group member <bcp14>MUST NOT</bcp14> reset the Sender Sequence Number in its Sender Context or reset the Replay Window in its Recipient Contexts.</t>
          <t>Editor's note: as per the text above, the referred version of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> still uses 'sign_enc_alg' as parameter name. The next version of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> will be updated in order to use 'gp_enc_alg' instead, as already done for this document and consistently with the naming used in the latest version of <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          <t>The following holds when the value of specific parameters is updated.</t>
          <ul spacing="normal">
            <li>
              <t>If the value of the status parameter 'active' is changed from <tt>true</tt> (0xf5) to <tt>false</tt> (0xf4):  </t>
              <ul spacing="normal">
                <li>The Group Manager <bcp14>MUST</bcp14> stop accepting requests for new individual keying material from current group members (see <xref section="9.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>), until the status parameter 'active' is changed back to <tt>true</tt> (0xf5). Until then, the Group Manager <bcp14>MUST</bcp14> respond to a Key Renewal Request with a 5.03 (Service Unavailable) response, as defined in <xref section="9.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
                <li>The Group Manager <bcp14>MUST</bcp14> stop accepting updated authentication credentials uploaded by current group members (see <xref section="9.4" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>), until the status parameter 'active' is changed back to <tt>true</tt> (0xf5). Until then, the Group Manager <bcp14>MUST</bcp14> respond to an Authentication Credential Update Request with a 5.03 (Service Unavailable) response, as defined in <xref section="9.4" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
              </ul>
            </li>
            <li>
              <t>Every group member, upon learning that the OSCORE group has been deactivated (i.e., 'active' has value <tt>false</tt> (0xf4)), <bcp14>SHOULD</bcp14> stop communicating in the group.  </t>
              <t>
Every group member, upon learning that the OSCORE group has been reactivated (i.e., 'active' has value <tt>true</tt> (0xf5) again), can resume communicating in the group.</t>
            </li>
            <li>
              <t>If the value of 'gp_enc_alg' and/or 'alg' is changed, the Group Manager determines the new maximum size NEW_MAX_SIZE that can be used for the OSCORE Sender IDs of the group members, based on the size of the AEAD nonce of such algorithms (see <xref section="2.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). In case NEW_MAX_SIZE is strictly smaller than the old, maximum size of the OSCORE Sender IDs used in the OSCORE group, the Group Manager <bcp14>MUST</bcp14> proceed as follows.  </t>
              <ul spacing="normal">
                <li>The Group Manager checks if any of the current group members has an OSCORE Sender ID whose size is strictly larger than NEW_MAX_SIZE.</li>
                <li>If any of such group members is found, the Group Manager <bcp14>MUST</bcp14> evict them from the OSCORE group. That is, the Group Manager <bcp14>MUST</bcp14> terminate their membership and <bcp14>MUST</bcp14> rekey the group in such a way that the new keying material is not provided to those evicted members. This also includes adding their relinquished Sender IDs to the most recent set of stale Sender IDs for the OSCORE group (see <xref section="7.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>), before rekeying the group. Such evicted group members can rejoin the OSCORE group, thus obtaining the new group keying material together with a new, valid OSCORE Sender ID.</li>
              </ul>
            </li>
            <li>
              <t>Every group member, upon receiving updated values for 'hkdf', 'sign_enc_alg', and 'alg', <bcp14>MUST</bcp14> either:  </t>
              <ul spacing="normal">
                <li>Leave the OSCORE group (see <xref section="9.11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>), e.g., if not supporting the indicated new algorithms; or</li>
                <li>Remain in the OSCORE group and use the Group OSCORE Security Context after having updated it as defined above.</li>
              </ul>
              <t>
Editor's note: as per the text above, the referred version of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> still uses 'sign_enc_alg' as parameter name. The next version of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> will be updated in order to use 'gp_enc_alg' instead, as already done for this document and consistently with the naming used in the latest version of <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
            </li>
            <li>
              <t>Every group member, upon receiving updated values for 'cred_fmt', 'sign_alg', 'sign_params', 'ecdh_alg', and 'ecdh_params' <bcp14>MUST</bcp14> either:  </t>
              <ul spacing="normal">
                <li>Leave the OSCORE group, e.g., if not supporting the indicated new format, algorithms, parameters, and encoding; or</li>
                <li>Leave the OSCORE group and rejoin it (see <xref section="6" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). When rejoining the group, an authentication credential in the indicated format used in the OSCORE group <bcp14>MUST</bcp14> be provided to the Group Manager. The authentication credential as well as the included public key <bcp14>MUST</bcp14> be compatible with the indicated algorithms and parameters.</li>
                <li>
                  <t>Remain in the OSCORE group and use the Group OSCORE Security Context after having updated it as defined above, and, if required, perform the following actions.      </t>
                  <ul spacing="normal">
                    <li>
                      <t>Provide the Group Manager with a new authentication credential to use in the OSCORE group (see <xref section="9.4" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). The new authentication credential <bcp14>MUST</bcp14> be in the indicated format used in the OSCORE group. The new authentication credential as well as the included public key <bcp14>MUST</bcp14> be compatible with the indicated algorithms and parameters.          </t>
                      <t>
Consistently, the group member has to retrieve the new authentication credentials of other group members as they are uploaded to the Group Manager (see <xref section="9.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). In order to ensure the retrieval of latest authentication credentials that are consistent with the new group configuration, it is preferable that the group member retrieves such authentication credentials after a pre-configured time interval has elapsed since uploading its own authentication credential. Later on, the group member will need to retrieve other group members' authentication credentials that it is still missing and that it needs for processing messages exchanged in the OSCORE group.</t>
                    </li>
                    <li>Retrieve from the Group Manager the Group Manager's new authentication credential (see <xref section="9.5" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). The new Group Manager's authentication credential is in the indicated format used in the OSCORE group. The new authentication credential as well as the included public key are compatible with the indicated algorithms and parameters.</li>
                  </ul>
                </li>
              </ul>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="configuration-resource-patch">
        <name>Selective Update of a Group Configuration</name>
        <t>This operation <bcp14>MAY</bcp14> be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a PATCH/iPATCH request <xref target="RFC8132"/> to the group-configuration resource manage/GROUPNAME associated with an OSCORE group with group name GROUPNAME, in order to update the value of only part of the group configuration.</t>
        <t>The request payload has the same format of the PUT request defined in <xref target="configuration-resource-put"/>, with the difference that it <bcp14>MAY</bcp14> also specify names of application groups to be removed from or added to the 'app_groups' status parameter. The names of such application groups are provided as defined below.</t>
        <t>The CBOR map in the request payload includes the field 'app_groups_diff', whose CBOR abbreviation is defined in <xref target="groupcomm-parameters"/>. This field is encoded as a CBOR array including the following two elements.</t>
        <ul spacing="normal">
          <li>The first element is a CBOR array, namely 'app_groups_del'. Each of its elements is a CBOR text string, with value the name of an application group to remove from the 'app_groups' status parameter.</li>
          <li>The second element is a CBOR array, namely 'app_groups_add'. Each of its elements is a CBOR text string, with value the name of an application group to add to the 'app_groups' status parameter.</li>
        </ul>
        <t>The CDDL definition <xref target="RFC8610"/> of the CBOR array 'app_groups_diff' formatted as in the request from the Administrator is provided below.</t>
        <figure anchor="cddl-diff">
          <name>CDDL definition of the 'app_groups_diff' field</name>
          <artwork type="CDDL" align="left"><![CDATA[
   app-group-name = tstr
   name-patch = [* app-group-name]
   app_groups_diff = [app_groups_del: name-patch,
                      app_groups_add: name-patch]
]]></artwork>
        </figure>
        <t>The Group Manager <bcp14>MUST</bcp14> respond with a 4.00 (Bad Request) response in case: both the inner CBOR arrays 'app_groups_del' and 'app_groups_add' are empty; or the CBOR map in the request payload includes both the 'app_groups' field and the 'app_groups_diff' field.</t>
        <t>The error handling for the PATCH/iPATCH request is the same as for the PUT request defined in <xref target="configuration-resource-put"/>, with the following additions.</t>
        <ul spacing="normal">
          <li>The set of group configuration parameters to update <bcp14>MUST NOT</bcp14> be empty. That is, the Group Manager <bcp14>MUST</bcp14> respond with a 4.00 (Bad Request) response, if the request payload includes an empty CBOR map.</li>
          <li>If the Request-URI does not point to an existing group-configuration resource, the Group Manager <bcp14>MUST NOT</bcp14> create a new resource, and <bcp14>MUST</bcp14> respond with a 4.04 (Not Found) response.</li>
          <li>
            <t>When applying the specified updated values would yield an inconsistent group configuration, the Group Manager <bcp14>MUST</bcp14> respond with a 4.09 (Conflict) response.  </t>
            <t>
The response <bcp14>MAY</bcp14> include the current representation of the group configuration resource, like when responding to a GET request as defined in <xref target="configuration-resource-get"/>. Otherwise, the response <bcp14>SHOULD</bcp14> include a diagnostic payload with additional information for the Administrator to recognize the source of the conflict.</t>
          </li>
          <li>When the request uses specifically the iPATCH method, the Group Manager <bcp14>MUST</bcp14> respond with a 4.00 (Bad Request) response, in case the CBOR map includes the parameter 'app_groups_diff'.</li>
        </ul>
        <t>Furthermore, the Group Manager <bcp14>MUST</bcp14> perform the same authorization checks defined for the processing of a PUT request to a group-configuration resource in <xref target="configuration-resource-put"/>. That is, the Group Manager <bcp14>MUST</bcp14> verify that the Administrator has been granted a "Write" permission applicable to the targeted group-configuration resource.</t>
        <t>If the updated group configuration would include parameter values that prevent the Group Manager from performing the operations defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> (e.g., due to the Group Manager not supporting a format of authentication credentials), the Group Manager <bcp14>MUST</bcp14> respond with a 5.03 (Service Unavailable) response. The response <bcp14>MUST</bcp14> have Content-Format set to application/concise-problem-details+cbor <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 12 ("Unsupported group configuration"), and the 'detail' field <bcp14>SHOULD</bcp14> be included in order to provide additional context.</t>
        <t>If no error occurs and the PATCH/iPATCH request is successfully processed, the Group Manager performs the following actions.</t>
        <t>First, the Group Manager updates the group-configuration resource, consistently with the values indicated in the PATCH/iPATCH request from the Administrator. The corresponding group-membership resource is also accordingly updated.</t>
        <t>The operation of updating the group-configuration resource and accordingly updating the group-membership resource <bcp14>MUST</bcp14> be atomic.</t>
        <t>Unlike for the PUT request defined in <xref target="configuration-resource-put"/>, the Group Manager does not alter the value of configuration parameters and status parameters for which updated values are not specified in the request payload. In particular, the Group Manager does not assign possible default values to those parameters.</t>
        <t>Special processing occurs when updating the 'app_groups' status parameter by difference, as defined below. The Administrator should not expect the Group Manager to add or delete names of application group names according to any particular order.</t>
        <ul spacing="normal">
          <li>If the name of an application group to add (delete) is specified multiple times, the Group Manager considers it only once for addition to (deletion from) the 'app_groups' status parameter.</li>
          <li>If the name of an application group to delete is not present in the 'app_groups' status parameter before any change is applied, the Group Manager ignores that name.</li>
          <li>If the name of an application group to add is already present in the 'app_groups' status parameter before any change is applied, the Group Manager ignores that name.</li>
          <li>The Group Manager deletes from the 'app_groups' status parameter the names of the application groups specified in the inner 'app_groups_del' CBOR array of the 'app_groups_diff' field.</li>
          <li>The Group Manager adds to the 'app_groups' status parameter the names of the application groups specified in the inner 'app_groups_add' CBOR array of the 'app_groups_diff' field.</li>
        </ul>
        <t>After having updated the group-configuration resource, from then on the Group Manager relies on the new group configuration to build the Join Response message defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>, when handling the joining of a new group member. Similarly, the Group Manager relies on the new group configuration when building responses specifying (part of) the group configuration to a current group member. For instance, this applies when a group member retrieves from the Group Manager the updated group keying material (see <xref section="9.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>) or the current group status (see <xref section="9.9" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
        <t>Finally, the Group Manager replies to the Administrator with a 2.04 (Changed) response. The payload of the response has the same format of the 2.01 (Created) response defined in <xref target="collection-resource-post"/>.</t>
        <t>The same considerations as for the PUT request defined in <xref target="configuration-resource-put"/> hold also in this case, with respect to refreshing a possible registration of the link to the group-membership resource in the Resource Directory <xref target="RFC9176"/>.</t>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.06 PATCH
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: CT_TBD (application/ace-groupcomm+cbor)

   Payload:

   {
          "gp_enc_alg" : 10,
     "app_groups_diff" : [["room1"],
                          ["room3", "room4"]]
   }

<= 2.04 Changed
   Content-Format: CT_TBD (application/ace-groupcomm+cbor)

   Payload:

   {
      "group_name" : "gp4",
     "joining_uri" : "coap://[2001:db8::ab]/ace-group/gp4/",
          "as_uri" : "coap://as.example.com/token"
   }
]]></artwork>
        <section anchor="effects-on-joining-nodes">
          <name>Effects on Joining Nodes</name>
          <t>After having selectively updated part of a group configuration, the effects on candidate joining nodes are the same as defined in <xref target="sssec-effects-overwrite-joining-nodes"/> for the case of group configuration overwriting.</t>
        </section>
        <section anchor="effects-on-the-group-members">
          <name>Effects on the Group Members</name>
          <t>After having selectively updated part of a group configuration, the effects on the current group members are the same as defined in <xref target="sssec-effects-overwrite-group-members"/> for the case of group configuration overwriting.</t>
        </section>
      </section>
      <section anchor="configuration-resource-delete">
        <name>Delete a Group Configuration</name>
        <t>This operation <bcp14>MUST</bcp14> be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a DELETE request to the group-configuration resource manage/GROUPNAME associated with an OSCORE group with group name GROUPNAME, in order to delete that OSCORE group.</t>
        <t>Consistently with what is defined at step 4 of <xref target="getting-access"/>, the Group Manager <bcp14>MUST</bcp14> check whether GROUPNAME matches with the group name pattern specified in any scope entry of the 'scope' claim in the stored Access Token for the Administrator. In case of a positive match, the Group Manager <bcp14>MUST</bcp14> check whether the permission set in the found scope entry specifies the permission "Delete".</t>
        <t>If the verification above fails (i.e., there are no matching scope entries specifying the "Delete" permission), the Group Manager <bcp14>MUST</bcp14> reply with a 4.03 (Forbidden) error response.</t>
        <t>Otherwise, the Group Manager continues processing the request, which would be successful only on an inactive OSCORE group. That is, the DELETE request actually yields a successful deletion of the OSCORE group only if the corresponding status parameter 'active' has current value <tt>false</tt> (0xf4). The Administrator can ensure that, by first performing an update of the group-configuration resource associated with the OSCORE group (see <xref target="configuration-resource-put"/>), and setting the corresponding status parameter 'active' to <tt>false</tt> (0xf4).</t>
        <t>If, upon receiving the DELETE request, the current value of the status parameter 'active' is <tt>true</tt> (0xf5), the Group Manager <bcp14>MUST</bcp14> respond with a 4.09 (Conflict) response. The response <bcp14>MUST</bcp14> have Content-Format set to application/concise-problem-details+cbor <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 10 ("Group currently active").</t>
        <t>After a successful processing of the DELETE request, the Group Manager performs the following actions.</t>
        <t>First, the Group Manager deletes the OSCORE group, deallocates both the group-configuration resource as well as the group-membership resource associated with that group, and accordingly updates the group-collection resource.</t>
        <t>The operation of deleting the group-configuration resource and the corresponding group-membership resource, as well as of accordingly updating the group-collection resource <bcp14>MUST</bcp14> be atomic.</t>
        <t>Then, the Group Manager replies to the Administrator with a 2.02 (Deleted) response.</t>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.04 DELETE
   Uri-Path: manage
   Uri-Path: gp4

<= 2.02 Deleted
]]></artwork>
        <section anchor="effects-on-the-group-members-1">
          <name>Effects on the Group Members</name>
          <t>After having deleted an OSCORE group, the Group Manager can inform the group members by means of the following two methods. When contacting a group member, the Group Manager uses the pairwise secure communication association established with that member during its joining process (see <xref section="6" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
          <ul spacing="normal">
            <li>The Group Manager sends an individual request message to each group member, targeting the respective resource used to perform the group rekeying process (see <xref section="11.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). The Group Manager uses the same format of the Join Response message in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>, where only the parameters 'gkty', 'key', and 'ace_groupcomm_profile' are present, and the 'key' parameter is the empty CBOR map.</li>
            <li>A group member may subscribe for updates to the group-membership resource associated with the OSCORE group. In particular, if this relies on CoAP Observe <xref target="RFC7641"/>, a group member would receive a 4.04 (Not Found) notification response from the Group Manager, since the group-configuration resource has been deallocated upon deleting the OSCORE group (see <xref section="6.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>). The response <bcp14>MUST</bcp14> have Content-Format set to application/concise-problem-details+cbor <xref target="RFC9290"/> and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. Within the Custom Problem Detail entry 'ace-groupcomm-error', the value of the 'error-id' field <bcp14>MUST</bcp14> be set to 5 ("Group deleted").</li>
          </ul>
          <t>When being informed about the deletion of the OSCORE group, a group member deletes the OSCORE Security Context that it stores as associated with that group, and possibly deallocates any dedicated control resource intended for the Group Manager that it has for that group.</t>
        </section>
      </section>
    </section>
    <section anchor="groupcomm-parameters">
      <name>ACE Groupcomm Parameters</name>
      <t>In addition to what is defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, this document defines additional parameters used in the messages exchanged between the Administrator and the Group Manager (see <xref target="interactions"/>). The table below summarizes them and specifies the CBOR key to use instead of the full descriptive name.</t>
      <t>Note that the media type application/ace-groupcomm+cbor <bcp14>MUST</bcp14> be used when these parameters are transported in the respective message fields.</t>
      <table align="center" anchor="tab-ACE-Groupcomm-Parameters">
        <name>ACE Groupcomm Parameters</name>
        <thead>
          <tr>
            <th align="left">Name</th>
            <th align="left">CBOR Key</th>
            <th align="left">CBOR Type</th>
            <th align="left">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">hkdf</td>
            <td align="left">-1</td>
            <td align="left">tstr / int</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">cred_fmt</td>
            <td align="left">-2</td>
            <td align="left">int</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">group_mode</td>
            <td align="left">-3</td>
            <td align="left">simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">gp_enc_alg</td>
            <td align="left">-4</td>
            <td align="left">tstr / int / <br/> simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">sign_alg</td>
            <td align="left">-5</td>
            <td align="left">tstr / int / <br/> simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">sign_params</td>
            <td align="left">-6</td>
            <td align="left">array / <br/> simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">pairwise_mode</td>
            <td align="left">-7</td>
            <td align="left">simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">alg</td>
            <td align="left">-8</td>
            <td align="left">tstr / int / <br/> simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">ecdh_alg</td>
            <td align="left">-9</td>
            <td align="left">tstr / int / <br/> simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">ecdh_params</td>
            <td align="left">-10</td>
            <td align="left">array / <br/> simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">det_req</td>
            <td align="left">-25</td>
            <td align="left">simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">det_hash_alg</td>
            <td align="left">-26</td>
            <td align="left">tstr / int</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">rt</td>
            <td align="left">-11</td>
            <td align="left">tstr</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">active</td>
            <td align="left">-12</td>
            <td align="left">simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">group_name</td>
            <td align="left">-13</td>
            <td align="left">tstr / <br/> #6.&lt;uint&gt;(any)</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">group_description</td>
            <td align="left">-14</td>
            <td align="left">tstr / <br/> simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">max_stale_sets</td>
            <td align="left">-15</td>
            <td align="left">uint</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">gid_reuse</td>
            <td align="left">-16</td>
            <td align="left">simple value</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">app_groups</td>
            <td align="left">-17</td>
            <td align="left">array</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">joining_uri</td>
            <td align="left">-18</td>
            <td align="left">tstr</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">as_uri</td>
            <td align="left">-19</td>
            <td align="left">tstr</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">conf_filter</td>
            <td align="left">-27</td>
            <td align="left">array</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">app_groups_diff</td>
            <td align="left">-28</td>
            <td align="left">array</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
        </tbody>
      </table>
      <t>The following holds for the Group Manager.</t>
      <ul spacing="normal">
        <li>
          <t>It <bcp14>MUST</bcp14> support the parameters 'ace_groupcomm_profile', 'exp', and 'group_policies', which are defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.  </t>
          <t>
This is consistent with what is defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> for the Key Distribution Center, of which the Group Manager defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> is a specific instance.</t>
        </li>
        <li>It <bcp14>MUST</bcp14> support all the parameters listed in <xref target="tab-ACE-Groupcomm-Parameters"/>, with the exception of the 'app_groups_diff' parameter, which <bcp14>MUST</bcp14> be supported only if the Group Manager supports the selective update of a group configuration (see <xref target="configuration-resource-patch"/>).</li>
      </ul>
      <t>The following holds for an Administrator.</t>
      <ul spacing="normal">
        <li>It <bcp14>MUST</bcp14> support the parameters 'ace_groupcomm_profile', 'exp', and 'group_policies', which are defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</li>
        <li>
          <t>It <bcp14>MUST</bcp14> support all the parameters listed in <xref target="tab-ACE-Groupcomm-Parameters"/>, with the following exceptions.  </t>
          <ul spacing="normal">
            <li>'conf_filter', which <bcp14>MUST</bcp14> be supported only if the Administrator supports the partial retrieval of a group configuration by filters (see <xref target="configuration-resource-fetch"/>).</li>
            <li>'app_groups_diff' parameter, which <bcp14>MUST</bcp14> be supported only if the Administrator supports the selective update of a group configuration (see <xref target="configuration-resource-patch"/>).</li>
          </ul>
        </li>
      </ul>
    </section>
    <section anchor="error-types">
      <name>ACE Groupcomm Error Identifiers</name>
      <t>In addition to what is defined in <xref section="9" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, this document defines new values that the Group Manager can use as error identifiers. These are used in error responses with Content-Format application/concise-problem-details+cbor <xref target="RFC9290"/>, as values of the 'error-id' field within the Custom Problem Detail entry 'ace-groupcomm-error' (see <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>).</t>
      <table align="center" anchor="tab-ACE-Groupcomm-Error">
        <name>ACE Groupcomm Error Identifiers</name>
        <thead>
          <tr>
            <th align="left">Value</th>
            <th align="left">Description</th>
            <th align="left">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">10</td>
            <td align="left">Group currently active</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">11</td>
            <td align="left">Unable to determine a group name</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
          <tr>
            <td align="left">12</td>
            <td align="left">Unsupported group configuration</td>
            <td align="left">[RFC-XXXX]</td>
          </tr>
        </tbody>
      </table>
      <t>If the Administrator supports the problem-details format <xref target="RFC9290"/> and the Custom Problem Detail entry 'ace-groupcomm-error' defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, and is able to understand the error specified in the 'error-id' field therein, then the Administrator may use that information to determine what actions to take next. If the Concise Problem Details data item specified in the error response includes the 'detail' entry and the Administrator supports it, such an entry may provide additional context. In particular, the following guidelines apply.</t>
      <ul spacing="normal">
        <li>In case of error 10, the Administrator should stop sending the DELETE request to the Group Manager (see <xref target="configuration-resource-delete"/>), until the group becomes inactive. As per this document, this error is relevant only for the Administrator, if it tries to delete a group without having set its status to inactive first (see <xref target="configuration-resource-delete"/>). In such a case, the Administrator should take the expected course of actions, and set the group status to inactive first (see <xref target="configuration-resource-put"/> and <xref target="configuration-resource-patch"/>), before sending a new request of group deletion to the Group Manager.</li>
        <li>
          <t>In case of error 11, the Administrator has the following options.  </t>
          <ul spacing="normal">
            <li>The Administrator simply tries again later on. The new POST request to the group-collection resource specifies the same group name originally suggested in the previous request that triggered the error response (see <xref target="collection-resource-post"/>). This option fundamentally relies on the Group Manager making the group name available again before the Administrator sends the new POST request. Hence, this option is not viable if it is unacceptable for the Administrator to considerably or indefinitely postpone the creation of the new group.</li>
            <li>
              <t>The Administrator sends a new POST request to the group-collection resource right away, specifying a different group name than the one suggested in the previous request that triggered the error response.      </t>
              <t>
In order to not inadvertently suggest a new group name that is already assigned to an existing OSCORE group, the Administrator can first retrieve the list of existing groups from the Group Manager, as defined in <xref target="collection-resource-get"/>. In the payload of the response from the Group Manager, each specified link indicates the name of an existing OSCORE group as the last segment of its url-path.      </t>
              <t>
The Administrator should choose the new group name GROUPNAME to suggest, in such a way that it does not renounce permissions that were granted per the old group name GROUPNAME*. This is the case if the following holds.      </t>
              <t>
With reference to the 'scope' claim of the Administrator's Access Token, let us define PERM* as the union of the permission sets associated with the scope entries such that GROUPNAME* matches with the specified group name pattern. Also, let us define PERM as the union of the permission sets associated with the scope entries such that GROUPNAME matches with the specified group name pattern. Then, PERM specifies no fewer permissions than PERM*.</t>
            </li>
            <li>
              <t>The Administrator requests a new Access Token to the Authorization Server, in order to update its access rights, and have a new granted scope whose scope entries specify more and/or different group name patterns than the old Access Token.      </t>
              <t>
After uploading the new Access Token to the Group Manager, the Administrator can send a new POST request to the group-collection resource. When doing so, the Administrator suggests a new group name to the Group Manager, according to the same criteria discussed for the previous option.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>In case of error 12, the Administrator has the following options.  </t>
          <ul spacing="normal">
            <li>
              <t>If the Administrator has attempted to create a new group configuration (see <xref target="collection-resource-post"/>), the Administrator can take into account what the Group Manager specifies in the 'detail' entry of the Concise Problem Details data item <xref target="RFC9290"/> specified in the error response, and send a new request to the Group Manager for accordingly creating the group configuration.      </t>
              <t>
This requires that the Administrator finds acceptable to create a group configuration different from the originally intended one.</t>
            </li>
            <li>
              <t>If the Administrator has attempted to overwrite (see <xref target="configuration-resource-put"/>) or selectively update (see <xref target="configuration-resource-patch"/>) an existing group configuration, the Administrator can take into account what the Group Manager specifies in the 'detail' entry of the Concise Problem Details data item <xref target="RFC9290"/> specified in the error response, and send a new request to the Group Manager for accordingly overwriting or selectively updating the group configuration.      </t>
              <t>
This requires that the Administrator finds acceptable to overwrite or update the current group configuration differently than how it was originally intended. If this is not attainable, the Administrator may decide to not take further actions and keep the current group configuration as is, or instead to delete the group configuration altogether (see <xref target="configuration-resource-delete"/>).</t>
            </li>
          </ul>
        </li>
      </ul>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>Security considerations are inherited from the ACE framework for Authentication and Authorization <xref target="RFC9200"/>, and from the specific transport profile of ACE used between the Administrator and the Group Manager, such as <xref target="RFC9202"/> and <xref target="RFC9203"/>.</t>
      <t>The same security considerations from <xref target="I-D.ietf-ace-key-groupcomm"/> and <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> also apply, with particular reference to the process of rekeying OSCORE groups.</t>
      <t>Further security considerations are compiled below.</t>
      <section anchor="change-of-group-configuration">
        <name>Change of Group Configuration</name>
        <t>With respect to changing group configurations, the following security considerations hold.</t>
        <ul spacing="normal">
          <li>
            <t>A change of the current group configuration (see <xref target="configuration-resource-put"/> and <xref target="configuration-resource-patch"/>) might result in generating and distributing new group keying material, consistently with the newly enforced algorithms and related parameters. In such a case, the Group Manager can perform a group rekeying as per <xref section="11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>, or provide the new group keying material together with the new group configuration as per <xref target="configuration-resource-put"/> and <xref target="configuration-resource-patch"/> of this document.  </t>
            <t>
After gaining knowledge of the new group configuration, current group members may also leave the OSCORE group and rejoin it, hence obtaining the new group configuration parameters and the up-to-date group keying material. When this happens, the Group Manager <bcp14>SHOULD NOT</bcp14> repeatedly rekey the group upon the re-join of every current group member, each of which is identifiable by means of the secure association that it has with the Group Manager.  </t>
            <t>
Shortly following an update of group configuration, the Group Manager <bcp14>SHOULD</bcp14> prioritize the re-join of such current group members before processing Join Requests from new group members.</t>
          </li>
          <li>Following the enforcement of a new group configuration, a group member might not deem it conducive to a sufficient security level (e.g., in terms of security algorithms and related parameters). In such a case, it is <bcp14>RECOMMENDED</bcp14> that the group member leaves the group.</li>
          <li>
            <t>A change of the current group configuration, possibly also requiring a group rekeying, might result in temporarily preventing communications among some group members altogether, until they have aligned themselves to the new group configuration. This is especially the case for a change of group configuration affecting the security algorithms and related parameters used in the group.  </t>
            <t>
Furthermore, a change of group configuration might interfere with ongoing, extended exchanges between group members, especially Block-Wise transfers <xref target="RFC7959"/><xref target="RFC9177"/> and the transmission of Observe notifications for ongoing Observations <xref target="RFC7641"/>.  </t>
            <t>
A group configuration (possibly together with the group keying material) may have been updated while a Block-Wise transfer is ongoing between two group members. This will result in blocks being resent, if the block sender and recipient are not yet both aligned with the new group configuration (and group keying material), in which case the block recipient would reply with an error message.  </t>
            <t>
After a change of group configuration, a group member <bcp14>MUST</bcp14> terminate an ongoing Observation if the new group configuration would not have allowed to compute exactly the Observe request associated with the ongoing Observation. This occurs, for example, when the new group configuration specifies a signature algorithm different from the one used in the group when the Observe request was protected.</t>
          </li>
        </ul>
      </section>
      <section anchor="group-manager">
        <name>Group Manager</name>
        <t>In addition to what is discussed in <xref section="10.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>, a compromised Group Manager would allow an adversary to also monitor the group configurations specified by an Administrator, or to enforce group configurations different from the specified ones, which can result in communications in the OSCORE groups not attaining the originally intended security level.</t>
        <t>Although this is undesirable, it is not worse than the control that the adversary would gain on the group keying material through the compromised Group Manager (see <xref section="10.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>).</t>
        <t>Unlike what is defined in <xref section="10.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> with respect to renewing the group keying material, the Group Manager does not have to change the group configurations of the OSCORE groups it is responsible for, after having experienced a reboot.</t>
      </section>
      <section anchor="administrators">
        <name>Administrators</name>
        <t>If multiple Administrators are responsible for the same OSCORE group, they are expected to be aware of each other and of their shared responsibility, as well as to be aligned on what is in the best interest of the OSCORE group and its secure operation. It is out of the scope of this document to define how different Administrators are appointed as responsible for an OSCORE group, and how they achieve and maintain such an alignment with each other.</t>
        <t>A compromised Administrator may collude with unauthorized parties. Within the extent of the granted access rights, the compromised Administrator may leak group configurations, change them in such a way that communications in the OSCORE groups do not attain the originally intended security level, or delete OSCORE groups altogether thus impeding their secure operation.</t>
        <t>When an Administrator is found compromised, the pertaining Access Tokens <bcp14>MUST</bcp14> be revoked by the Authorization Server. A possible way for the Authorization Server to notify the affected Group Managers about such revoked Access Tokens is defined in <xref target="I-D.ietf-ace-revoked-token-notification"/>.</t>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <t>Note to RFC Editor: Please replace all occurrences of "[RFC-XXXX]" with the RFC number of this specification and delete this paragraph.</t>
      <section anchor="iana-ace-groupcomm-parameters">
        <name>ACE Groupcomm Parameters</name>
        <t>IANA is asked to register the following entries in the "ACE Groupcomm Parameters" registry defined in <xref section="11.7" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
        <artwork><![CDATA[
Name: hkdf
CBOR Key: -1
CBOR Type: tstr / int
Reference: [RFC-XXXX]

Name: cred_fmt
CBOR Key: -2
CBOR Type: int
Reference: [RFC-XXXX]

Name: group_mode
CBOR Key: -3
CBOR Type: simple value
Reference: [RFC-XXXX]

Name: gp_enc_alg
CBOR Key: -4
CBOR Type: tstr / int / simple value
Reference: [RFC-XXXX]

Name: sign_alg
CBOR Key: -5
CBOR Type: tstr / int / simple value
Reference: [RFC-XXXX]

Name: sign_params
CBOR Key: -6
CBOR Type: array / simple value
Reference: [RFC-XXXX]

Name: pairwise_mode
CBOR Key: -7
CBOR Type: simple value
Reference: [RFC-XXXX]

Name: alg
CBOR Key: -8
CBOR Type: tstr / int / simple value
Reference: [RFC-XXXX]

Name: ecdh_alg
CBOR Key: -9
CBOR Type: tstr / int / simple value
Reference: [RFC-XXXX]

Name: ecdh_params
CBOR Key: -10
CBOR Type: array / simple value
Reference: [RFC-XXXX]

Name: det_req
CBOR Key: -25
CBOR Type: simple value
Reference: [RFC-XXXX]

Name: det_hash_alg
CBOR Key: -26
CBOR Type: tstr / int
Reference: [RFC-XXXX]

Name: rt
CBOR Key: -11
CBOR Type: tstr
Reference: [RFC-XXXX]

Name: active
CBOR Key: -12
CBOR Type: simple value
Reference: [RFC-XXXX]

Name: group_name
CBOR Key: -13
CBOR Type: tstr / #6.<uint>(any)
Reference: [RFC-XXXX]

Name: group_description
CBOR Key: -14
CBOR Type: tstr / simple value
Reference: [RFC-XXXX]

Name: max_stale_sets
CBOR Key: -15
CBOR Type: uint
Reference: [RFC-XXXX]

Name: gid_reuse
CBOR Key: -16
CBOR Type: simple value
Reference: [RFC-XXXX]

Name: app_groups
CBOR Key: -17
CBOR Type: array
Reference: [RFC-XXXX]

Name: joining_uri
CBOR Key: -18
CBOR Type: tstr
Reference: [RFC-XXXX]

Name: as_uri
CBOR Key: -19
CBOR Type: tstr
Reference: [RFC-XXXX]

Name: conf_filter
CBOR Key: -27
CBOR Type: array
Reference: [RFC-XXXX]

Name: app_groups_diff
CBOR Key: -28
CBOR Type: array
Reference: [RFC-XXXX]
]]></artwork>
      </section>
      <section anchor="iana-ace-groupcomm-errors">
        <name>ACE Groupcomm Errors</name>
        <t>IANA is asked to register the following entry in the "ACE Groupcomm Errors" registry defined in <xref section="11.12" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
        <artwork><![CDATA[
Value: 10
Description: Group currently active
Reference: [RFC-XXXX]

Value: 11
Description: Unable to determine a group name
Reference: [RFC-XXXX]

Value: 12
Description: Unsupported group configuration
Reference: [RFC-XXXX]
]]></artwork>
      </section>
      <section anchor="iana-rt">
        <name>Resource Types</name>
        <t>IANA is asked to enter the following values in the "Resource Type (rt=) Link Target Attribute Values" registry within the "Constrained Restful Environments (CoRE) Parameters" registry group.</t>
        <artwork><![CDATA[
Value: core.osc.gcoll
Description: Group-collection resource of an OSCORE Group Manager
Reference: [RFC-XXXX]

Value: core.osc.gconf
Description: Group-configuration resource of an OSCORE Group Manager
Reference: [RFC-XXXX]
]]></artwork>
      </section>
      <section anchor="ssec-iana-group-oscore-admin-permissions-registry">
        <name>Group OSCORE Admin Permissions</name>
        <t>This document establishes the IANA "Group OSCORE Admin Permissions" registry. The registry has been created to use the "Expert Review" registration procedure <xref target="RFC8126"/>. Expert review guidelines are provided in <xref target="ssec-iana-expert-review"/>.</t>
        <t>This registry includes the possible permissions that Administrators can have to perform operations on an OSCORE Group Manager, each in combination with a numeric identifier. These numeric identifiers are used to express authorization information about performing administrative operations concerning OSCORE groups under the control of the Group Manager, as specified in <xref target="scope-format"/> of [RFC-XXXX].</t>
        <t>The columns of this registry are:</t>
        <ul spacing="normal">
          <li>Name: A value that can be used in documents for easier comprehension, to identify a possible permission that Administrators can perform when interacting with an OSCORE Group Manager.</li>
          <li>
            <t>Value: The numeric identifier for this permission. Integer values greater than 65535 are marked as "Private Use", all other values use the registration policy "Expert Review" (see <xref section="4.5" sectionFormat="of" target="RFC8126"/>).  </t>
            <t>
Note that, in general, a single permission can be associated with multiple different operations that are possible to be performed when interacting with the Group Manager.</t>
          </li>
          <li>Description: This field contains a brief description of the permission.</li>
          <li>Reference: This contains a pointer to the public specification for the permission.</li>
        </ul>
        <t>This registry will be initially populated by the values in <xref target="tab-permission-values"/>. The Reference column for all of these entries will be [RFC-XXXX].</t>
      </section>
      <section anchor="ssec-iana-expert-review">
        <name>Expert Review Instructions</name>
        <t>The IANA registry established in this document is defined as "Expert Review".  This section gives some general guidelines for what the experts should be looking for, but they are being designated as experts for a reason, so they should be given substantial latitude.</t>
        <t>Expert reviewers should take into consideration the following points:</t>
        <ul spacing="normal">
          <li>
            <t>Clarity and correctness of registrations. Experts are expected to check the clarity of purpose and use of the requested entries. Experts should inspect the entry for the considered permission, to verify the correctness of its description against the permission as intended in the specification that defined it. Expert should consider requesting an opinion on the correctness of registered parameters from the Authentication and Authorization for Constrained Environments (ACE) Working Group and the Constrained RESTful Environments (CoRE) Working Group.  </t>
            <t>
Entries that do not meet these objective of clarity and completeness should not be registered.</t>
          </li>
          <li>Duplicated registration and point squatting should be discouraged. Reviewers are encouraged to get sufficient information for registration requests to ensure that the usage is not going to duplicate one that is already registered and that the point is likely to be used in deployments.</li>
          <li>Experts should take into account the expected usage of permissions when approving point assignment. Given a 'Value' V as code point, the length of the encoding of (2<sup>V+1</sup> - 1) should be weighed against the usage of the entry, considering the resources and capabilities of devices it will be used on. Additionally, given a 'Value' V as code point, the length of the encoding of (2<sup>V+1</sup> - 1) should be weighed against how many code points resulting in that encoding length are left, and the resources and capabilities of devices it will be used on.</li>
          <li>Specifications are recommended. When specifications are not provided, the description provided needs to have sufficient information to verify the points above.</li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-oscore-groupcomm">
          <front>
            <title>Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="2" month="September" year="2023"/>
            <abstract>
              <t>   This document defines the security protocol 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 protocol
   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.
   Group OSCORE can be used between endpoints communicating with CoAP or
   CoAP-mappable HTTP.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-20"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm">
          <front>
            <title>Key Provisioning for Group Communication using ACE</title>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="16" month="January" year="2024"/>
            <abstract>
              <t>   This document defines how to use the Authentication and Authorization
   for Constrained Environments (ACE) framework to distribute keying
   material and configuration parameters for secure group communication.
   Candidate group members 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-18"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="6" month="March" year="2023"/>
            <abstract>
              <t>   This document defines an application profile of the ACE framework for
   Authentication and Authorization, to request and provision keying
   material in group communication scenarios that are based on CoAP and
   are secured with Group Object Security for Constrained RESTful
   Environments (Group OSCORE).  This application profile delegates the
   authentication and authorization of Clients, that join an OSCORE
   group through a Resource Server acting as Group Manager for that
   group.  This application profile leverages protocol-specific
   transport profiles of ACE to achieve communication security, server
   authentication and proof-of-possession for a key owned by the Client
   and bound to an OAuth 2.0 Access Token.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-10"/>
        </reference>
        <reference anchor="RFC6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links. Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type. "RESTful" refers to the Representational State Transfer (REST) architecture. A well-known URI is defined as a default entry point for requesting the links hosted by a server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC6749">
          <front>
            <title>The OAuth 2.0 Authorization Framework</title>
            <author fullname="D. Hardt" initials="D." role="editor" surname="Hardt"/>
            <date month="October" year="2012"/>
            <abstract>
              <t>The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing the third-party application to obtain access on its own behalf. This specification replaces and obsoletes the OAuth 1.0 protocol described in RFC 5849. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6749"/>
          <seriesInfo name="DOI" value="10.17487/RFC6749"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <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="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="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"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="A. Sehgal" initials="A." surname="Sehgal"/>
            <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="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="RFC9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="RFC9202">
          <front>
            <title>Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="S. Gerdes" initials="S." surname="Gerdes"/>
            <author fullname="O. Bergmann" initials="O." surname="Bergmann"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a profile of the Authentication and Authorization for Constrained Environments (ACE) framework that allows constrained servers to delegate client authentication and authorization. The protocol relies on DTLS version 1.2 or later for communication security between entities in a constrained network using either raw public keys or pre-shared keys. A resource-constrained server can use this protocol to delegate management of authorization information to a trusted host with less-severe limitations regarding processing power and memory.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9202"/>
          <seriesInfo name="DOI" value="10.17487/RFC9202"/>
        </reference>
        <reference anchor="RFC9203">
          <front>
            <title>The Object Security for Constrained RESTful Environments (OSCORE) Profile of the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="M. Gunnarsson" initials="M." surname="Gunnarsson"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework. It utilizes Object Security for Constrained RESTful Environments (OSCORE) to provide communication security and proof-of-possession for a key owned by the client and bound to an OAuth 2.0 access token.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9203"/>
          <seriesInfo name="DOI" value="10.17487/RFC9203"/>
        </reference>
        <reference anchor="RFC9290">
          <front>
            <title>Concise Problem Details for Constrained Application Protocol (CoAP) APIs</title>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="October" year="2022"/>
            <abstract>
              <t>This document defines a concise "problem detail" as a way to carry machine-readable details of errors in a Representational State Transfer (REST) response to avoid the need to define new error response formats for REST APIs for constrained environments. The format is inspired by, but intended to be more concise than, the problem details for HTTP APIs defined in RFC 7807.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9290"/>
          <seriesInfo name="DOI" value="10.17487/RFC9290"/>
        </reference>
        <reference anchor="RFC9237">
          <front>
            <title>An Authorization Information Format (AIF) for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Information about which entities are authorized to perform what operations on which constituents of other entities is a crucial component of producing an overall system that is secure. Conveying precise authorization information is especially critical in highly automated systems with large numbers of entities, such as the Internet of Things.</t>
              <t>This specification provides a generic information model and format for representing such authorization information, as well as two variants of a specific instantiation of that format for use with Representational State Transfer (REST) resources identified by URI path.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9237"/>
          <seriesInfo name="DOI" value="10.17487/RFC9237"/>
        </reference>
        <reference anchor="RFC9277">
          <front>
            <title>On Stable Storage for Items in Concise Binary Object Representation (CBOR)</title>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document defines a stored ("file") format for Concise Binary Object Representation (CBOR) data items that is friendly to common systems that recognize file types, such as the Unix file(1) command.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9277"/>
          <seriesInfo name="DOI" value="10.17487/RFC9277"/>
        </reference>
        <reference anchor="RFC9485">
          <front>
            <title>I-Regexp: An Interoperable Regular Expression Format</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="T. Bray" initials="T." surname="Bray"/>
            <date month="October" year="2023"/>
            <abstract>
              <t>This document specifies I-Regexp, a flavor of regular expression that is limited in scope with the goal of interoperation across many different regular expression libraries.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9485"/>
          <seriesInfo name="DOI" value="10.17487/RFC9485"/>
        </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="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.tiloca-core-oscore-discovery">
          <front>
            <title>Discovery of OSCORE Groups with the CoRE Resource Directory</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
              <organization>Consultant</organization>
            </author>
            <date day="8" month="September" year="2023"/>
            <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>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-discovery-14"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="10" month="January" year="2024"/>
            <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-08"/>
        </reference>
        <reference anchor="I-D.ietf-cose-cbor-encoded-cert">
          <front>
            <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza" initials="S." surname="Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund" initials="J." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed" initials="M." surname="Furuhed">
              <organization>Nexus Group</organization>
            </author>
            <date day="4" month="March" year="2024"/>
            <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% while also significantly reducing memory and code size
   compared to ASN.1.  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 Certificate Signing Requests, 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-09"/>
        </reference>
        <reference anchor="I-D.ietf-ace-revoked-token-notification">
          <front>
            <title>Notification of Revoked Access Tokens in the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Sebastian Echeverria" initials="S." surname="Echeverria">
              <organization>CMU SEI</organization>
            </author>
            <author fullname="Grace Lewis" initials="G." surname="Lewis">
              <organization>CMU SEI</organization>
            </author>
            <date day="2" month="June" year="2023"/>
            <abstract>
              <t>   This document specifies a method of the Authentication and
   Authorization for Constrained Environments (ACE) framework, which
   allows an Authorization Server to notify Clients and Resource Servers
   (i.e., registered devices) about revoked access tokens.  As specified
   in this document, the method allows Clients and Resource Servers to
   access a Token Revocation List on the Authorization Server by using
   the Constrained Application Protocol (CoAP), with the possible
   additional use of resource observation.  Resulting (unsolicited)
   notifications of revoked access tokens complement alternative
   approaches such as token introspection, while not requiring
   additional endpoints on Clients and Resource Servers.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-revoked-token-notification-06"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC7959">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
              <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
              <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7959"/>
          <seriesInfo name="DOI" value="10.17487/RFC7959"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9176">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="M. Koster" initials="M." surname="Koster"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <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="RFC9177">
          <front>
            <title>Constrained Application Protocol (CoAP) Block-Wise Transfer Options Supporting Robust Transmission</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document specifies alternative Constrained Application Protocol (CoAP) block-wise transfer options: Q-Block1 and Q-Block2.</t>
              <t>These options are similar to, but distinct from, the CoAP Block1 and Block2 options defined in RFC 7959. The Q-Block1 and Q-Block2 options are not intended to replace the Block1 and Block2 options but rather have the goal of supporting Non-confirmable (NON) messages for large amounts of data with fewer packet interchanges. Also, the Q-Block1 and Q-Block2 options support faster recovery should any of the blocks get lost in transmission.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9177"/>
          <seriesInfo name="DOI" value="10.17487/RFC9177"/>
        </reference>
      </references>
    </references>
    <section anchor="sec-as-scope-processing">
      <name>Processing of Group Name Patterns at the AS</name>
      <t>When processing an Authorization Request from an Administrator (see <xref target="getting-access"/>), the AS builds the authorization information expressing granted permissions as scope entries, according to the AIF data model AIF-OSCORE-GROUPCOMM and to its extension specified in <xref target="scope-format"/>. These scope entries are in turn specified as value of the 'scope' claim to include in the Access Token.</t>
      <t>In order to evaluate the requested permissions against the access policies pertaining to the Administrator for the Group Manager in question, the AS can perform the following steps.</t>
      <t>The following specifically refers only to "admin scope entries", i.e., scope entries that express authorization information for Administrators of OSCORE groups.</t>
      <ol spacing="normal" type="1"><li>The AS initializes three empty sets of scope entries, namely S1, S2, and S3.</li>
        <li>
          <t>For each scope entry E in the 'scope' parameter of the Authorization Request, the AS performs the following actions.  </t>
          <ul spacing="normal">
            <li>In its access policies related to administrative operations at the Group Manager for the Administrator, the AS determines every group name superpattern P*, such that every group name matching with the pattern P of the scope entry E matches also with P*.</li>
            <li>If no superpatterns are found, the AS proceeds with the next scope entry, if any. Otherwise, the AS computes Tperm* as the union of the permission sets associated with the superpatterns found at the previous step. That is, Tperm* is the inclusive OR of the binary representations of the Tperm values associated with the found superpatterns and encoding the corresponding permission sets as per <xref target="scope-format"/>.</li>
            <li>The AS adds to the set S1 a scope entry, such that its Toid is the same as in the scope entry E, while its Tperm is the AND of Tperm* with the Tperm in the scope entry E.</li>
          </ul>
        </li>
        <li>
          <t>For each scope entry E in the 'scope' parameter of the Authorization Request, the AS performs the following actions.  </t>
          <ul spacing="normal">
            <li>In its access policies related to administrative operations at the Group Manager for the Administrator, the AS determines every group name subpattern P*, such that: i) the pattern P of the scope entry E is different from P*; and ii) every group name matching with P* also matches with P.</li>
            <li>If no subpatterns are found, the AS proceeds with the next scope entry, if any. Otherwise, for each found subpattern P*, the AS adds to the set S2 a scope entry, such that its Toid is the same as in the subpattern P*, while its Tperm is the AND of the Tperm from the subpattern P* with the Tperm in the scope entry E.</li>
          </ul>
        </li>
        <li>
          <t>For each scope entry E in the 'scope' parameter of the Authorization Request, the AS performs the following actions.  </t>
          <ul spacing="normal">
            <li>
              <t>For each group name pattern P* in its access policies related to administrative operations at the Group Manager for the Administrator, the AS performs the following actions.      </t>
              <ul spacing="normal">
                <li>The AS attempts to determine a crosspattern P** such that: i) in the previous steps, P** was not identified as a superpattern or subpattern for the pattern P of the scope entry E; ii) every group name matching with P** also matches with both P and P*.</li>
                <li>If no crosspattern is built, the AS proceeds with the next pattern in its access policies related to administrative operations at the Group Manager for the Administrator, if any. Otherwise, the AS adds to the set S3 a scope entry, such that its Toid is the same as in the crosspattern P**, while its Tperm is the AND of the Tperm from the pattern P* and the Tperm in the scope entry E.</li>
              </ul>
            </li>
          </ul>
        </li>
        <li>If the sets S1, S2, and S3 are all empty, the Authorization Request has not been successfully verified, and the AS returns an error response as per <xref section="5.8.3" sectionFormat="of" target="RFC9200"/>. Otherwise, the AS uses the scope entries in the sets S1, S2, and S3 as the scope entries for the 'scope' claim to include in the Access Token, as per the format defined in <xref target="scope-format"/>.</li>
      </ol>
    </section>
    <section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-10-11">
        <name>Version -10 to -11</name>
        <ul spacing="normal">
          <li>Early mentioned that issued Access Tokens can have other purposes.</li>
          <li>Added example of array of scope entries.</li>
          <li>Removed moot paragraph about the benefits of group name patterns.</li>
          <li>Use of CBOR tag 21065 to indicate a regular expression.</li>
          <li>Renamed 'group_title' as 'group_description'.</li>
          <li>Added a second example of FETCH to the group-collection resource.</li>
          <li>Avoiding accidental deactivation of a group when updating it.</li>
          <li>Avoid alternative ways to create a group configuration resource.</li>
          <li>RFC 9290 is used instead of the custom format for error responses.</li>
          <li>Added integer abbreviations for the new entries in the "ACE Groupcomm Parameters" registry.</li>
          <li>Editorial fixes and improvements.</li>
        </ul>
      </section>
      <section anchor="sec-09-10">
        <name>Version -09 to -10</name>
        <ul spacing="normal">
          <li>Consistent use of 4.03 (Forbidden) error responses.</li>
          <li>Removed moot, remnant statements from when CoRAL was used.</li>
          <li>Clarified how the Group Manager may attempt to determine an alternative group name upon creating a new group.</li>
          <li>Made explicit what parameters cannot change when overwriting a group configuration.</li>
          <li>Improved guidelines to the Group Manager on selecting an alternative group name.</li>
          <li>Improved guidelines to Administrators receiving an error after trying to create a new group.</li>
          <li>Changed description of error 11 from "No available group names" to "Unable to determine a group name".</li>
          <li>Editorial fixes and improvements.</li>
        </ul>
      </section>
      <section anchor="sec-08-09">
        <name>Version -08 to -09</name>
        <ul spacing="normal">
          <li>Removed use of CoRAL.</li>
          <li>Use of the pairwise mode changed to <tt>true</tt> by default.</li>
          <li>Clarified effects on group members after a group configuration change.</li>
          <li>Renamed "Signature Encryption Algorithm" to "Group Encryption Algorithm".</li>
          <li>Renamed "sign_enc_alg" to "gp_enc_alg".</li>
          <li>Fixes and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>Consistency of parameter names.</li>
          <li>More details on consistency of message payload.</li>
          <li>New section on multiple, concurrent Administrators.</li>
          <li>Specified atomicity of write operations.</li>
          <li>Clarified effects of configuration overwriting on group members.</li>
          <li>New ACE Groupcomm Error on unsupported configuration.</li>
          <li>Possible reason to deviate from default parameter values.</li>
          <li>Added security considerations.</li>
          <li>CoRAL examples use CBOR diagnostic notation and Packed CBOR.</li>
          <li>Various clarifications and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>Alignment with renaming in draft-ietf-ace-key-groupcomm.</li>
          <li>Updated signaling of semantics for binary encoded scopes.</li>
          <li>Split between parameter registration and their CBOR abbreviations.</li>
          <li>Classified parameters as must/should/may be supported.</li>
          <li>New error code "No available group names" and related guidelines.</li>
          <li>Fixes in the examples.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>Use and extend the same AIF data model AIF-OSCORE-GROUPCOMM defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
          <li>Revised Client-AS interaction, based on the used AIF data model.</li>
          <li>Categorized operations at the Group Manager as required and optional to support.</li>
          <li>Added status parameter 'gid_reuse', on reassigning OSCORE Group IDs upon group rekeying.</li>
          <li>Clarifications on the group name ultimately chosen by the Group Manager.</li>
          <li>Moved the detailed processing of group name patterns at the AS to an Appendix, as an example.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>Defined format of scope based on a new AIF data model.</li>
          <li>Specified authorization checks at the Group Manager.</li>
          <li>Revised resource handlers based on the new scope format.</li>
          <li>Renamed 'pub_key_enc' to 'cred_fmt'.</li>
          <li>Mandatory to include 'group_name' in the group creation request.</li>
          <li>Suggesting a used 'group_name' results in a new name, not in an error.</li>
          <li>Distinction between authentication credentials and public keys.</li>
          <li>More details on informing group members about changes in the group configuration.</li>
          <li>Revised order of sections; editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>Clarifications on what to do in case of enhanced error responses.</li>
          <li>Clarifications on handling default values for group parameters.</li>
          <li>New configuration parameters to support OSCORE deterministic requests.</li>
          <li>IANA considerations - Use RFC8126 terminology.</li>
          <li>Author's change of address.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>Aligned new and old parameters to core-groupcomm-oscore and ace-key-groupcomm-oscore.</li>
          <li>Removed 'cs_key_params' and 'ecdh_key_params' to avoid redundant COSE capabilities of key types, consistently with draft-ietf-ace-key-groupcomm-oscore.</li>
          <li>Revised examples and side effects due to parameter changes.</li>
          <li>New error type "Group currently active".</li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>Admit multiple Administrators and limited access to admin resources.</li>
          <li>Early design considerations for defining the format of scope.</li>
          <li>Additional error handling, using also error types.</li>
          <li>Selective update of group-configuration resources with PATCH/iPATCH.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>Names of application groups as status parameter.</li>
          <li>Parameters related to the pairwise mode of Group OSCORE.</li>
          <li>Defined FETCH for group-configuration resources.</li>
          <li>Policies on registration of links to the Resource Directory.</li>
          <li>Added resource type for group-configuration resources.</li>
          <li>Fixes, clarifications and editorial improvements.</li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgment">
      <name>Acknowledgments</name>
      <t>Klaus Hartke provided substantial contribution in defining the resource model based on group collection and group configurations.</t>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Carsten Bormann"/>, <contact fullname="Jim Schaad"/>, <contact fullname="Göran Selander"/>, and <contact fullname="Cigdem Sengul"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+296XbcSJIm+p9PgUvNGYpZESGS2lmVdZpFUZXsSi0tUpXd
k5mjAiNAEq0IIApAiGJnap5lnmJ+3V+3X+za6hscESBFLdWTPFUpMhaHu7m5
ua2fDYfDtXe7yd21tSZvptlusjeZ5UVyWDRZdZqOs+S0rJLmPEteHO2/eHWQ
/LkqF/PkWVqkZ1m1lp6cVNm71V96tjYpx0U6g/EnVXraDPOsOR3CJ4dlPS6r
bHg2G6Y4xnCaNlndrK2lVZbuJkfZeFHlzeXaxRk8ZP8g+aGs3ubFGU9j7e3F
Lj+0yJrhExx4bZw2u0ndTNbqxcksr+u8LJrLOTz38OD46drauJzA13eTBTz+
ETxl0ZyX1e5aQj9D+TdJ8qLeTZ6NkuN8Wo5T8zKv4FlajcvwrbKCUV8dHh0k
e38yL9ZNlWUwn8M6Pf33sprUZ2mTFsnOjvnEGBa3m/wlrxs7FMwRnnJ0MNx+
cO/eVnLUlOO35+V05nxgUTQVfO/oIptkhXk9m6X5dDeZ4fxGDc3vn6p8VGfx
9b0aJd/95/85my6KSbDCV/nbtJq03/2KFlnRFEfnJc1w2TJfjpJ3MJ9JVuFT
3gZLfZkB+8Q/gKsNH1vDB8ZlUf/T23mBr4yKafypT0fJy3Razk7yIg8e+bRK
i3FWj9PIJ4jCB1U+ruuyiFH5uKzq83RWKJXvflIqn+pUR3Od6j9lMrvRuJyt
rRVlNUub/F2GpDocPhnRyaYzrUcbjyp8duZ9As/+2+yy77syWPsh9hMneY1v
v3q6/+DB4y399eG9x/Lrw537O/rrg3vb8uuj7Z0H5te7+oFHD7a37K939dfH
ZrDHW2Yw+FU/8Hhna8v+umN/tR94bD9w96H59aH59d6j+/jr/oujg9He9KwE
6Xc+q5kPfWlFrHK493yP/p6A3IT9SqdyDESa4ziJHYffSqszZKXzppnXu3fu
XFxcjHIQ6CMY8U4KIvOsmGVFU98Zl3VG/xm9P29m01upHWctL07DnWeJ4+39
JId/32XAYPKZdFYvsrrmD43T8Xl6Ms3im1vDB07KapgVyMWT4TirmhaTwO1T
voU34VhmxbAom/w0hysApL4Q9P7OI6X4w8f3dfse3X1sdmf7niH+9sMH9ld4
dQ3IgKcKXjs6+P7pbrL+I7w3/Ff4+Xl9bW04HCbpCZzMdAw3Ft+MyIqLQuZA
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
w4C2A8aMFqWvYIeBpHDQJTYltZCGj2lv/ji93OGCImqxTkX79iKp2UQJ5ewQ
p9jx87RdkWCVMwKS2aT4vUhGfY/bwK189GUBnno6EJFDfyIpGaw2mwYFtL+n
sKTeQvducvtpWZ3kk0lWtCQu1+UZAxHjiCeZYOCpZbGviR7f5dyeq9P7eTdw
e8Db7IYz6w/CTzYXg5wHXtRunHHU7jZbHIdPdpPtx5vRO0LuI+Y4PEXS3RAT
Z7iFmwGZha3CfnvKNlLkRTervOR4JbSAc7M3sZeb+IK/1wFFqbbYUTrz28JT
8CadsLuBHWrrqIeuw/TzGUa5wuhK0AEjgHfuaOolWqfbwEgLV9cxZocZDc06
Kr1lMWk91SlYc3OOfH+2Hj1KeWtXb9bprIX89EPgYMLP4eKjd6GZZji3aDnu
aYaFfJ7Ly5EOnVqyA+aIk1lJ2nb93SUl4iCznWQBhUwrs2VQ1K0NlfZp7f5l
9uS1aRYx77l3Xo30yKgTIqw1L/6+4JxHfERV4hqokwmfwU6SS6bMOthoM7iy
4E7GaZ4A98yiszFKpw/Z9pLE6ZhdKWHbwjTuko82MJFphHp+Zfs1GPN6avrJ
xkCCFSl0yajn2hQ5VPtjmMOsrrZzT0qYGLnr8ibqNCB9PLASubtbR7hL6Kel
4JIeiCQj69P0VU4ml3Df52OD6naqFK7Qm0SuTkxyQNlZmQRThXprG8VeylXX
PsTsLWTh02hOPnvkqkxyF08y4zlB1edK4lA0dRZ/TlutLv83N86rbVE/WXpF
E5QM94RqazOqdx7Fb1IKTB+u0qRbOiM6GZcLjurS1vX4eKpVs6V2pVz5HRZC
WM5r1tdu8p1bzGrOazR2iHWhoxenAyTcOisMEAWc7qmkgnU8l0p/MWpvS3+D
it/+uH0raMD1zDT5w5vYZyDXixM8TQib64YS/IyExQn7YWqTO2MeYcDwKJuG
BxO0jocP7m2rj0ueItMz6pNPLVKJgiLp6xMpmhbm61KUJkCqB24fq1L3kttg
6sDduSgmm1ZF1ez8tGCMY59CzJurjXrppwZ/gjKGLGV4X+403a5+92ysRyaF
jCkZHMyPM8dkiyFB4oWhLinKgK+sgoHaBmwKIR8GQqaTU9jtj4EpejN7D0JZ
pZIKktL2oW0bpCuIV6AmXdUEJJnN5g2bVwaDILI1dUsORzU+Jxmd6VGzwkSi
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
nm1cKA5lICzKBHTu5GCCN/Vu8hJ4rc5IGUzHpGmxQkSeS5Ki6yYbdt2qUzhE
sSCFT0+8adVlXMbGLZ4z/iCch/m5iNIuKJNbusShn63qw5ogaTD1pX6bSdNo
RNyWDAmnLkEi0MLmS2qXBLL7suOe2x497FFq4cKbITzHLgFhrCkqx24y3F4z
uBy7Tknxmknj3k1+BNIO/xV+fl6TQRSxwh1oxx1o5Qg0TSryd8e4647h1k2u
GMwAQbiD3YuvDP7bf2SFcXDHvX9T43JJvDv0A3dorYvvP6oHnuCO+/B6dA0W
/ugGFq44Be64j29q3DZBt7c+jqICD+Dx+f3rEdOt5vfGe3CdE1h5Z2+7dYpX
bCzFX70Rdq559OgcY+qIN9rdyJpuPRhROTtXs/cZ1ilF90aPnez+U/ZLyb2B
va1drBZiWvjtDfLgmofNFHt5oz1sMfDyYZyiam+c1uFdMZu6NULrmK64I2y5
ncfuV11QUATnjfWo71gBzGesUq2O3/LkhbrqDX/Zcb/zg3rc7durMfH8y50K
tLBfxZpTorXbUT3VRXAdZNsfZFVB1KrhdsLhllY79dxB05AEN9+qocOqie0V
lTYFG2W6APJOeQMmt6vm283ke0zoPSY00WSv4eBtxsVw7i46RXnrqB6D/UC7
CkM2CJh8ULzLq7Lgruu398tXB5txVU9d75GdxcjqqKzHozO0/yK7HM0n58xj
MY98X93yTXMfV5zGHxcFsbzyE8ON5e/IAGSQJS+ddNNfblE3CtprToHkqPMw
xY8OnczUoZK1ZZpYgFs2UYhd1pc/2O6S4mfKnhnUTs5smyiIH3HDAXpuGmCE
d3l2YYaQMC4GCSdoilLM4dH2DnbSSeQrFX3Fq6riwCL3sZfGHEoJ8hA1Q/6S
pJ2QW0km6TcPVquzld4deEDQYanOLU0TcLrRMpB/bKsl5stezhN0u5MLndGg
wUjLKiz4NzWIWmTbfqe2hbd4it8jEm0dtCp26+/YAHbB9u2KMALqzB6rcrOq
aKW8cM2g5xAtI6X+5NXy0uZgP9DfNOTZcJqBMVQlEQjO6GKmrkB3g2CZuxj2
5DtvT9Bi2IGSFgatMS8MF7MdDaZyTk0ZZkCaczDxOahdKg0v3S5QTiZ513br
NlMMwEBbAo2CZiVh9P2bRAQHrrK9j+LcyGtnDhgwbrIz2xv5jA5QxQ7pB/fv
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
TOtK0rMqYxzBx/d3Htzf2Ryt/f94THdp8hUCAA==

-->

</rfc>
