<?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-rfc2629 version 1.6.6 (Ruby 2.7.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-oscore-gm-admin-06" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.4 -->
  <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-06"/>
    <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>Consultant</organization>
      <address>
        <phone>+31-492474673 (Netherlands), +33-966015248 (France)</phone>
        <email>stokcons@bbhmail.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="2022" month="July" day="11"/>
    <area>Internet</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 to handle the joining of new group members, as well as to manage and distribute the group keying material. This document defines a RESTful admin interface at the Group Manager, that allows an Administrator entity to create and delete OSCORE groups, as well as to retrieve and update their configuration. The ACE framework for Authentication and Authorization is used to enforce authentication and authorization of the Administrator at the Group Manager. Protocol-specific transport profiles of ACE are used to achieve communication security, proof-of-possession and server authentication.</t>
    </abstract>
    <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 be used in group communication environments where messages are also exchanged over IP multicast <xref target="I-D.ietf-core-groupcomm-bis"/>. 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 explicitly join the correct OSCORE group. 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. Such a method builds on the ACE framework for Authentication and Authorization <xref target="I-D.ietf-ace-oauth-authz"/>, so 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 on 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 leads 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 configure and update their configuration.</t>
      <t>Interaction examples are provided, in Link Format <xref target="RFC6690"/> and CBOR <xref target="RFC8949"/>, as well as in CoRAL <xref target="I-D.ietf-core-coral"/>. While all the CoRAL examples show the CoRAL textual serialization format, its binary serialization format is used on the wire.</t>
      <t>[ NOTE:</t>
      <t>The reported CoRAL examples are based on the textual representation used until  version -03 of <xref target="I-D.ietf-core-coral"/>. These will be revised to use the CBOR diagnostic notation instead.</t>
      <t>]</t>
      <t>The 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="I-D.ietf-ace-oscore-profile"/><xref target="I-D.ietf-ace-dtls-authorize"/>. These include also possible forthcoming transport profiles that comply with the requirements in Appendix C of <xref target="I-D.ietf-ace-oauth-authz"/>.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with the terms and concepts from the following specifications:</t>
        <ul spacing="normal">
          <li>CBOR <xref target="RFC8949"/> and COSE <xref target="I-D.ietf-cose-rfc8152bis-struct"/><xref target="I-D.ietf-cose-rfc8152bis-algs"/>.</li>
          <li>
            <t>The CoAP protocol <xref target="RFC7252"/>, also in group communication scenarios <xref target="I-D.ietf-core-groupcomm-bis"/>. These include the concepts of:  </t>
            <ul spacing="normal">
              <li>"application group", as a set of CoAP nodes that share a common set of resources; and of</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 concepts of:  </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 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="RFC7925"/> 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="I-D.ietf-ace-oauth-authz"/>. 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, while current members can access to retrieve updated keying material.</li>
        </ul>
        <t>Note that, unless otherwise indicated, the term "endpoint" is used here following its OAuth definition, aimed at denoting resources such as /token and /introspect at the AS, and /authz-info at the RS. This document does not use the CoAP definition of "endpoint", which is "An entity participating in the CoAP protocol".</t>
        <t>This document also refers to the following terminology.</t>
        <ul spacing="normal">
          <li>Administrator: entity responsible to create, configure and delete OSCORE groups at a Group Manager.</li>
          <li>Group name: stable and invariant name of an OSCORE group. The group name MUST be unique under the same Group Manager, and MUST 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 name, and can define their own instead.</t>
          </li>
          <li>Admin endpoint: an endpoint at the Group Manager associated with the group-collection resource or to a group-configuration resource hosted by that 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. Each of those is exported by a distinct admin endpoint.</li>
        <li>The Administrator acts as Client (C), and requests to access the group-collection resource and group-configuration resources, by accessing the respective admin endpoint 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 MAY release Access Tokens to the Administrator for other purposes than accessing admin endpoints of registered Group Managers.</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>Resources of a Group Manager</name>
          <artwork align="center"><![CDATA[
             ___
   Group    /   \
Collection  \___/
                 \
                  \____________________
                   \___    \___        \___
                   /   \   /   \  ...  /   \        Group
                   \___/   \___/       \___/   Configurations
]]></artwork>
        </figure>
        <t>The Group Manager exports a single group-collection resource, with resource type "core.osc.gcoll" defined 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 the 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" defined 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 list of group configurations is represented as a document containing the corresponding group-configuration resources in the list. Each group-configuration is represented as a link, where the link target is the URI of the group-configuration resource.</t>
        <t>The list can be represented as a Link Format document <xref target="RFC6690"/> or a CoRAL document <xref target="I-D.ietf-core-coral"/>.</t>
        <t>In the former case, the link to each group-configuration resource specifies the link target attribute 'rt' (Resource Type), with value "core.osc.gconf" defined in <xref target="iana-rt"/> of this document.</t>
        <t>In the latter case, the CoRAL document specifies the group-configuration resources in the list as top-level elements. In particular, the link to each group-configuration resource has http://coreapps.org/core.osc.gcoll#item as relation type.</t>
      </section>
      <section anchor="discovery">
        <name>Discovery</name>
        <t>The Administrator can discover the group-collection resource from a Resource Directory, for instance <xref target="RFC9176"/> and <xref target="I-D.hartke-t2trg-coral-reef"/>, or from .well-known/core, by using the resource type "core.osc.gcoll" defined in <xref target="iana-rt"/> of this document.</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="I-D.ietf-ace-aif"/>. 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 in scope entries, which express authorization information for users of an OSCORE group, i.e., actual group members or external signature verifiers. In the rest of this section, 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. In the rest of this section, these are referred to as "admin scope entries".</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 "true" (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 35. This indicates that the group name pattern specified as value of the CBOR text string is a regular expression (see <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 to perform operations on the admin endpoints 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="fig-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>
      <figure anchor="fig-permission-values">
        <name>Numeric identifier of permissions on the admin endpoints at a Group Manager</name>
        <artwork align="center"><![CDATA[
+--------+-------+----------------------------------------+
| Name   | Value | Description                            |
+========+=======+========================================+
| List   | 0     | Retrieve list of group configurations  |
+--------+-------+----------------------------------------+
| Create | 1     | Create new group configurations        |
+--------+-------+----------------------------------------+
| Read   | 2     | Retrieve group configurations          |
+--------+-------+----------------------------------------+
| Write  | 3     | Change group configurations            |
+--------+-------+----------------------------------------+
| Delete | 4     | Delete group configurations            |
+--------+-------+----------------------------------------+
]]></artwork>
      </figure>
      <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="fig-permission-values"/>.</t>
      <sourcecode type="CDDL"><![CDATA[
   AIF-OSCORE-GROUPCOMM = AIF-Generic<oscore-gname, oscore-gperm>

   oscore-gname = true / tstr / #6.nnn(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>Future specifications that define new permissions on the admin endpoints at the Group Manager MUST 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 MUST 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>
      <t>Throughout the rest of this document, the term "scope entry" is used as referred to "admin scope entry", unless otherwise indicated.</t>
      <section anchor="on-enforcing-different-classes-of-administrators">
        <name>On Enforcing Different Classes of Administrators</name>
        <t>By relying on the scope format defined in this document and given an OSCORE group G1 created by a "main" Administrator, then a second "assistant" Administrator can be effectively authorized to perform some operations on G1, in spite of not being the group creator.</t>
        <t>Furthermore, having the object identifier ("Toid") specialized as a pattern displays a number of advantages.</t>
        <ul spacing="normal">
          <li>The encoded scope can be compact in size, while allowing the Administrator to operate on large pools of group names.</li>
          <li>The Administrator and the AS do not need to know exact group names when 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>
          <li>The Administrator may have established a secure communication association with the Group Manager based on a first Access Token T1, and then created an OSCORE group G. Following the invalidation of T1 (e.g., due to expiration) and the establishment of a new secure communication association with the Group Manager based on a new Access Token T2, the Administrator can seamlessly perform authorized operations on the previously created group G.</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 MUST 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="I-D.ietf-ace-oauth-authz"/>.</t>
      <t>With reference to the AS, communications between the Administrator and the AS (/token endpoint) as well as between the Group Manager and the AS (/introspect endpoint) can be secured by different means, for instance using DTLS <xref target="RFC6347"/><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 specifically used transport profile of ACE, 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 MUST be used, for both the 'scope' claim in the Access Token, as well as for the 'scope' parameter in the Authorization Request and Authorization Response exchanged with the AS (see Sections <xref target="I-D.ietf-ace-oauth-authz" section="5.8.1" sectionFormat="bare"/> and <xref target="I-D.ietf-ace-oauth-authz" section="5.8.2" sectionFormat="bare"/> of <xref target="I-D.ietf-ace-oauth-authz"/>).</t>
      <t>Furthermore, the AS MAY use the extended format of scope defined in <xref section="7" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> for the 'scope' claim of the Access Token. In such a case, the first element of the CBOR sequence <xref target="RFC8742"/> MUST be the CBOR integer with value SEM_ID_TBD, defined in <xref section="16.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>. This indicates that the second element of the CBOR sequence, as conveying the actual authorization 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="I-D.ietf-ace-oauth-authz"/>.  </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 MUST 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 specifically used transport profile of ACE.</t>
        </li>
        <li>
          <t>The AS processes the Authorization Request as defined in <xref section="5.8.2" sectionFormat="of" target="I-D.ietf-ace-oauth-authz"/>, 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' claim in the Authorization Request includes scope entries whose "Toid" specifies a complex pattern, then all such scope entries MUST adhere to the same pattern semantics.  </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 MUST be used for the scope entries specified in the 'scope' claim.  </t>
          <t>
The AS MUST include the 'scope' parameter in the Authorization Response defined in <xref section="5.8.2" sectionFormat="of" target="I-D.ietf-ace-oauth-authz"/>, 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 to perform 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 MUST reply with a 4.00 (Bad Request) error response (see <xref section="5.8.3" sectionFormat="of" target="I-D.ietf-ace-oauth-authz"/>). The 'error_description' parameter carried out in the response payload MUST specify the CBOR value 1 (invalid_scope).  </t>
          <ul spacing="normal">
            <li>The "Toid" of the different scope entries do not all adhere to the same pattern semantics.</li>
            <li>The "Toid" of the different scope entries 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 the 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="I-D.ietf-ace-dtls-authorize"/> and <xref target="I-D.ietf-ace-oscore-profile"/>. 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="RFC6347"/><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-configuration resource or a group-collection resource, the Group Manager MUST check that it is storing a valid Access Token for that Administrator. If this is not the case, the Group Manager MUST reply with a 4.01 (Unauthorized) error response.  </t>
          <t>
If the request targets the group-configuration resource associated with a group with name GROUPNAME, the Group Manager MUST 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 MUST reply with a 4.03 (Forbidden) error response. This response MAY be an AS Request Creation Hints, as defined in <xref section="5.3" sectionFormat="of" target="I-D.ietf-ace-oauth-authz"/>, in which case the Content-Format MUST be set to application/ace+cbor.  </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 MUST reply with a 4.00 (Bad Request) error response.</t>
        </li>
      </ol>
    </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 MUST include configuration properties and status properties.</t>
        <section anchor="config-repr-config-properties">
          <name>Configuration Properties</name>
          <t>The CBOR map MUST include the following configuration parameters, whose CBOR abbreviations are defined in <xref target="iana-ace-groupcomm-parameters"/> of this document.</t>
          <ul spacing="normal">
            <li>'hkdf', which specifies the HKDF Algorithm used in the OSCORE group, 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.4" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'cred_fmt', which specifies the format of authentication credentials used in the OSCORE group, 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.4" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'group_mode', encoded as a CBOR simple value. Its value is "true" (0xf5) if the OSCORE group uses the group mode of Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>, or "false" (0xf4) otherwise.</li>
            <li>'sign_enc_alg', which is formatted as follows. If the configuration parameter 'group_mode' has value "false" (0xf4), this parameter has as value the CBOR simple value "null" (0xf6). Otherwise, this parameter specifies the Signature Encryption Algorithm used in the OSCORE group to encrypt messages protected with the group mode, 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.4" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'sign_alg', which is formatted as follows. If the configuration parameter 'group_mode' has value "false" (0xf4), this parameter has as value the CBOR simple value "null" (0xf6). Otherwise, this parameter specifies the Signature Algorithm used in the OSCORE group, 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.4" 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 "false" (0xf4), this parameter has as value the CBOR simple value "null" (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.4" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'pairwise_mode', encoded as a CBOR simple value. Its value is "true" (0xf5) if the OSCORE group uses the pairwise mode of Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>, or "false" (0xf4) otherwise.</li>
            <li>'alg', which is formatted as follows. If the configuration parameter 'pairwise_mode' has value "false" (0xf4), this parameter has as value the CBOR simple value "null" (0xf6). Otherwise, this parameter specifies the AEAD Algorithm used in the OSCORE group to encrypt messages protected with the pairwise mode, 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.4" 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 "false" (0xf4), this parameter has as value the CBOR simple value "null" (0xf6). Otherwise, this parameter specifies the Pairwise Key Agreement Algorithm used in the OSCORE group, 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.4" 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 "false" (0xf4), this parameter has as value the CBOR simple value "null" (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.4" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
          </ul>
          <t>The CBOR map MAY include the following configuration parameters, whose CBOR abbreviations are defined in <xref target="iana-ace-groupcomm-parameters"/> of this document.</t>
          <ul spacing="normal">
            <li>'det_req', encoded as a CBOR simple value. Its value is "true" (0xf5) if the OSCORE group uses deterministic requests as defined in <xref target="I-D.amsuess-core-cachable-oscore"/>, or "false" (0xf4) otherwise. This parameter MUST NOT be present if the configuration parameter 'group_mode' has value "false" (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 MUST NOT be present if the configuration parameter 'det_req' is not present or if it is present with value "false" (0xf4). If the configuration parameter 'det_req' is present with value "true" (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 MUST include the following status 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 "true" (0xf5) if the OSCORE group is currently active, or the CBOR simple value "false" (0xf4) otherwise. This parameter is defined in <xref target="iana-ace-groupcomm-parameters"/> of this document.</li>
            <li>'group_name', with value the group name of the OSCORE group encoded as a CBOR text string. This parameter is defined in <xref target="iana-ace-groupcomm-parameters"/> of this document.</li>
            <li>'group_title', with value either a human-readable description of the OSCORE group encoded as a CBOR text string, or the CBOR simple value "null" (0xf6) if no description is specified. This parameter is defined in <xref target="iana-ace-groupcomm-parameters"/> of this document.</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="25.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="2.2.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 in the collection associated with the group. This parameter is defined in <xref target="iana-ace-groupcomm-parameters"/> of this document.</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 "true" (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 "false" (0xf4). This parameter is defined in <xref target="iana-ace-groupcomm-parameters"/> of this document.</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. This parameter is defined in <xref target="iana-ace-groupcomm-parameters"/> of this document.</li>
          </ul>
          <t>The CBOR map MAY include the following status parameters:</t>
          <ul spacing="normal">
            <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.4" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>'as_uri', defined in <xref target="iana-ace-groupcomm-parameters"/> of this document, specifies 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="4" 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>
        <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 SHOULD use the CBOR simple value "true" (0xf5).</li>
            <li>If 'group_mode' has value "true" (0xf5), the Group Manager SHOULD use the same default values defined in <xref section="23.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/> for the parameters 'sign_enc_alg', 'sign_alg' and 'sign_params'.</li>
            <li>If 'group_mode' has value "true" (0xf5), the Group Manager SHOULD use the CBOR simple value "false" (0xf4) for the parameter 'det_req'.</li>
            <li>If 'det_req' has value "true" (0xf5), the Group Manager SHOULD use SHA-256 (COSE algorithm encoding: -16) as default value for the parameter 'det_hash_alg'.</li>
            <li>For 'pairwise_mode', the Group Manager SHOULD use the CBOR simple value "false" (0xf4).</li>
            <li>If 'pairwise_mode' has value "true" (0xf5), the Group Manager SHOULD use the same default values defined in <xref section="23.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 SHOULD use the same default values defined in <xref section="23.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 SHOULD use the CBOR simple value "false" (0xf4).</li>
            <li>For 'group_title', the Group Manager SHOULD use the CBOR simple value "null" (0xf6).</li>
            <li>For 'max_stale_sets', the Group Manager SHOULD use the CBOR unsigned integer value 3.</li>
            <li>For 'gid_reuse', the Group Manager SHOULD use the CBOR simple value "false" (0xf4).</li>
            <li>For 'app_groups', the Group Manager SHOULD use the empty CBOR array.</li>
            <li>For 'group_policies', the Group Manager SHOULD use the default values defined in <xref section="6.4" 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 MUST 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"/>. Instead, 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>When custom CBOR is used, 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="iana-ace-groupcomm-parameters"/> of this document MUST 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 MUST 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 MUST 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>Example in Link Format:</t>
        <artwork><![CDATA[
=> 0.01 GET
   Uri-Path: manage

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

   <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>Example in CoRAL:</t>
        <artwork><![CDATA[
=> 0.01 GET
   Uri-Path: manage

<= 2.05 Content
   Content-Format: TBD1 (application/coral+cbor)

   #using <http://coreapps.org/core.osc.gcoll#>
   #base </manage/>
   item <gp1>
   item <gp2>
   item <gp3>
]]></artwork>
      </section>
      <section anchor="collection-resource-fetch">
        <name>Retrieve a List of Group Configurations by Filters</name>
        <t>This operation MUST be supported by the Group Manager and MAY 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>When custom CBOR is used, the set of filter criteria is 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="iana-ace-groupcomm-parameters"/>. 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"/>). A valid request MUST NOT include the same entry multiple times.</t>
        <t>When CoRAL is used, the filter criteria are specified in the request payload with top-level elements, each of which corresponds to an entry specified in <xref target="config-repr"/>, with the exception of the 'app_groups' status parameter. If names of application groups are used as filter criteria, each element of the 'app_groups' array from the status properties is included as a separate element with name 'app_group'. With the exception of the 'app_group' element, a valid request MUST NOT include the same element multiple times. Element values are the ones admitted for the corresponding labels in the POST request for creating a group configuration (see <xref target="collection-resource-post"/>).</t>
        <t>The Group Manager MUST 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>Example in custom CBOR and Link Format:</t>
        <artwork><![CDATA[
=> 0.05 FETCH
   Uri-Path: manage
   Content-Format: TBD2 (application/ace-groupcomm+cbor)

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

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

   <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>Example in CoRAL:</t>
        <artwork><![CDATA[
=> 0.05 FETCH
   Uri-Path: manage
   Content-Format: TBD1 (application/coral+cbor)

   group_mode true
   sign_enc_alg 10
   hkdf 5

<= 2.05 Content
   Content-Format: TBD1 (application/coral+cbor)

   #using <http://coreapps.org/core.osc.gcoll#>
   #base </manage/>
   item <gp1>
   item <gp2>
   item <gp3>
]]></artwork>
      </section>
      <section anchor="collection-resource-post">
        <name>Create a New Group Configuration</name>
        <t>This operation MUST 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 MUST specify the intended group name GROUPNAME, and MAY specify the intended group title together with pieces of information concerning the group configuration.</t>
        <t>When custom CBOR is used, 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="iana-ace-groupcomm-parameters"/>.</t>
        <t>When CoRAL is used, each element of the request payload corresponds to an entry specified in <xref target="config-repr"/>, with the exception of the 'app_groups' status parameter (see below).</t>
        <t>In particular:</t>
        <ul spacing="normal">
          <li>The payload MAY include any of the configuration parameters defined in <xref target="config-repr-config-properties"/>.</li>
          <li>The payload MUST include the status parameter 'group_name' defined in <xref target="config-repr-status-properties"/> and specifying the intended group name.</li>
          <li>
            <t>The payload MAY include any of the status parameters 'active', 'group_title', 'max_stale_sets', 'exp', 'gid_reuse', 'app_groups, 'group_policies' and 'as_uri' defined in <xref target="config-repr-status-properties"/>.  </t>
            <t>
When CoRAL is used, each element of the 'app_groups' array from the status properties is included as a separate element with name 'app_group'.</t>
          </li>
          <li>The payload MUST NOT 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 MUST 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 MUST 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 MUST reply with a 4.03 (Forbidden) error response. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
        <t>Otherwise, if any of the following occurs, the Group Manager MUST respond with a 4.00 (Bad Request) response.</t>
        <ul spacing="normal">
          <li>Any of the received parameters is specified multiple times, with the exception of the 'app_group' element when using CoRAL.</li>
          <li>Any of the received parameters is not recognized, or not valid, or not consistent with respect to other related parameters.</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 MUST find 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 MUST hold.</t>
        <ul spacing="normal">
          <li>The chosen name GROUPNAME is available to assign; and</li>
          <li>If GROUPNAME* matches with the group name pattern of certain scope entries from the 'scope' claim in the stored Access Token for the Administrator, then the chosen group name GROUPNAME also matches with each of those group name patterns.</li>
        </ul>
        <t>If the Group Manager does not find any group name for which both the above conditions hold, the Group Manager MUST respond with a 5.03 (Service Unavailable) response.</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.</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 "true" (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 "false" (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.2" 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="5" 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 Joining Response message defined in <xref section="6.4" 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 MUST 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 MUST be included in the response, indicating the location of the just created group-configuration resource. The response MUST NOT 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>When custom CBOR is used, the response payload is a CBOR map, where entries use the same abbreviations defined in <xref target="iana-ace-groupcomm-parameters"/>. When CoRAL is used, the response payload includes one element for each specified parameter.</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 MUST be included.</li>
          <li>'joining_uri', with value the URI of the group-membership resource for joining the newly created OSCORE group. This parameter MUST 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 MUST be included if specified in the status properties of the group. This 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 "true" (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 "false" (0xf4), then the response payload MUST include also the parameter 'gid_reuse' encoding the CBOR simple value "false" (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 MUST include also 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"/><xref target="I-D.hartke-t2trg-coral-reef"/>, 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 MUST 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 MUST take the values possibly specified by the elements of the 'app_groups' parameter (when custom CBOR is used) or by the different 'app_group' elements (when CoRAL is used) in the POST request.</li>
          <li>If also registering a related link to the Authorization Server associated with the OSCORE group, the related link MUST have as link target the URI in 'as_uri' from the 2.01 (Created) response, if the 'as_uri' parameter was included in the 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 MUST 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 MUST 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 RECOMMENDED 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>Example in custom CBOR:</t>
        <artwork><![CDATA[
=> 0.02 POST
   Uri-Path: manage
   Content-Format: TBD2 (application/ace-groupcomm+cbor)

   {
     "sign_enc_alg" : 10,
     "hkdf" : 5,
     "pairwise_mode" : true,
     "active" : true,
     "group_name" : "gp4",
     "group_title" : "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: TBD2 (application/ace-groupcomm+cbor)

   {
     "group_name" : "gp4",
     "joining_uri" : "coap://[2001:db8::ab]/ace-group/gp4/",
     "as_uri" : "coap://as.example.com/token"
   }
]]></artwork>
        <t>Example in CoRAL:</t>
        <artwork><![CDATA[
=> 0.02 POST
   Uri-Path: manage
   Content-Format: TBD1 (application/coral+cbor)

   #using <http://coreapps.org/core.osc.gconf#>
   sign_enc_alg 10
   hkdf 5
   pairwise_mode true
   active true
   group_name "gp4"
   group_title "rooms 1 and 2"
   app_group "room1"
   app_group "room2"
   as_uri <coap://as.example.com/token>

<= 2.01 Created
   Location-Path: manage
   Location-Path: gp4
   Content-Format: TBD1 (application/coral+cbor)

   #using <http://coreapps.org/core.osc.gconf#>
   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 MUST 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 MUST 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 MUST 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 MUST reply with a 4.03 (Forbidden) error response. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</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>When custom CBOR is used, 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="iana-ace-groupcomm-parameters"/>.</t>
        <t>When CoRAL is used, the response payload includes one element for each entry specified in <xref target="config-repr"/>, with the exception of the 'app_groups' status parameter. That is, each element of the 'app_groups' array from the status properties is included as a separate element with name 'app_group'.</t>
        <t>Example in custom CBOR:</t>
        <artwork><![CDATA[
=> 0.01 GET
   Uri-Path: manage
   Uri-Path: gp4

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

   {
     "hkdf" : 5,
     "cred_fmt" : 33,
     "group_mode" : true,
     "sign_enc_alg" : 10,
     "sign_alg" : -8,
     "sign_params" : [[1], [1, 6]],
     "pairwise_mode" : true,
     "alg" : 10,
     "ecdh_alg" : -27,
     "ecdh_params" : [[1], [1, 6]],
     "rt" : "core.osc.gconf",
     "active" : true,
     "group_name" : "gp4",
     "group_title" : "rooms 1 and 2",
     "ace-groupcomm-profile" : "coap_group_oscore_app",
     "max_stale_sets" : 3,
     "exp" : 1360289224,
     "app_groups": : ["room1", "room2"],
     "joining_uri" : "coap://[2001:db8::ab]/ace-group/gp4/",
     "as_uri" : "coap://as.example.com/token"
   }
]]></artwork>
        <t>Example in CoRAL:</t>
        <artwork><![CDATA[
=> 0.01 GET
   Uri-Path: manage
   Uri-Path: gp4

<= 2.05 Content
   Content-Format: TBD1 (application/coral+cbor)

   #using <http://coreapps.org/core.osc.gconf#>
   hkdf 5
   cred_fmt 33
   group_mode true
   sign_enc_alg 10
   sign_alg -8
   sign_params.alg_capab.key_type 1
   sign_params.key_type_capab.key_type 1
   sign_params.key_type_capab.curve 6
   pairwise_mode true
   alg 10
   ecdh_alg -27
   ecdh_params.alg_capab.key_type 1
   ecdh_params.key_type_capab.key_type 1
   ecdh_params.key_type_capab.curve 6
   rt "core.osc.gconf",
   active true
   group_name "gp4"
   group_title "rooms 1 and 2"
   ace-groupcomm-profile "coap_group_oscore_app"
   max_stale_sets 3
   exp 1360289224
   app_group "room1"
   app_group "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 MUST be supported by the Group Manager and MAY 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>When custom CBOR is used, the request payload is a CBOR map, which contains the following fields:</t>
        <ul spacing="normal">
          <li>'conf_filter', defined in <xref target="iana-ace-groupcomm-parameters"/> of this document and 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"/>), using the corresponding abbreviation defined in <xref target="iana-ace-groupcomm-parameters"/>.</li>
        </ul>
        <t>When CoRAL is used, the request payload includes one element for each requested configuration parameter or status parameter of the current group configuration (see <xref target="config-repr"/>). All the specified elements have no value.</t>
        <t>The Group Manager MUST 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 MUST 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"/>).</t>
        <t>Example in custom CBOR:</t>
        <artwork><![CDATA[
=> 0.05 FETCH
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: TBD2 (application/ace-groupcomm+cbor)

   {
     "conf_filter" : ["sign_enc_alg",
                      "hkdf",
                      "pairwise_mode",
                      "active",
                      "group_title",
                      "app_groups"]
   }

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

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

]]></artwork>
        <t>Example in CoRAL:</t>
        <artwork><![CDATA[
=> 0.05 FETCH
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: TBD1 (application/coral+cbor)

   #using <http://coreapps.org/core.osc.gconf#>
   sign_enc_alg
   hkdf
   pairwise_mode
   active
   group_title
   app_groups

<= 2.05 Content
   Content-Format: TBD1 (application/coral+cbor)

   #using <http://coreapps.org/core.osc.gconf#>
   sign_enc_alg 10
   hkdf 5
   pairwise_mode true
   active true
   group_title "rooms 1 and 2"
   app_group "room1"
   app_group "room2"
]]></artwork>
      </section>
      <section anchor="configuration-resource-put">
        <name>Overwrite a Group Configuration</name>
        <t>This operation MAY be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a PUT request to the group-configuration resource associated with an OSCORE group, in order to overwrite the current configuration of that group with a new one. 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' MUST NOT 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 MUST 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 MUST 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 MUST reply with a 4.03 (Forbidden) error response. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</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. For each parameter not specified in the PUT request, the Group Manager MUST use default values as specified in <xref target="default-values"/>.</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 in the collection of sets of stale OSCORE Sender IDs associated with the group, and deletes any possible older set from the collection (see <xref section="2.2.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 Joining Response message defined in <xref section="6.4" 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="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>) or the current group status (see <xref section="16" 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 MUST 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 GM 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 MUST 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 MUST take the values possibly specified by the elements of the 'app_groups' parameter (when custom CBOR is used) or by the different 'app_group' elements (when CoRAL is used) in the PUT request.</li>
          <li>If also registering a related link to the Authorization Server associated with the OSCORE group, the related link MUST have as link target the URI in 'as_uri' from the 2.04 (Changed) response, if the 'as_uri' parameter was included in the 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 MUST 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 MUST 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 RECOMMENDED 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>Example in custom CBOR:</t>
        <artwork><![CDATA[
=> 0.03 PUT
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: TBD2 (application/ace-groupcomm+cbor)

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

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

   {
     "group_name" : "gp4",
     "joining_uri" : "coap://[2001:db8::ab]/ace-group/gp4/",
     "as_uri" : "coap://as.example.com/token"
   }
]]></artwork>
        <t>Example in CoRAL:</t>
        <artwork><![CDATA[
=> 0.03 PUT
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: TBD1 (application/coral+cbor)

   #using <http://coreapps.org/core.osc.gconf#>
   sign_enc_alg 11
   hkdf 5

<= 2.04 Changed
   Content-Format: TBD1 (application/coral+cbor)

   #using <http://coreapps.org/core.osc.gconf#>
   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 "true" (0xf5) to "false" (0xf4), the Group Manager MUST stop admitting new members in the OSCORE group. In particular, until the status parameter 'active' is changed back to "true" (0xf5), the Group Manager MUST respond to a Joining Request with a 5.03 (Service Unavailable) response, as defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
          <t>If the value of the status parameter 'active' is changed from "false" (0xf4) to "true" (0xf5), the Group Manager resumes admitting new members in the OSCORE group, by processing their Joining Requests (see <xref section="6.3" 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.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). To this end, messages sent by the Group Manager to each group member MUST have Content-Format set to application/ace-groupcomm+cbor, and MUST be formatted as the Joining Response defined in <xref section="6.4" 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>The 'key' parameter includes only the parameters 'hkdf', 'cred_fmt', 'sign_enc_alg', 'sign_alg', 'sign_params', 'alg', 'ecdh_alg' and 'ecdh_params', with values reflecting the new configuration of the OSCORE group.</li>
          </ul>
          <t>Alternatively, group members can subscribe for updates to the group-membership resource of the OSCORE group, e.g., by using CoAP Observe <xref target="RFC7641"/>.</t>
          <t>If the value of the status parameter 'active' is changed from "true" (0xf5) to "false" (0xf4):</t>
          <ul spacing="normal">
            <li>The Group Manager MUST stop accepting requests for new individual keying material from current group members (see <xref section="9" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). In particular, until the status parameter 'active' is changed back to "true" (0xf5), the Group Manager MUST respond to a Key Renewal Request with a 5.03 (Service Unavailable) response, as defined in <xref section="9" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
            <li>The Group Manager MUST stop accepting updated authentication credentials uploaded by current group members (see <xref section="11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). In particular, until the status parameter 'active' is changed back to "true" (0xf5), the Group Manager MUST respond to a Public Key Update Request with a 5.03 (Service Unavailable) response, as defined in <xref section="11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</li>
          </ul>
          <t>Every group member, upon learning that the OSCORE group has been deactivated (i.e., 'active' has value "false" (0xf4)), SHOULD stop communicating in the group.</t>
          <t>Every group member, upon learning that the OSCORE group has been reactivated (i.e., 'active' has value "true" (0xf5) again), can resume communicating in the group.</t>
          <t>Every group member, upon receiving updated values for 'hkdf', 'sign_enc_alg' and 'alg', MUST either:</t>
          <ul spacing="normal">
            <li>Leave the OSCORE group (see <xref section="18" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>), e.g., if not supporting the indicated new algorithms; or</li>
            <li>Use the new parameter values, and accordingly re-derive the OSCORE Security Context for the OSCORE group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</li>
          </ul>
          <t>Every group member, upon receiving updated values for 'cred_fmt', 'sign_alg', 'sign_params', 'ecdh_alg' and 'ecdh_params' MUST 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, a new authentication credential in the indicated format used in the OSCORE group MUST be provided to the Group Manager. The authentication credential as well as the included public key MUST be compatible with the indicated algorithms and parameters.</li>
            <li>
              <t>Use the new parameter values, and, if required, perform the following actions.  </t>
              <ul spacing="normal">
                <li>Provide the Group Manager with a new authentication credential to use in the OSCORE group (see <xref section="11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). The new authentication credential MUST be in the indicated format used in the OSCORE group. The new authentication credential as well as the included public key MUST be compatible with the indicated algorithms and parameters.</li>
                <li>Retrieve from the Group Manager the new Group Manager's authentication credential (see <xref section="12" 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>
        </section>
      </section>
      <section anchor="configuration-resource-patch">
        <name>Selective Update of a Group Configuration</name>
        <t>This operation MAY 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 associated with an OSCORE group, 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 MAY 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>
        <ul spacing="normal">
          <li>
            <t>When custom CBOR is used, the CBOR map in the request payload includes the field 'app_groups_diff'. This field MUST NOT be present multiple times, and it 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 response from the Group Manager is provided below.</t>
          </li>
        </ul>
        <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 MUST 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 in case the 'app_groups_diff' field occurs more than once.</t>
        <t>The Group Manager MUST respond with a 4.00 (Bad Request) response, in case the CBOR map in the request payload includes both the 'app_groups' field and the 'app_groups_diff' field.</t>
        <ul spacing="normal">
          <li>
            <t>When CoRAL is used, the request payload includes the following top-level elements.  </t>
            <ul spacing="normal">
              <li>'app_group_del', with value a text string specifying the name of an application group to remove from the 'app_groups' status parameter. This element can be included multiple times.</li>
              <li>'app_group_add', with value a text string specifying the name of an application group to add to the 'app_groups' status parameter. This element can be included multiple times.</li>
            </ul>
            <t>
The Group Manager MUST respond with a 4.00 (Bad Request) response, in case the request payload includes both any 'app_group' element as well as any 'app_group_del' and/or 'app_group_add' element.</t>
          </li>
        </ul>
        <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 MUST NOT be empty. That is, the Group Manager MUST respond with a 4.00 (Bad Request) response, if the request payload includes an empty CBOR map (when custom CBOR is used) or no elements (when CoRAL is used).</li>
          <li>If the Request-URI does not point to an existing group-configuration resource, the Group Manager MUST NOT create a new resource, and MUST 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 MUST respond with a 4.09 (Conflict) response.  </t>
            <t>
The response, MAY 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 SHOULD include a diagnostic payload with additional information for the Administrator to recognize the source of the conflict.</t>
          </li>
          <li>
            <t>When the request uses specifically the iPATCH method, the Group Manager MUST respond with a 4.00 (Bad Request) response, in case:  </t>
            <ul spacing="normal">
              <li>When custom CBOR is used, the CBOR map includes the parameter 'app_groups_diff'; or</li>
              <li>When CoRAL is used, any element 'app_group_del' and/or 'app_group_add' is included.</li>
            </ul>
          </li>
        </ul>
        <t>Furthermore, the Group Manager MUST 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 MUST verify that the Administrator has been granted a "Write" permission applicable to the targeted group-configuration resource.</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.</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>
            <t>When custom CBOR is used, the Group Manager:  </t>
            <ul spacing="normal">
              <li>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>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>
          </li>
          <li>
            <t>When CoRAL is used, the Group Manager:  </t>
            <ul spacing="normal">
              <li>Deletes from the 'app_groups' status parameter the names of the application groups specified in the different 'app_group_del' elements.</li>
              <li>Adds to the 'app_groups' status parameter the names of the application groups specified in the different 'app_group_add' elements.</li>
            </ul>
          </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 Joining Response message defined in <xref section="6.4" 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="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>) or the current group status (see <xref section="16" 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>Example in custom CBOR:</t>
        <artwork><![CDATA[
=> 0.06 PATCH
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: TBD2 (application/ace-groupcomm+cbor)

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

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

   {
     "group_name" : "gp4",
     "joining_uri" : "coap://[2001:db8::ab]/ace-group/gp4/",
     "as_uri" : "coap://as.example.com/token"
   }
]]></artwork>
        <t>Example in CoRAL:</t>
        <artwork><![CDATA[
=> 0.06 PATCH
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: TBD1 (application/coral+cbor)

   #using <http://coreapps.org/core.osc.gconf#>
   sign_enc_alg 10
   app_group_del "room1"
   app_group_add "room3"
   app_group_add "room4"

<= 2.04 Changed
   Content-Format: TBD1 (application/coral+cbor)

   #using <http://coreapps.org/core.osc.gconf#>
   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 MUST be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a DELETE request to the group-configuration resource, 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 MUST 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 MUST 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 MUST reply with a 4.03 (Forbidden) error response. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</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 "false" (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 "false" (0xf4).</t>
        <t>If, upon receiving the DELETE request, the current value of the status parameter 'active' is "true" (0xf5), the Group Manager MUST respond with a 4.09 (Conflict) response. The response MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST be set to 8 ("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 and deallocates both the group-configuration resource as well as the group-membership resource associated with that group.</t>
        <t>Then, the Group Manager replies to the Administrator with a 2.02 (Deleted) response.</t>
        <t>Example:</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="20.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). The Group Manager uses the same format of the Joining Response message in <xref section="6.4" 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 MUST have Content-Format set to application/ace-groupcomm+cbor and is formatted as defined in <xref section="4.1.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>. The value of the 'error' field MUST 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="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 a new value that the Group Manager can include as error identifiers, in the 'error' field of an error response with Content-Format application/ace-groupcomm+cbor.</t>
      <figure anchor="fig-ACE-Groupcomm-Error">
        <name>ACE Groupcomm Error Identifiers</name>
        <artwork align="center"><![CDATA[
+-------+------------------------+
| Value |      Description       |
+-------+------------------------+
|  10   | Group currently active |
+-------+------------------------+
]]></artwork>
      </figure>
      <t>A Client supporting the 'error' parameter (see Sections <xref target="I-D.ietf-ace-key-groupcomm" section="4.1.2" sectionFormat="bare"/> and <xref target="I-D.ietf-ace-key-groupcomm" section="8" sectionFormat="bare"/> of <xref target="I-D.ietf-ace-key-groupcomm"/>) and able to understand the specified error may use that information to determine what actions to take next. If it is included in the error response and supported by the Client, the 'error_description' parameter may provide additional context. In particular, the following guidelines apply.</t>
      <ul spacing="normal">
        <li>In case of error 10, the Client should stop sending the request in question to the Group Manager, 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 proceeding with the group deletion.</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="I-D.ietf-ace-oauth-authz"/>, and from the specific transport profile of ACE used between the Administrator and the Group Manager, such as <xref target="I-D.ietf-ace-dtls-authorize"/> and <xref target="I-D.ietf-ace-oscore-profile"/>.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <t>Note to RFC Editor: Please replace all occurrences of "[RFC-XXXX]" with
the RFC number of this specification and delete this paragraph.</t>
      <section anchor="iana-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>
        <figure anchor="fig-ACE-Groupcomm-Parameters">
          <name>ACE Groupcomm Parameters</name>
          <artwork align="center"><![CDATA[
+-----------------+----------+--------------+------------+
| Name            | CBOR Key | CBOR Type    | Reference  |
+-----------------+----------+--------------+------------+
| hkdf            | TBD      | tstr / int   | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| cred_fmt        | TBD      | int          | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| group_mode      | TBD      | simple value | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| sign_enc_alg    | TBD      | tstr / int / | [RFC-XXXX] |
|                 |          | simple value |            |
+-----------------+----------+--------------+------------+
| sign_alg        | TBD      | tstr / int / | [RFC-XXXX] |
|                 |          | simple value |            |
+-----------------+----------+--------------+------------+
| sign_params     | TBD      | array /      | [RFC-XXXX] |
|                 |          | simple value |            |
+-----------------+----------+--------------+------------+
| pairwise_mode   | TBD      | simple value | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| alg             | TBD      | tstr / int / | [RFC-XXXX] |
|                 |          | simple value |            |
+-----------------+----------+--------------+------------+
| ecdh_alg        | TBD      | tstr / int / | [RFC-XXXX] |
|                 |          | simple value |            |
+-----------------+----------+--------------+------------+
| ecdh_params     | TBD      | array /      | [RFC-XXXX] |
|                 |          | simple value |            |
+-----------------+----------+--------------+------------+
| det_req         | TBD      | simple value | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| det_hash_alg    | TBD      | tstr / int   | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| active          | TBD      | simple value | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| group_name      | TBD      | tstr         | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| group_title     | TBD      | tstr /       | [RFC-XXXX] |
|                 |          | simple value |            |
+-----------------+----------+--------------+------------+
| gid_reuse       | TBD      | simple value | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| app_groups      | TBD      | array        | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| joining_uri     | TBD      | tstr         | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| max_stale_sets  | TBD      | uint         | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| as_uri          | TBD      | tstr         | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| conf_filter     | TBD      | array        | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
| app_groups_diff | TBD      | array        | [RFC-XXXX] |
+-----------------+----------+--------------+------------+
]]></artwork>
        </figure>
      </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.13" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</t>
        <ul spacing="normal">
          <li>Value: 10</li>
          <li>Description: Group currently active.</li>
          <li>Reference: [RFC-XXXX]</li>
        </ul>
      </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          | Description                  | Reference  |
+----------------+------------------------------+------------+
| core.osc.gcoll | Group-collection resource    | [RFC-XXXX] |
|                | of an OSCORE Group Manager   |            |
+----------------+------------------------------+------------+
| core.osc.gconf | Group-configuration resource | [RFC-XXXX] |
|                | of an OSCORE Group Manager   |            |
+----------------+------------------------------+------------+
]]></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" <xref 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="fig-permission-values"/>.</t>
        <t>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^(V+1) - 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^(V+1) - 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" target="https://www.ietf.org/archive/id/draft-ietf-core-oscore-groupcomm-14.txt">
          <front>
            <title>Group OSCORE - Secure Group Communication for CoAP</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuss Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Jiye Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="7" month="March" year="2022"/>
            <abstract>
              <t>   This document defines Group Object Security for Constrained RESTful
   Environments (Group OSCORE), providing end-to-end security of CoAP
   messages exchanged between members of a group, e.g., sent over IP
   multicast.  In particular, the described approach defines how OSCORE
   is used in a group communication setting to provide source
   authentication for CoAP group requests, sent by a client to multiple
   servers, and for protection of the corresponding CoAP responses.
   Group OSCORE also defines a pairwise mode where each member of the
   group can efficiently derive a symmetric pairwise key with any other
   member of the group for pairwise OSCORE communication.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-14"/>
        </reference>
        <reference anchor="I-D.ietf-ace-oauth-authz" target="https://www.ietf.org/archive/id/draft-ietf-ace-oauth-authz-46.txt">
          <front>
            <title>Authentication and Authorization for Constrained Environments (ACE) using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="Ludwig Seitz">
              <organization>Combitech</organization>
            </author>
            <author fullname="Goeran Selander">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Erik Wahlstroem">
	 </author>
            <author fullname="Samuel Erdtman">
              <organization>Spotify AB</organization>
            </author>
            <author fullname="Hannes Tschofenig">
              <organization>Arm Ltd.</organization>
            </author>
            <date day="8" month="November" year="2021"/>
            <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="Internet-Draft" value="draft-ietf-ace-oauth-authz-46"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm" target="https://www.ietf.org/archive/id/draft-ietf-ace-key-groupcomm-15.txt">
          <front>
            <title>Key Provisioning for Group Communication using ACE</title>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="23" month="December" year="2021"/>
            <abstract>
              <t>   This document defines how to use the Authentication and Authorization
   for Constrained Environments (ACE) framework to distribute keying
   material and configuration parameters for secure group communication.
   Candidate group members acting as Clients and authorized to join a
   group can do so by interacting with a Key Distribution Center (KDC)
   acting as Resource Server, from which they obtain the keying material
   to communicate with other group members.  While defining general
   message formats as well as the interface and operations available at
   the KDC, this document supports different approaches and protocols
   for secure group communication.  Therefore, details are delegated to
   separate application profiles of this document, as specialized
   instances that target a particular group communication approach and
   define how communications in the group are protected.  Compliance
   requirements for such application profiles are also specified.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-15"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore" target="https://www.ietf.org/archive/id/draft-ietf-ace-key-groupcomm-oscore-14.txt">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="28" month="April" year="2022"/>
            <abstract>
              <t>   This document defines an application profile of the ACE framework for
   Authentication and Authorization, to request and provision keying
   material in group communication scenarios that are based on CoAP and
   are secured with Group Object Security for Constrained RESTful
   Environments (Group OSCORE).  This application profile delegates the
   authentication and authorization of Clients, that join an OSCORE
   group through a Resource Server acting as Group Manager for that
   group.  This application profile leverages protocol-specific
   transport profiles of ACE to achieve communication security, server
   authentication and proof-of-possession for a key owned by the Client
   and bound to an OAuth 2.0 Access Token.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-14"/>
        </reference>
        <reference anchor="I-D.ietf-ace-oscore-profile" target="https://www.ietf.org/archive/id/draft-ietf-ace-oscore-profile-19.txt">
          <front>
            <title>OSCORE Profile of the Authentication and Authorization for Constrained Environments Framework</title>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Ludwig Seitz">
              <organization>Combitech</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Martin Gunnarsson">
              <organization>RISE</organization>
            </author>
            <date day="6" month="May" year="2021"/>
            <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="Internet-Draft" value="draft-ietf-ace-oscore-profile-19"/>
        </reference>
        <reference anchor="I-D.ietf-core-coral" target="https://www.ietf.org/archive/id/draft-ietf-core-coral-05.txt">
          <front>
            <title>The Constrained RESTful Application Language (CoRAL)</title>
            <author fullname="Christian Amsüss">
	 </author>
            <author fullname="Thomas Fossati">
              <organization>ARM</organization>
            </author>
            <date day="7" month="March" year="2022"/>
            <abstract>
              <t>   The Constrained RESTful Application Language (CoRAL) defines a data
   model and interaction model as well as a compact serialization
   formats for the description of typed connections between resources on
   the Web ("links"), possible operations on such resources ("forms"),
   and simple resource metadata.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coral-05"/>
        </reference>
        <reference anchor="I-D.ietf-cose-rfc8152bis-struct" target="https://www.ietf.org/archive/id/draft-ietf-cose-rfc8152bis-struct-15.txt">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="Jim Schaad">
              <organization>August Cellars</organization>
            </author>
            <date day="1" month="February" year="2021"/>
            <abstract>
              <t>   Concise Binary Object Representation (CBOR) is a data format designed
   for small code size and small message size.  There is a need for the
   ability to have basic security services defined 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.

   This document along with [I-D.ietf-cose-rfc8152bis-algs] obsoletes
   RFC8152.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-rfc8152bis-struct-15"/>
        </reference>
        <reference anchor="I-D.ietf-cose-rfc8152bis-algs" target="https://www.ietf.org/archive/id/draft-ietf-cose-rfc8152bis-algs-12.txt">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="Jim Schaad">
              <organization>August Cellars</organization>
            </author>
            <date day="24" month="September" year="2020"/>
            <abstract>
              <t>   Concise Binary Object Representation (CBOR) is a data format designed
   for small code size and small message size.  There is a need for the
   ability to have basic security services defined 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 XXXX.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-07"/>
        </reference>
        <reference anchor="I-D.ietf-ace-aif" target="https://www.ietf.org/archive/id/draft-ietf-ace-aif-07.txt">
          <front>
            <title>An Authorization Information Format (AIF) for ACE</title>
            <author fullname="Carsten Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="15" month="March" 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".

   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 REST
   resources identified by URI path.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-aif-07"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC6690" target="https://www.rfc-editor.org/info/rfc6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links.  Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type.  "RESTful" refers to the Representational State Transfer (REST) architecture.  A well-known URI is defined as a default entry point for requesting the links hosted by a server.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC6749" target="https://www.rfc-editor.org/info/rfc6749">
          <front>
            <title>The OAuth 2.0 Authorization Framework</title>
            <author fullname="D. Hardt" initials="D." role="editor" surname="Hardt">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641" target="https://www.rfc-editor.org/info/rfc7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks.  The state of a resource on a CoAP server can change over time.  This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time.  The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC8126" target="https://www.rfc-editor.org/info/rfc8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton">
              <organization/>
            </author>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc8132">
          <front>
            <title>PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)</title>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="A. Sehgal" initials="A." surname="Sehgal">
              <organization/>
            </author>
            <date month="April" year="2017"/>
            <abstract>
              <t>The methods defined in RFC 7252 for the Constrained Application Protocol (CoAP) only allow access to a complete resource, not to parts of a resource.  In case of resources with larger or complex data, or in situations where resource continuity is required, replacing or requesting the whole resource is undesirable.  Several applications using CoAP need to access parts of the resources.</t>
              <t>This specification defines the new CoAP methods, FETCH, PATCH, and iPATCH, which are used to access and update parts of a resource.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8132"/>
          <seriesInfo name="DOI" value="10.17487/RFC8132"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8610" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <author fullname="C. Vigano" initials="C." surname="Vigano">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson">
              <organization/>
            </author>
            <author fullname="F. Palombini" initials="F." surname="Palombini">
              <organization/>
            </author>
            <author fullname="L. Seitz" initials="L." surname="Seitz">
              <organization/>
            </author>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE).  OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration.  Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8742" target="https://www.rfc-editor.org/info/rfc8742">
          <front>
            <title>Concise Binary Object Representation (CBOR) Sequences</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <date month="February" year="2020"/>
            <abstract>
              <t>This document describes the Concise Binary Object Representation (CBOR) Sequence format and associated media type "application/cbor-seq".  A CBOR Sequence consists of any number of encoded CBOR data items, simply concatenated in sequence.</t>
              <t>Structured syntax suffixes for media types allow other media types to build on them and make it explicit that they are built on an existing media type as their foundation.  This specification defines and registers "+cbor-seq" as a structured syntax suffix for CBOR Sequences.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8742"/>
          <seriesInfo name="DOI" value="10.17487/RFC8742"/>
        </reference>
        <reference anchor="RFC8949" target="https://www.rfc-editor.org/info/rfc8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <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="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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.ietf-ace-dtls-authorize" target="https://www.ietf.org/archive/id/draft-ietf-ace-dtls-authorize-18.txt">
          <front>
            <title>Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="Stefanie Gerdes">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Olaf Bergmann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Carsten Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Ludwig Seitz">
              <organization>Combitech</organization>
            </author>
            <date day="4" month="June" year="2021"/>
            <abstract>
              <t>   This specification defines a profile of the ACE framework that allows
   constrained servers to delegate client authentication and
   authorization.  The protocol relies on DTLS version 1.2 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="Internet-Draft" value="draft-ietf-ace-dtls-authorize-18"/>
        </reference>
        <reference anchor="I-D.tiloca-core-oscore-discovery" target="https://www.ietf.org/archive/id/draft-tiloca-core-oscore-discovery-11.txt">
          <front>
            <title>Discovery of OSCORE Groups with the CoRE Resource Directory</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsuess">
	 </author>
            <author fullname="Peter van der Stok">
              <organization>Consultant</organization>
            </author>
            <date day="7" month="March" year="2022"/>
            <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-11"/>
        </reference>
        <reference anchor="I-D.hartke-t2trg-coral-reef" target="https://www.ietf.org/archive/id/draft-hartke-t2trg-coral-reef-04.txt">
          <front>
            <title>Resource Discovery in Constrained RESTful Environments (CoRE) using the Constrained RESTful Application Language (CoRAL)</title>
            <author fullname="Klaus Hartke">
              <organization>Ericsson</organization>
            </author>
            <date day="9" month="May" year="2020"/>
            <abstract>
              <t>   This document explores how the Constrained RESTful Application
   Language (CoRAL) might be used for two use cases in Constrained
   RESTful Environments (CoRE): CoRE Resource Discovery, which allows a
   client to discover the resources of a server given a host name or IP
   address, and CoRE Resource Directory, which provides a directory of
   resources on many servers.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-05"/>
        </reference>
        <reference anchor="I-D.ietf-cose-cbor-encoded-cert" target="https://www.ietf.org/archive/id/draft-ietf-cose-cbor-encoded-cert-04.txt">
          <front>
            <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
            <author fullname="John Preuß Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed">
              <organization>Nexus Group</organization>
            </author>
            <date day="10" month="July" year="2022"/>
            <abstract>
              <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  When
   used to re-encode DER encoded X.509 certificates, the CBOR encoding
   can in many cases reduce the size of RFC 7925 profiled certificates
   with over 50%.  The CBOR encoded structure can alternatively be
   signed directly ("natively signed"), which does not require re-
   encoding for the signature to be verified.  The document also
   specifies C509 COSE headers, a C509 TLS certificate type, and a C509
   file format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-04"/>
        </reference>
        <reference anchor="RFC6347" target="https://www.rfc-editor.org/info/rfc6347">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu">
              <organization/>
            </author>
            <date month="January" year="2012"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol.  The DTLS protocol provides communications privacy for datagram protocols.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees.  Datagram semantics of the underlying transport are preserved by the DTLS protocol.  This document updates DTLS 1.0 to work with TLS version 1.2.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="RFC7925" target="https://www.rfc-editor.org/info/rfc7925">
          <front>
            <title>Transport Layer Security (TLS) / Datagram Transport Layer Security (DTLS) Profiles for the Internet of Things</title>
            <author fullname="H. Tschofenig" initials="H." role="editor" surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="T. Fossati" initials="T." surname="Fossati">
              <organization/>
            </author>
            <date month="July" year="2016"/>
            <abstract>
              <t>A common design pattern in Internet of Things (IoT) deployments is the use of a constrained device that collects data via sensors or controls actuators for use in home automation, industrial control systems, smart cities, and other IoT deployments.</t>
              <t>This document defines a Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) 1.2 profile that offers communications security for this data exchange thereby preventing eavesdropping, tampering, and message forgery.  The lack of communication security is a common vulnerability in IoT products that can easily be solved by using these well-researched and widely deployed Internet security protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7925"/>
          <seriesInfo name="DOI" value="10.17487/RFC7925"/>
        </reference>
        <reference anchor="RFC8392" target="https://www.rfc-editor.org/info/rfc8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties.  The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection.  A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value.  CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC9147" target="https://www.rfc-editor.org/info/rfc9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc9176">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss">
              <organization/>
            </author>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <author fullname="M. Koster" initials="M." surname="Koster">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok">
              <organization/>
            </author>
            <date month="April" year="2022"/>
            <abstract>
              <t>In many Internet of Things (IoT) applications, direct discovery of resources is not practical due to sleeping nodes or networks where multicast traffic is inefficient. These problems can be solved by employing an entity called a Resource Directory (RD), which contains information about resources held on other servers, allowing lookups to be performed for those resources. The input to an RD is composed of links, and the output is composed of links constructed from the information stored in the RD. This document specifies the web interfaces that an RD supports for web servers to discover the RD and to register, maintain, look up, and remove information on resources. Furthermore, new target attributes useful in conjunction with an RD are defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9176"/>
          <seriesInfo name="DOI" value="10.17487/RFC9176"/>
        </reference>
      </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 specific 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="I-D.ietf-ace-oauth-authz"/>. 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">
      <name>Document Updates</name>
      <t>RFC EDITOR: PLEASE REMOVE THIS SECTION.</t>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>Use and extend the same AIF specific 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 specific 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, as well as the interactions with the Group Manager using CoRAL.</t>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Carsten Bormann"/> and <contact fullname="Jim Schaad"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
