<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.24 (Ruby 3.3.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-group-oscore-profile-04" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.27.0 -->
  <front>
    <title abbrev="Group OSCORE Profile of ACE">The Group Object Security for Constrained RESTful Environments (Group OSCORE) Profile of the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ace-group-oscore-profile-04"/>
    <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="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="2025" month="March" day="03"/>
    <area>Security</area>
    <workgroup>ACE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 124?>

<t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework. The profile uses Group Object Security for Constrained RESTful Environments (Group OSCORE) to provide communication security between a client and one or multiple resource servers that are members of an OSCORE group. The profile securely binds an OAuth 2.0 access token to the public key of the client associated with the private key used by that client in the OSCORE group. The profile uses Group OSCORE to achieve server authentication, as well as proof-of-possession for the client's public key. Also, it provides proof of the client's membership to the OSCORE group by binding the access token to information from the Group OSCORE Security Context, thus allowing the resource server(s) to verify the client's membership upon receiving a message protected with Group OSCORE from the client. Effectively, the profile enables fine-grained access control paired with secure group communication, in accordance with the Zero Trust principles.</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-group-oscore-profile"/>.</t>
    </note>
  </front>
  <middle>
    <?line 128?>

<section anchor="intro">
      <name>Introduction</name>
      <t>A number of applications rely on a group communication model where a client can access a resource hosted by multiple resource servers at once, e.g., over IP multicast. Typical examples include switching of luminaries, actuators control, and distribution of software updates. Secure communication in the group can be achieved by sharing a set of keying material, which is typically provided upon joining the group.</t>
      <t>For some of such applications, it may be just fine to enforce access control in a straightforward fashion. That is, any client authorized to join the group, hence to obtain the group keying material, can be also implicitly authorized to perform any action at any resource of any server in the group. An example of application where such implicit authorization might serve well is a simple lighting scenario, where the lightbulbs are the servers, while the user account on an app on the user's phone is the client. In this case, it might be fine to not require additional authorization evidence from any user account, if it is acceptable that any current group member is also authorized to switch on and off any light, or to check the status of any light.</t>
      <t>However, in different instances of such applications, the approach above is not desirable, as different group members are intended to have different access rights to resources of other group members. For instance, enforcing access control in accordance with a more fine-grained approach is required in the two following use cases.</t>
      <t>As a first case, an application provides control of smart locks acting as servers in the group, where: a first type of client, e.g., a user account of a child, is allowed to only query the status of the smart locks; while a second type of client, e.g., a user account of a parent, is allowed to both query and change the status of the smart locks. Further similar applications concern the enforcement of different sets of permissions in groups with sensor/actuator devices, e.g., thermostats acting as servers. Also, some group members may even be intended as servers only. Hence, they must be prevented from acting as clients altogether and from accessing resources at other servers in the group, especially when attempting to perform non-safe operations.</t>
      <t>As a second case, building automation scenarios often rely on servers that, under different circumstances, enforce different level of priority for processing received commands. For instance, BACnet deployments consider multiple classes of clients, e.g., a normal light switch (C1) and an emergency fire panel (C2). Then, a C1 client is not allowed to override a command from a C2 client, until the latter relinquishes control at its higher priority. That is: i) only C2 clients should be able to adjust the minimum required level of priority on the servers, so rightly locking out C1 clients if needed; and ii) when a server is set to accept only high-priority commands, only C2 clients should be able to perform such commands otherwise allowed also to C1 clients. Given the different maximum authority of different clients, fine-grained access control would effectively limit the execution of high- and emergency-priority commands only to devices that are in fact authorized to perform such actions. Besides, it would prevent a misconfigured or compromised device from initiating a high-priority command and lock out normal control.</t>
      <t>In the cases above, being a legitimate group member and storing the group keying material is not supposed to imply any particular access rights. Instead, access control to the secure group communication channel and access control to the resource space provided by servers in the group should remain logically separated domains.</t>
      <t>This is aligned with the Zero Trust paradigm <xref target="NIST-800-207"/>, which focuses on resource protection and builds on the premise that trust is never granted implicitly, but must be continually evaluated. In particular, Zero Trust protections involve "minimizing access to resources (such as data and compute resources and applications/services) to only those subjects and assets identified as needing access as well as continually authenticating and authorizing the identity and security posture of each access request."</t>
      <t>Furthermore, <xref target="NIST-800-207"/> highlights how the Zero Trust goal is to "prevent unauthorized access to data and services coupled with making the access control enforcement as granular as possible", to "enforce least privileges needed to perform the action in the request."</t>
      <t>As a step in this direction, one can be tempted to introduce a different security group for each different set of access rights. However, this inconveniently results in additional keying material to distribute and manage. In particular, if the access rights pertaining to a node change, this requires to evict the node from the group, after which the node has to join a different group aligned with its new access rights. Moreover, the keying material of both groups would have to be renewed for their current members. Overall, this would have a non negligible impact on operations and performance.</t>
      <t>Instead, a fine-grained yet flexible access control model can be enforced within the same group, by using the Authentication and Authorization for Constrained Environments (ACE) framework <xref target="RFC9200"/>. That is, a client has to first obtain authorization credentials in the form of an access token, and upload it to the intended resource server(s) in the group before accessing the target resources hosted therein.</t>
      <t>The ACE framework delegates to separate profile documents how to secure communications between the client and the resource servers. However each of the current profiles of ACE defined in <xref target="RFC9202"/><xref target="RFC9203"/><xref target="RFC9431"/><xref target="I-D.ietf-ace-edhoc-oscore-profile"/> relies on a security protocol that cannot be used to protect one-to-many group messages, for example sent over IP multicast.</t>
      <t>This document specifies the "coap_group_oscore" profile of the ACE framework, where a client uses the Constrained Application Protocol (CoAP) <xref target="RFC7252"/><xref target="I-D.ietf-core-groupcomm-bis"/> to communicate with one or multiple resource servers that are members of an application group and share a common set of resources. This profile uses Group Object Security for Constrained RESTful Environments (Group OSCORE) <xref target="I-D.ietf-core-oscore-groupcomm"/> as the security protocol to protect messages exchanged between the client and the resource servers. Hence, it requires that both the client and the resource servers have previously joined the same OSCORE group.</t>
      <t>That is, this profile describes how access control is enforced for a client after it has joined an OSCORE group, to access resources hosted by other members in that group. The process for joining the OSCORE group through the respective Group Manager as defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> takes place before the process described in this document, and is out of the scope of this profile.</t>
      <t>The client proves its access to be authorized to the resource server(s) by using an access token bound to a key (the proof-of-possession key). This profile uses Group OSCORE to achieve server authentication and proof-of-possession for the client's public key used in the OSCORE group in question. Note that proof-of-possession is not achieved through a dedicated protocol element, but instead after the first message exchange protected with Group OSCORE.</t>
      <t>Furthermore, this profile provides proof of the client's membership to the OSCORE group, by binding the access token to information from the pre-established Group OSCORE Security Context, as well as to the client's authentication credential used in the group and including the client's public key. This allows the resource server(s) to verify the client's group membership upon reception of a message protected with Group OSCORE from that client.</t>
      <t>OSCORE <xref target="RFC8613"/> specifies how to use COSE <xref target="RFC9052"/><xref target="RFC9053"/> to secure CoAP messages. Group OSCORE builds on OSCORE to provide secure group communication, and ensures source authentication: by means of digital signatures embedded in the protected message (when using the group mode); or by protecting a message with pairwise keying material derived from the asymmetric keys of the two peers exchanging the message (when using the pairwise mode).</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>Readers are expected to be familiar with the terms and concepts related to CBOR <xref target="RFC8949"/>, COSE <xref target="RFC9052"/><xref target="RFC9053"/>, CoAP <xref target="RFC7252"/>, OSCORE <xref target="RFC8613"/>, and Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>. These especially include:</t>
        <ul spacing="normal">
          <li>
            <t>Group Manager, as the entity responsible for a set of groups where communications among members are secured with Group OSCORE.</t>
          </li>
          <li>
            <t>Authentication credential, as the set of information associated with an entity, including that entity's public key and parameters associated with the public key. Examples of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC5280"/>, and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>.  </t>
            <t>
Members of an OSCORE group have an associated authentication credential in the format used within the group. As per <xref section="2.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, an authentication credential provides the public key as well as the comprehensive set of information related to the public key algorithm, including, e.g., the used elliptic curve (when applicable).</t>
          </li>
        </ul>
        <t>Readers are also expected to be familiar with the terms and concepts described in the ACE framework for authentication and authorization <xref target="RFC9200"/>, as well as in the OSCORE profile of ACE <xref target="RFC9203"/>. 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).</t>
        <t>Note that the term "endpoint" is used here following its OAuth definition <xref target="RFC6749"/>, 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>Additionally, this document makes use of the following terminology.</t>
        <ul spacing="normal">
          <li>
            <t>Pairwise-only group: an OSCORE group that uses only the pairwise mode of Group OSCORE (see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
          </li>
        </ul>
        <t>Examples throughout this document are expressed in CBOR diagnostic notation as defined in <xref section="8" sectionFormat="of" target="RFC8949"/> and <xref section="G" sectionFormat="of" target="RFC8610"/>. Diagnostic notation comments are often used to provide a textual representation of the parameters' keys and values.</t>
        <t>In the CBOR diagnostic notation used in this document, constructs of the form e'SOME_NAME' are replaced by the value assigned to SOME_NAME in the CDDL model shown in <xref target="fig-cddl-model"/> of <xref target="sec-cddl-model"/>. For example, {e'context_id_param': h'abcd0000', e'salt_input_param': h'00} stands for {71: h'abcd0000', 72: h'00}.</t>
        <t>Note to RFC Editor: Please delete the paragraph immediately preceding this note. Also, in the CBOR diagnostic notation used in this document, please replace the constructs of the form e'SOME_NAME' with the value assigned to SOME_NAME in the CDDL model shown in <xref target="fig-cddl-model"/> of <xref target="sec-cddl-model"/>. Finally, please delete this note.</t>
      </section>
    </section>
    <section anchor="sec-protocol-overview">
      <name>Protocol Overview</name>
      <t>This section provides an overview of this profile, i.e., of how to use the ACE framework for authentication and authorization <xref target="RFC9200"/> to secure communications between a client and one or more resource servers using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
      <t>Note that this profile of ACE describes how access control can be enforced for a node after it has joined an OSCORE group, to access resources hosted by other members in that group.</t>
      <t>In particular, the process of joining the OSCORE group through the respective Group Manager as defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> must take place before the process described in this document, and is out of the scope of this profile.</t>
      <t>An overview of the protocol flow for this profile is shown in <xref target="fig-protocol-overview"/>, where it is assumed that both the resource servers RS1 and RS2 are associated with the same authorization server AS. It is also assumed that the client C, as well as RS1 and RS2 have previously joined an OSCORE group with Group Identifier (gid) 0xabcd0000, and that they got assigned Sender ID (sid) 0x00, 0x01, and 0x02 in the group, respectively. The names of messages coincide with those of <xref target="RFC9200"/> when applicable, and messages in square brackets are optional.</t>
      <figure anchor="fig-protocol-overview">
        <name>Protocol Overview.</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="960" width="576" viewBox="0 0 576 960" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,48 L 8,672" fill="none" stroke="black"/>
              <path d="M 8,704 L 8,720" fill="none" stroke="black"/>
              <path d="M 8,768 L 8,816" fill="none" stroke="black"/>
              <path d="M 8,848 L 8,864" fill="none" stroke="black"/>
              <path d="M 8,912 L 8,944" fill="none" stroke="black"/>
              <path d="M 256,48 L 256,136" fill="none" stroke="black"/>
              <path d="M 256,152 L 256,200" fill="none" stroke="black"/>
              <path d="M 256,216 L 256,328" fill="none" stroke="black"/>
              <path d="M 256,344 L 256,392" fill="none" stroke="black"/>
              <path d="M 256,408 L 256,440" fill="none" stroke="black"/>
              <path d="M 256,456 L 256,488" fill="none" stroke="black"/>
              <path d="M 256,504 L 256,568" fill="none" stroke="black"/>
              <path d="M 256,624 L 256,776" fill="none" stroke="black"/>
              <path d="M 256,792 L 256,944" fill="none" stroke="black"/>
              <path d="M 352,48 L 352,136" fill="none" stroke="black"/>
              <path d="M 352,152 L 352,200" fill="none" stroke="black"/>
              <path d="M 352,240 L 352,328" fill="none" stroke="black"/>
              <path d="M 352,344 L 352,392" fill="none" stroke="black"/>
              <path d="M 352,432 L 352,592" fill="none" stroke="black"/>
              <path d="M 352,624 L 352,944" fill="none" stroke="black"/>
              <path d="M 568,48 L 568,944" fill="none" stroke="black"/>
              <path d="M 32,64 L 48,64" fill="none" stroke="black"/>
              <path d="M 200,64 L 232,64" fill="none" stroke="black"/>
              <path d="M 32,96 L 80,96" fill="none" stroke="black"/>
              <path d="M 184,96 L 232,96" fill="none" stroke="black"/>
              <path d="M 8,144 L 72,144" fill="none" stroke="black"/>
              <path d="M 184,144 L 560,144" fill="none" stroke="black"/>
              <path d="M 16,208 L 384,208" fill="none" stroke="black"/>
              <path d="M 528,208 L 568,208" fill="none" stroke="black"/>
              <path d="M 8,256 L 48,256" fill="none" stroke="black"/>
              <path d="M 200,256 L 248,256" fill="none" stroke="black"/>
              <path d="M 16,304 L 72,304" fill="none" stroke="black"/>
              <path d="M 192,304 L 256,304" fill="none" stroke="black"/>
              <path d="M 8,336 L 72,336" fill="none" stroke="black"/>
              <path d="M 184,336 L 560,336" fill="none" stroke="black"/>
              <path d="M 16,400 L 384,400" fill="none" stroke="black"/>
              <path d="M 528,400 L 568,400" fill="none" stroke="black"/>
              <path d="M 8,448 L 48,448" fill="none" stroke="black"/>
              <path d="M 200,448 L 344,448" fill="none" stroke="black"/>
              <path d="M 16,496 L 64,496" fill="none" stroke="black"/>
              <path d="M 184,496 L 352,496" fill="none" stroke="black"/>
              <path d="M 8,528 L 24,528" fill="none" stroke="black"/>
              <path d="M 208,528 L 248,528" fill="none" stroke="black"/>
              <path d="M 248,576 L 344,576" fill="none" stroke="black"/>
              <path d="M 16,640 L 40,640" fill="none" stroke="black"/>
              <path d="M 232,640 L 256,640" fill="none" stroke="black"/>
              <path d="M 16,784 L 40,784" fill="none" stroke="black"/>
              <path d="M 232,784 L 352,784" fill="none" stroke="black"/>
              <path d="M 224,528 L 248,576" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="568,336 556,330.4 556,341.6" fill="black" transform="rotate(0,560,336)"/>
              <polygon class="arrowhead" points="568,144 556,138.4 556,149.6" fill="black" transform="rotate(0,560,144)"/>
              <polygon class="arrowhead" points="352,576 340,570.4 340,581.6" fill="black" transform="rotate(0,344,576)"/>
              <polygon class="arrowhead" points="352,448 340,442.4 340,453.6" fill="black" transform="rotate(0,344,448)"/>
              <polygon class="arrowhead" points="256,528 244,522.4 244,533.6" fill="black" transform="rotate(0,248,528)"/>
              <polygon class="arrowhead" points="256,256 244,250.4 244,261.6" fill="black" transform="rotate(0,248,256)"/>
              <polygon class="arrowhead" points="240,64 228,58.4 228,69.6" fill="black" transform="rotate(0,232,64)"/>
              <polygon class="arrowhead" points="40,96 28,90.4 28,101.6" fill="black" transform="rotate(180,32,96)"/>
              <polygon class="arrowhead" points="24,784 12,778.4 12,789.6" fill="black" transform="rotate(180,16,784)"/>
              <polygon class="arrowhead" points="24,640 12,634.4 12,645.6" fill="black" transform="rotate(180,16,640)"/>
              <polygon class="arrowhead" points="24,496 12,490.4 12,501.6" fill="black" transform="rotate(180,16,496)"/>
              <polygon class="arrowhead" points="24,400 12,394.4 12,405.6" fill="black" transform="rotate(180,16,400)"/>
              <polygon class="arrowhead" points="24,304 12,298.4 12,309.6" fill="black" transform="rotate(180,16,304)"/>
              <polygon class="arrowhead" points="24,208 12,202.4 12,213.6" fill="black" transform="rotate(180,16,208)"/>
              <g class="text">
                <text x="8" y="36">C</text>
                <text x="256" y="36">RS1</text>
                <text x="352" y="36">RS2</text>
                <text x="564" y="36">AS</text>
                <text x="24" y="68">[</text>
                <text x="92" y="68">Resource</text>
                <text x="160" y="68">Request</text>
                <text x="240" y="68">]</text>
                <text x="24" y="100">[</text>
                <text x="100" y="100">AS</text>
                <text x="144" y="100">Request</text>
                <text x="240" y="100">]</text>
                <text x="100" y="116">Creation</text>
                <text x="160" y="116">Hints</text>
                <text x="100" y="148">POST</text>
                <text x="148" y="148">/token</text>
                <text x="56" y="164">(aud:</text>
                <text x="108" y="164">"RS1",</text>
                <text x="156" y="164">sid:</text>
                <text x="200" y="164">0x00,</text>
                <text x="60" y="180">gid:</text>
                <text x="128" y="180">0xabcd0000,</text>
                <text x="196" y="180">...)</text>
                <text x="420" y="212">Access</text>
                <text x="472" y="212">token</text>
                <text x="508" y="212">T1</text>
                <text x="384" y="228">+</text>
                <text x="420" y="228">Access</text>
                <text x="496" y="228">Information</text>
                <text x="76" y="260">POST</text>
                <text x="144" y="260">/authz-info</text>
                <text x="108" y="276">(access_token:</text>
                <text x="184" y="276">T1)</text>
                <text x="100" y="308">2.01</text>
                <text x="152" y="308">Created</text>
                <text x="100" y="340">POST</text>
                <text x="148" y="340">/token</text>
                <text x="56" y="356">(aud:</text>
                <text x="108" y="356">"RS2",</text>
                <text x="156" y="356">sid:</text>
                <text x="200" y="356">0x00,</text>
                <text x="60" y="372">gid:</text>
                <text x="128" y="372">0xabcd0000,</text>
                <text x="196" y="372">...)</text>
                <text x="420" y="404">Access</text>
                <text x="472" y="404">token</text>
                <text x="508" y="404">T2</text>
                <text x="384" y="420">+</text>
                <text x="420" y="420">Access</text>
                <text x="496" y="420">Information</text>
                <text x="76" y="452">POST</text>
                <text x="144" y="452">/authz-info</text>
                <text x="108" y="468">(access_token:</text>
                <text x="184" y="468">T2)</text>
                <text x="92" y="500">2.01</text>
                <text x="144" y="500">Created</text>
                <text x="56" y="532">Group</text>
                <text x="108" y="532">OSCORE</text>
                <text x="168" y="532">Request</text>
                <text x="64" y="548">(kid:</text>
                <text x="112" y="548">0x00,</text>
                <text x="68" y="564">gid:</text>
                <text x="136" y="564">0xabcd0000)</text>
                <text x="256" y="596">|</text>
                <text x="312" y="612">/proof-of-possession/</text>
                <text x="72" y="644">Group</text>
                <text x="124" y="644">OSCORE</text>
                <text x="188" y="644">Response</text>
                <text x="96" y="660">(kid:</text>
                <text x="144" y="660">0x01)</text>
                <text x="88" y="692">/proof-of-possession/</text>
                <text x="32" y="740">/Mutual</text>
                <text x="124" y="740">authentication</text>
                <text x="40" y="756">between</text>
                <text x="80" y="756">C</text>
                <text x="104" y="756">and</text>
                <text x="140" y="756">RS1/</text>
                <text x="72" y="788">Group</text>
                <text x="124" y="788">OSCORE</text>
                <text x="188" y="788">Response</text>
                <text x="96" y="804">(kid:</text>
                <text x="144" y="804">0x02)</text>
                <text x="88" y="836">/proof-of-possession/</text>
                <text x="32" y="884">/Mutual</text>
                <text x="124" y="884">authentication</text>
                <text x="40" y="900">between</text>
                <text x="80" y="900">C</text>
                <text x="104" y="900">and</text>
                <text x="140" y="900">RS2/</text>
                <text x="120" y="932">...</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
C                             RS1         RS2                        AS
|                              |           |                          |
| [--- Resource Request ---->] |           |                          |
|                              |           |                          |
| [<------ AS Request -------] |           |                          |
|       Creation Hints         |           |                          |
|                              |           |                          |
+-------- POST /token ----------------------------------------------->|
|   (aud: "RS1", sid: 0x00,    |           |                          |
|    gid: 0xabcd0000, ...)     |           |                          |
|                              |           |                          |
|<---------------------------------------------- Access token T1 -----+
|                              |               + Access Information   |
|                              |           |                          |
+----- POST /authz-info ------>|           |                          |
|     (access_token: T1)       |           |                          |
|                              |           |                          |
|<------- 2.01 Created --------+           |                          |
|                              |           |                          |
+-------- POST /token ----------------------------------------------->|
|   (aud: "RS2", sid: 0x00,    |           |                          |
|    gid: 0xabcd0000, ...)     |           |                          |
|                              |           |                          |
|<---------------------------------------------- Access token T2 -----+
|                              |               + Access Information   |
|                              |           |                          |
+----- POST /authz-info ------------------>|                          |
|     (access_token: T2)       |           |                          |
|                              |           |                          |
|<------ 2.01 Created ---------------------+                          |
|                              |           |                          |
+-- Group OSCORE Request --+-->|           |                          |
|    (kid: 0x00,            \  |           |                          |
|     gid: 0xabcd0000)       \ |           |                          |
|                             `----------->|                          |
|                              |           |                          |
|                           /proof-of-possession/                     |
|                              |           |                          |
|<--- Group OSCORE Response ---+           |                          |
|        (kid: 0x01)           |           |                          |
|                              |           |                          |
/proof-of-possession/          |           |                          |
|                              |           |                          |
|                              |           |                          |
/Mutual authentication         |           |                          |
 between C and RS1/            |           |                          |
|                              |           |                          |
|<--- Group OSCORE Response ---------------+                          |
|        (kid: 0x02)           |           |                          |
|                              |           |                          |
/proof-of-possession/          |           |                          |
|                              |           |                          |
|                              |           |                          |
/Mutual authentication         |           |                          |
 between C and RS2/            |           |                          |
|                              |           |                          |
|            ...               |           |                          |
|                              |           |                          |
]]></artwork>
        </artset>
      </figure>
      <section anchor="sec-protocol-overview-pre-conditions">
        <name>Pre-Conditions</name>
        <t>Using Group OSCORE and this profile requires that both the client and the resource servers have previously joined the same OSCORE group. This especially includes the derivation of the Group OSCORE Security Context and the assignment of unique Sender IDs to use in the group. Nodes can join the OSCORE group through the respective Group Manager by using the approach defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>, which is also based on ACE.</t>
        <t>After the client and resource servers have joined the group, this profile provides access control for accessing resources on those resource servers, by securely communicating with Group OSCORE.</t>
        <t>As a pre-requisite for this profile, the client has to have successfully joined the OSCORE group where also the resource servers (RSs) are members. Depending on the limited information initially available, the client may have to first discover the exact OSCORE group used by the RSs for the resources of interest, e.g., by using the approach defined in <xref target="I-D.tiloca-core-oscore-discovery"/>.</t>
      </section>
      <section anchor="sec-protocol-overview-token-retrieval">
        <name>Requesting an Access Token</name>
        <t>This profile requires that the client requests an access token from the AS for the resource(s) that it wants to access at the RS(s), by using the /token endpoint as specified in <xref section="5.8" sectionFormat="of" target="RFC9200"/>.</t>
        <t>In general, different RSs can be associated with different ASs, even if the RSs are members of the same OSCORE group. However, assuming proper configurations and trust relations, it is possible for multiple RSs associated with the same AS to be part of a single audience (i.e., a group-audience, see <xref section="6.9" sectionFormat="of" target="RFC9200"/>). In such a case, the client can request a single access token intended for the group-audience, hence to all the RSs included therein. A particular group-audience might be defined as including all the RSs in the OSCORE group.</t>
        <t>In the access token request to the AS, the client <bcp14>MUST</bcp14> include the Group Identifier of the OSCORE group and its own Sender ID in that group. The AS <bcp14>MUST</bcp14> specify these pieces of information in the access token.</t>
        <t>Furthermore, in the access token request to the AS, the client <bcp14>MUST</bcp14> also include: its own authentication credential used in the OSCORE group; and a proof-of-possession (PoP) evidence to prove possession of the corresponding private key to the AS. The PoP evidence is computed over a PoP input uniquely related to the secure communication association between the client and the AS. The AS <bcp14>MUST</bcp14> include also the authentication credential specified by the client in the access token.</t>
        <t>If the request from the client is granted, then the AS can send back the issued access token in the access token response to the client, or instead upload the access token directly to the RS as described in the alternative workflow defined in <xref target="I-D.ietf-ace-workflow-and-params"/>. This document focuses on the former option (also shown in the example in <xref target="fig-protocol-overview"/>), while the latter option is not detailed further here.</t>
        <t>The access token request and Response exchanged between the client and the AS <bcp14>MUST</bcp14> be confidentiality-protected and ensure authenticity. In this profile, it is <bcp14>RECOMMENDED</bcp14> to use OSCORE <xref target="RFC8613"/> between the client and the AS, to reduce the number of libraries that the client has to support. Other protocols fulfilling the security requirements defined in Sections <xref target="RFC9200" section="5" sectionFormat="bare"/> and <xref target="RFC9200" section="6" sectionFormat="bare"/> of <xref target="RFC9200"/> <bcp14>MAY</bcp14> alternatively be used, such as TLS <xref target="RFC8446"/> or DTLS <xref target="RFC9147"/>.</t>
      </section>
      <section anchor="sec-protocol-overview-token-posting">
        <name>Access Token Uploading</name>
        <t>After having retrieved the access token from the AS, the client uploads the access token to the RS, by sending a POST request to the /authz-info endpoint and using the mechanisms specified in <xref section="5.10" sectionFormat="of" target="RFC9200"/>. When using this profile, the communication that C has with the /authz-info endpoint is not protected.</t>
        <t>If the access token is valid, the RS replies to the POST request with a 2.01 (Created) response. Also, the RS associates the received access token with the Group OSCORE Security Context identified by the Group Identifier specified in the access token (see <xref section="2.1.3" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). In practice, the RS maintains a collection of Security Contexts with associated authorization information, for all the clients that it is currently communicating with. The authorization information is a policy that is used as input when processing requests from those clients.</t>
        <t>Finally, the RS stores the association between i) the authorization information from the access token; and ii) the Group Identifier of the OSCORE group together with the Sender ID and the authentication credential of the client in that group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). This binds the access token to the Group OSCORE Security Context of the OSCORE group.</t>
        <t>Finally, when the client communicates with the RS using the Group OSCORE Security Context, the RS verifies that the client is a legitimate member of the OSCORE group and especially the exact group member with the same Sender ID associated with the access token. This occurs when verifying a request protected with Group OSCORE, since the request includes the client's Sender ID and either it embeds a signature computed also over that Sender ID (if protected with the group mode), or it is protected by means of pairwise symmetric keying material derived from the asymmetric keys of the two peers (if protected with the pairwise mode).</t>
        <t>The above has considered an access token intended for a single RS. However, as discussed in <xref target="sec-protocol-overview-token-retrieval"/>, an access token can be intended for a group-audience including multiple RSs in the OSCORE group. In such a case, the client could efficiently upload the access token to many or all of those RSs at once (e.g., over IP multicast), after which each RS individually performs the same steps described above.</t>
      </section>
      <section anchor="sec-protocol-overview-communication">
        <name>Secure Communication</name>
        <t>The client can send a request protected with Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> to the RS. This can be a unicast request targeting the RS, or a one-to-many group request (e.g., over IP multicast) targeting the OSCORE group where the RS is also a member. To this end, the client uses the Group OSCORE Security Context already established upon joining the OSCORE group, e.g., by using the approach defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. The RS may send a response back to the client, protecting it by means of the same Group OSCORE Security Context.</t>
      </section>
    </section>
    <section anchor="sec-c-as-comm">
      <name>Client-AS Communication</name>
      <t>This section details the Access Token POST Request that the client sends to the /token endpoint of the AS, as well as the related access token response.</t>
      <t>The access token <bcp14>MUST</bcp14> be bound to the public key of the client as proof-of-possession key (PoP) key, which is included in the client's authentication credential specified in the 'cnf' claim of the access token.</t>
      <section anchor="sec-c-as-comm-preliminary-ops">
        <name>Preliminary Operations</name>
        <t>The following considers a client that is a member of an OSCORE group G with GID* as current Group Identifier (GID), within which the client currently has SID* as Sender ID and uses a public authentication credential AUTH_CRED_C that specifies the PoP key K.</t>
        <t>The client <bcp14>MUST</bcp14> perform the following steps, before requesting an access token to be bound to AUTH_CRED_C (hence to the PoP key K) and to be associated with the client's membership in group G through the values GID* and SID*.</t>
        <ol spacing="normal" type="1"><li>
            <t>The client checks whether it is a member of any two OSCORE groups G1 and G2 such that all the following conditions hold.  </t>
            <ul spacing="normal">
              <li>
                <t>Both groups have GID* as current GID.</t>
              </li>
              <li>
                <t>The client uses SID* as Sender ID in both groups.</t>
              </li>
              <li>
                <t>The client uses the same AUTH_CRED_C in both groups.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>If such two groups G1 and G2 are found at Step 2, then the client moves to Step 3. Otherwise, the client terminates this algorithm and proceeds with requesting the access token as defined in <xref target="sec-c-as-token-endpoint"/>.</t>
          </li>
          <li>
            <t>The client can choose to terminate this algorithm and perform it again later on.  </t>
            <t>
Alternatively, the client can alter its current group memberships, in order to ensure that two groups like G1 and G2 cannot be determined. To this end, the client has two available options.  </t>
            <ul spacing="normal">
              <li>
                <t>The client leaves some of the OSCORE groups that could be determined as groups like G1 and G2 (see <xref section="9.11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
              </li>
              <li>
                <t>The client obtains a new Sender ID in some of the OSCORE groups that could be determined as groups like G1 and G2. To this end, the client can request a new Sender ID in a group to the Group Manager responsible for that group (see <xref section="9.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>), or re-join a group thereby obtaining a new Sender ID in that group (see <xref section="6" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
              </li>
            </ul>
            <t>
Finally, the client moves to Step 1.</t>
          </li>
        </ol>
      </section>
      <section anchor="sec-c-as-token-endpoint">
        <name>C-to-AS: POST to Token Endpoint</name>
        <t>The Client-to-AS request is specified in <xref section="5.8.1" sectionFormat="of" target="RFC9200"/>. The client <bcp14>MUST</bcp14> send this POST request to the /token endpoint over a secure channel that guarantees authentication, message integrity, and confidentiality.</t>
        <t>The POST request is formatted as the analogous Client-to-AS request in the OSCORE profile of ACE (see <xref section="3.1" sectionFormat="of" target="RFC9203"/>), with the following additional parameters that <bcp14>MUST</bcp14> be included in the payload.</t>
        <ul spacing="normal">
          <li>
            <t>'context_id', defined in <xref target="context_id"/> of this document. This parameter specifies the GID, i.e., the ID Context of an OSCORE group that includes as members both the client and the RS(s) in the audience for which the access token is asked to be issued. In particular, the client wishes to communicate with the RS(s) in that audience using the Group OSCORE Security Context associated with that OSCORE group.</t>
          </li>
          <li>
            <t>'salt_input', defined in <xref target="salt_input"/> of this document. This parameter includes the Sender ID that the client has in the OSCORE group whose GID is specified in the 'context_id' parameter above.</t>
          </li>
          <li>
            <t>'req_cnf', defined in <xref section="3.1" sectionFormat="of" target="RFC9201"/>. This parameter follows the syntax from <xref section="3.1" sectionFormat="of" target="RFC8747"/>, and its inner confirmation value specifies the authentication credential AUTH_CRED_C that the client uses in the OSCORE group. The public key included in the authentication credential will be used as the PoP key bound to the access token.  </t>
            <t>
At the time of writing this specification, acceptable formats of authentication credentials in Group OSCORE are CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC5280"/>, and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>.  </t>
            <t>
Further formats may be available in the future, and would be acceptable to use as long as they comply with the criteria compiled in <xref section="2.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. In particular, an authentication credential has to explicitly include the public key as well as the comprehensive set of information related to the public key algorithm, including, e.g., the used elliptic curve (when applicable).  </t>
            <t>
Note that C might have previously uploaded AUTH_CRED_C to the Group Manager as provided within a chain or a bag (e.g., as the end-entity certificate in a chain of certificates), by specifying it in the 'client_cred' parameter of a Join Request or of an Authentication Credential Update Request sent to the Group Manager (see Sections <xref target="I-D.ietf-ace-key-groupcomm-oscore" section="6.1" sectionFormat="bare"/> and <xref target="I-D.ietf-ace-key-groupcomm-oscore" section="9.4" sectionFormat="bare"/> of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>). In such a case, the inner confirmation value of the 'req_cnf' parameter <bcp14>MUST</bcp14> specify AUTH_CRED_C as provided within the same chain or bag.  </t>
            <t>
[ As to CWTs and CCSs, the CWT Confirmation Methods 'kcwt' and 'kccs' are under pending registration requested by draft-ietf-ace-edhoc-oscore-profile. ]  </t>
            <t>
[ As to X.509 certificates, the CWT Confirmation Methods 'x5bag' and '5chain' are under pending registration requested by draft-ietf-ace-edhoc-oscore-profile. ]  </t>
            <t>
[ As to C509 certificates, the CWT Confirmation Methods 'c5b'and 'c5c' are under pending registration requested by draft-ietf-ace-edhoc-oscore-profile. ]</t>
          </li>
        </ul>
        <t>Furthermore, the payload of the request <bcp14>MAY</bcp14> include exactly one of the two following parameters, specifying a proof-of-possession (PoP) evidence computed by the client.</t>
        <ul spacing="normal">
          <li>
            <t>'client_cred_verify', defined in <xref target="client_cred_verify"/> of this document, specifying the client's PoP evidence as a signature, which is computed as defined later in this section. This parameter <bcp14>MUST NOT</bcp14> be included if the OSCORE group is a pairwise-only group.</t>
          </li>
          <li>
            <t>'client_cred_verify_mac', defined in <xref target="client_cred_verify_mac"/> of this document, specifying the client's PoP evidence as a MAC, which is computed as defined later in this section. This parameter <bcp14>MUST NOT</bcp14> be included if the OSCORE group is not a pairwise-only group.</t>
          </li>
        </ul>
        <t>The PoP evidence can be used by the AS to achieve proof-of-possession of the client's private key, i.e., to verify that the client indeed owns the private key associated with the public key of AUTH_CRED_C.</t>
        <t>When preparing the POST request, the client might know that the AS has previously achieved proof-of-possession of the private key in question. In such a case, it is <bcp14>OPTIONAL</bcp14> for the client to compute the PoP evidence and to specify it in the 'client_cred_verify' or 'client_cred_verify_mac' parameter of the POST request.</t>
        <t>If the client believes that the AS has not previously achieved proof-of-possession of the private key in question or that such proof was achieved but does not hold anymore, then the client <bcp14>MUST</bcp14> compute the PoP evidence as defined below and <bcp14>MUST</bcp14> specify it in the 'client_cred_verify' or 'client_cred_verify_mac' parameter of the POST request.</t>
        <t>In order to compute the PoP evidence, the client <bcp14>MUST</bcp14> use as PoP input the byte representation of an information that uniquely represents the secure communication association between the client and the AS. It is <bcp14>RECOMMENDED</bcp14> that the client uses the following as PoP input.</t>
        <ul spacing="normal">
          <li>
            <t>If the client and the AS communicate over TLS 1.2 <xref target="RFC5246"/> or DTLS 1.2 <xref target="RFC6347"/>, the PoP input is an exporter value computed as defined in <xref section="4" sectionFormat="of" target="RFC5705"/>, using the following inputs:  </t>
            <ul spacing="normal">
              <li>
                <t>The exporter label "EXPORTER-ACE-PoP-Input-Client-AS", defined in <xref target="iana-tls-exporter-label"/> of this document.</t>
              </li>
              <li>
                <t>The empty 'context value', i.e., a 'context value' of zero-length.</t>
              </li>
              <li>
                <t>32 as length value in bytes.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>If the client and the AS communicate over TLS 1.3 <xref target="RFC8446"/> or DTLS 1.3 <xref target="RFC9147"/>, the PoP input is an exporter value computed as defined in <xref section="7.5" sectionFormat="of" target="RFC8446"/>, using the following inputs:  </t>
            <ul spacing="normal">
              <li>
                <t>The exporter label "EXPORTER-ACE-PoP-Input-Client-AS", defined in <xref target="iana-tls-exporter-label"/> of this document.</t>
              </li>
              <li>
                <t>The empty 'context_value', i.e., a 'context_value' of zero-length.</t>
              </li>
              <li>
                <t>32 as 'key_length' in bytes.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>If the client and the AS communicate over OSCORE <xref target="RFC8613"/>, the PoP input is the output PRK of an HKDF-Extract step <xref target="RFC5869"/>, i.e., PRK = HMAC-Hash(salt, IKM).  </t>
            <t>
In particular, given the OSCORE Security Context CTX shared between the client and the AS, then the following applies.  </t>
            <ul spacing="normal">
              <li>
                <t>'salt' takes (x1 | x2), where | denotes byte string concatenation, while x1 and x2 are defined as follows.      </t>
                <ul spacing="normal">
                  <li>
                    <t>x1 is the binary representation of a CBOR data item. If CTX does not specify an OSCORE ID Context, the CBOR data item is the CBOR simple value <tt>null</tt> (0xf6). Otherwise, the CBOR data item is a CBOR byte string, with value the OSCORE ID Context specified in CTX.</t>
                  </li>
                  <li>
                    <t>x2 is the binary representation of a CBOR byte string. The value of the CBOR byte string is the OSCORE Sender ID of the client, which the client stores in its Sender Context of CTX and the AS stores in its Recipient Context of CTX.</t>
                  </li>
                </ul>
              </li>
              <li>
                <t>'IKM' is the OSCORE Master Secret specified in CTX.</t>
              </li>
              <li>
                <t>The used HKDF is the HKDF Algorithm specified in CTX.</t>
              </li>
            </ul>
            <t>
The following shows an example of input to the HMAC-Hash() function.  </t>
            <t>
On the client side, the OSCORE Security Context shared with the AS includes:  </t>
            <artwork><![CDATA[
ID Context: 0x37cbf3210017a2d3 (8 bytes)

Sender ID: 0x01 (1 byte)

Master Secret: 0x0102030405060708090a0b0c0d0e0f10 (16 bytes)
]]></artwork>
            <t>
Then, the following holds.  </t>
            <artwork><![CDATA[
x1 (Raw value) (8 bytes)
0x37cbf3210017a2d3

x1 (CBOR Data Item) (9 bytes)
0x4837cbf3210017a2d3

x2 (Raw value) (1 bytes)
0x01

x2 (CBOR Data Item) (2 bytes)
0x4101

salt (11 bytes)
0x4837cbf3210017a2d34101

IKM (16 bytes)
0x0102030405060708090a0b0c0d0e0f10
]]></artwork>
          </li>
        </ul>
        <t>After that, the client computes the PoP evidence as follows.</t>
        <ul spacing="normal">
          <li>
            <t>If the OSCORE group is not a pairwise-only group, the PoP evidence <bcp14>MUST</bcp14> be a signature. The client computes the signature by using the same private key and signature algorithm it uses for signing messages in the OSCORE group. The client's private key is the one associated with the client's authentication credential used in the OSCORE group and specified in the 'req_cnf' parameter above.</t>
          </li>
          <li>
            <t>If the OSCORE group is a pairwise-only group, the PoP evidence <bcp14>MUST</bcp14> be a MAC computed as follows, by using the HKDF Algorithm HKDF SHA-256, which consists of composing the HKDF-Extract and HKDF-Expand steps <xref target="RFC5869"/>.  </t>
            <t>
MAC = HKDF(salt, IKM, info, L)  </t>
            <t>
The input parameters of HKDF are as follows.  </t>
            <ul spacing="normal">
              <li>
                <t>salt takes as value the empty byte string.</t>
              </li>
              <li>
                <t>IKM is computed as a cofactor Diffie-Hellman shared secret (see Section 5.7.1.2 of <xref target="NIST-800-56A"/>), using the ECDH algorithm that is used as Pairwise Key Agreement Algorithm in the OSCORE group. The client uses its own Diffie-Hellman private key and the Diffie-Hellman public key of the AS. For X25519 and X448, the procedure is described in <xref section="5" sectionFormat="of" target="RFC7748"/>.      </t>
                <t>
The client's private key is the one associated with the client's authentication credential used in the OSCORE group and specified in the 'req_cnf' parameter above. The client may obtain the Diffie-Hellman public key of the AS during its registration process at the AS.</t>
              </li>
              <li>
                <t>info takes as value the PoP input.</t>
              </li>
              <li>
                <t>L is equal to 8, i.e., the size of the MAC, in bytes.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>An example of the POST request is shown in <xref target="fig-example-C-to-AS-symm"/>.</t>
        <figure anchor="fig-example-C-to-AS-symm">
          <name>Example C-to-AS POST /token Request for an Access Token Bound to an Asymmetric Key.</name>
          <artwork><![CDATA[
Header: POST (Code=0.02)
Uri-Host: "as.example.com"
Uri-Path: "token"
Content-Format: 19 (application/ace+cbor)
Payload:
{
  / audience /        5 : "tempSensor4711",
  / scope /           9 : "read",
    e'context_id_param' : h'abcd0000',
    e'salt_input_param' : h'00',
  e'client_cred_verify' : h'c5a6...f100' / elided for brevity /,
  / req_cnf /         4 : {
    e'kccs' : {
      / sub / 2 : "42-50-31-FF-EF-37-32-39",
      / cnf / 8 : {
        / COSE_Key / 1 : {
          / kty /  1 : 2 / EC2 /,
          / crv / -1 : 1 / P-256 /,
          / x /   -2 : h'd7cc072de2205bdc1537a543d53c60a6
                         acb62eccd890c7fa27c9e354089bbe13',
          / y /   -3 : h'f95e1d4b851a2cc80fff87d8e23f22af
                         b725d535e515d020731e79a3b4e47120'
        }
      }
    }
  }
}
]]></artwork>
        </figure>
        <t>In the example above, the client specifies that its authentication credential in the OSCORE group is the CCS shown in <xref target="fig-client-auth-cred"/>.</t>
        <figure anchor="fig-client-auth-cred">
          <name>Example of client Authentication Credential as CWT Claims Set (CCS).</name>
          <artwork><![CDATA[
{
  / sub / 2 : "42-50-31-FF-EF-37-32-39",
  / cnf / 8 : {
    / COSE_Key / 1 : {
      / kty /  1 : 2 / EC2 /,
      / crv / -1 : 1 / P-256 /,
      / x /   -2 : h'd7cc072de2205bdc1537a543d53c60a6
                     acb62eccd890c7fa27c9e354089bbe13',
      / y /   -3 : h'f95e1d4b851a2cc80fff87d8e23f22af
                     b725d535e515d020731e79a3b4e47120'
    }
  }
}
]]></artwork>
        </figure>
        <t>[</t>
        <t>TODO: Specify how C requests a new access token that dynamically updates its access rights. (See <xref target="sec-as-update-access-rights"/> for pre-requirements and a high-level direction)</t>
        <t>]</t>
        <section anchor="context_id">
          <name>'context_id' Parameter</name>
          <t>The 'context_id' parameter is an <bcp14>OPTIONAL</bcp14> parameter of the access token request message defined in <xref section="5.8.1" sectionFormat="of" target="RFC9200"/>. This parameter provides a value that the client wishes to use with the RS as a hint for a security context. Its exact content is profile specific.</t>
        </section>
        <section anchor="salt_input">
          <name>'salt_input' Parameter</name>
          <t>The 'salt_input' parameter is an <bcp14>OPTIONAL</bcp14> parameter of the access token request message defined in <xref section="5.8.1" sectionFormat="of" target="RFC9200"/>. This parameter provides a value that the client wishes to use as part of a salt with the RS, for deriving cryptographic keying material. Its exact content is profile specific.</t>
        </section>
        <section anchor="client_cred_verify">
          <name>'client_cred_verify' Parameter</name>
          <t>The 'client_cred_verify' parameter is an <bcp14>OPTIONAL</bcp14> parameter of the access token request message defined in <xref section="5.8.1." sectionFormat="of" target="RFC9200"/>. This parameter provides a signature computed by the client to prove the possession of its own private key.</t>
        </section>
        <section anchor="client_cred_verify_mac">
          <name>'client_cred_verify_mac' Parameter</name>
          <t>The 'client_cred_verify_mac' parameter is an <bcp14>OPTIONAL</bcp14> parameter of the access token request message defined in <xref section="5.8.1." sectionFormat="of" target="RFC9200"/>. This parameter provides a Message Authentication Code (MAC) computed by the client to prove the possession of its own private key.</t>
        </section>
      </section>
      <section anchor="sec-as-c-token">
        <name>AS-to-C: Response</name>
        <t>After having verified the POST request to the /token endpoint and that the client is authorized to obtain an access token corresponding to its access token request, the AS proceeds as defined below.</t>
        <t>In the following, an authentication credential is denoted as "confirmed" if and only if the AS has achieved proof-of-possession of the private key associated with the public key of that authentication credential and such proof still holds. Otherwise, an authentication credential is denoted as "non confirmed".</t>
        <t>If the access token request specifies neither the 'client_cred_verify' parameter nor the 'client_cred_verify_mac' parameter, then the AS performs the following steps.</t>
        <ul spacing="normal">
          <li>
            <t>The AS considers the authentication credential AUTH_CRED_C specified in the 'req_cnf' parameter of the access token request.</t>
          </li>
          <li>
            <t>If the AS currently knows AUTH_CRED_C as "confirmed", then the AS considers proof-of-possession for the client's private key to be achieved, and it takes no further actions in this respect.  </t>
            <t>
The AS might already have achieved proof-of-possession when establishing a secure communication association with the client, or when processing a previous access token request conveying the same AUTH_CRED_C.  </t>
            <t>
Alternatively, a further entity in a trust relationship with the AS might have already achieved proof-of-possession of the private key and informed the AS about that. Building on that trust relationship, the AS considered AUTH_CRED_C to be "confirmed" from then on.</t>
          </li>
          <li>
            <t>If the AS does not currently know AUTH_CRED_C as "confirmed", then the AS <bcp14>MUST</bcp14> consider the access token request to be invalid.</t>
          </li>
        </ul>
        <t>If both the 'client_cred_verify' and 'client_cred_verify_mac' parameters are present, then the AS <bcp14>MUST</bcp14> consider the access token request to be invalid.</t>
        <t>If the access token request specifies either the 'client_cred_verify' parameter or the 'client_cred_verify_mac' parameter, then the AS <bcp14>MUST</bcp14> verify the proof-of-possession (PoP) evidence specified therein. In particular, the AS proceeds as follows.</t>
        <ul spacing="normal">
          <li>
            <t>As PoP input, the AS uses the same value that the client used in <xref target="sec-c-as-token-endpoint"/>.</t>
          </li>
          <li>
            <t>As public key of the client, the AS uses the one included in the authentication credential AUTH_CRED_C specified in the 'req_cnf' parameter of the access token request.  </t>
            <t>
This requires the AS to support the format of AUTH_CRED_C, i.e., the format of authentication credential that is used in the OSCORE group where the client uses that authentication credential. Practically, this is not an issue, since an RS supporting this profile is expected to be registered only at an AS that supports the formats of authentication credential that the RS supports.</t>
          </li>
          <li>
            <t>If the access token request includes the 'client_cred_verify' parameter, this specifies the PoP evidence as a signature. Then, the AS verifies the signature by using the public key of the client.  </t>
            <t>
This requires the AS to support the signature algorithm and curve (when applicable) that are used in the OSCORE group where the client uses the authentication credential AUTH_CRED_C specified in the 'req_cnf' parameter of the access token request. Practically, this is not an issue, since an RS supporting this profile is expected to be registered only at an AS that supports the signature algorithms and curves (when applicable) that the RS supports.</t>
          </li>
          <li>
            <t>If the access token request includes the 'client_cred_verify_mac' parameter, this specifies the PoP evidence as a Message Authentication Code (MAC).  </t>
            <t>
Then, the AS recomputes the MAC through the same process taken by the client when preparing the value of the 'client_cred_verify_mac' parameter for the access token request (see <xref target="sec-c-as-token-endpoint"/>), with the difference that the AS uses its own Diffie-Hellman private key and the Diffie-Hellman public key of the client. The verification succeeds if and only if the recomputed MAC is equal to the MAC conveyed as PoP evidence in the access token request.  </t>
            <t>
This requires the AS to support the ECDH algorithm that is used as Pairwise Key Agreement Algorithm in the OSCORE group where the client uses the authentication credential AUTH_CRED_C specified in the 'req_cnf' parameter of the access token request. Practically, this is not an issue, since an RS supporting this profile is expected to be registered only at an AS that supports the ECDH algorithms that the RS supports.</t>
          </li>
        </ul>
        <t>If the verification of the PoP evidence succeeds, then the AS considers AUTH_CRED_C to be "confirmed" from then on.</t>
        <t>Instead, if the verification of the PoP evidence fails, then the AS <bcp14>MUST</bcp14> consider the access token request to be invalid. Also, the AS <bcp14>MUST</bcp14> consider AUTH_CRED_C to be "non confirmed" from then on, until the AS achieves again proof-of-possession of the client's private key.</t>
        <t>If the access token request was invalid or not authorized, then the AS <bcp14>MUST</bcp14> return an error response as described in <xref section="5.8.3" sectionFormat="of" target="RFC9200"/>.</t>
        <t>Instead, if all verifications are successful, the AS responds as defined in <xref section="5.8.2" sectionFormat="of" target="RFC9200"/>. In particular:</t>
        <ul spacing="normal">
          <li>
            <t>The AS can signal that the use of Group OSCORE is <bcp14>REQUIRED</bcp14> for a specific access token by including the 'ace_profile' parameter with the value "coap_group_oscore" in the access token response. The client <bcp14>MUST</bcp14> use Group OSCORE towards all the resource servers for which this access token is valid. Usually, it is assumed that constrained devices will be pre-configured with the necessary profile, so that this kind of profile signaling can be omitted.</t>
          </li>
          <li>
            <t>The AS <bcp14>MUST NOT</bcp14> include the 'rs_cnf' parameter defined in <xref target="RFC9201"/>. In general, the AS may not be aware of the authentication credentials (and public keys included thereof) that the RSs use in the OSCORE group. Also, the client is able to retrieve the authentication credentials of other group members from the responsible Group Manager, both upon joining the group or later on as a group member, as defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
          </li>
          <li>
            <t>According to this document, the AS includes the 'access_token' parameter specifying the issued access token in the access token response. An alternative workflow where the access token is uploaded by the AS directly to the RS is described in <xref target="I-D.ietf-ace-workflow-and-params"/>.</t>
          </li>
        </ul>
        <t>The AS <bcp14>MUST</bcp14> include the following information as metadata of the issued access token. The use of CBOR web tokens (CWT) as specified in <xref target="RFC8392"/> is <bcp14>RECOMMENDED</bcp14>.</t>
        <ul spacing="normal">
          <li>
            <t>The profile "coap_group_oscore". If the access token is a CWT, this is specified in the 'ace_profile' claim of the access token, as per <xref section="5.10" sectionFormat="of" target="RFC9200"/>.</t>
          </li>
          <li>
            <t>The salt input specified in the 'salt_input' parameter of the access token request. If the access token is a CWT, the content of the 'salt_input' parameter <bcp14>MUST</bcp14> be specified in the 'salt_input' claim of the access token, defined in <xref target="salt_input_claim"/> of this document.</t>
          </li>
          <li>
            <t>The Context ID input specified in the 'context_id' parameter of the access token request. If the access token is a CWT, the content of the 'context_id' parameter <bcp14>MUST</bcp14> be specified in the 'context_id' claim of the access token, defined in <xref target="context_id_claim"/> of this document.</t>
          </li>
          <li>
            <t>The authentication credential that the client uses in the OSCORE group, as specified in the 'req_cnf' parameter of the access token request (see <xref target="sec-c-as-token-endpoint"/>).  </t>
            <t>
If the access token is a CWT, the client's authentication credential <bcp14>MUST</bcp14> be specified in the 'cnf' claim, which follows the syntax from <xref section="3.1" sectionFormat="of" target="RFC8747"/>.</t>
          </li>
        </ul>
        <t><xref target="fig-example-AS-to-C"/> shows an example of such an AS response. The access token has been truncated for readability.</t>
        <figure anchor="fig-example-AS-to-C">
          <name>Example AS-to-C Access Token Response with the Group OSCORE Profile.</name>
          <artwork><![CDATA[
Header: Created (Code=2.01)
Content-Format: 19 (application/ace+cbor)
Payload:
{
  / access_token / 1 : h'8343a1010aa2044c...00', / elided for brevity /
  / ace_profile / 38 : e'coap_group_oscore',
  / expires_in /   2 : 3600
}
]]></artwork>
        </figure>
        <t><xref target="fig-example-AS-to-C-CWT"/> shows an example CWT Claims Set, containing the client's public key in the group (as PoP key), as specified by the inner confirmation value in the 'cnf' claim.</t>
        <figure anchor="fig-example-AS-to-C-CWT">
          <name>Example CWT Claims Set.</name>
          <artwork><![CDATA[
{
  / aud /           3 : "tempSensorInLivingRoom",
  / iat /           6 : 1719820800,
  / exp /           4 : 2035353600,
  / scope /         9 : "temperature_g firmware_p",
  e'context_id_claim' : h'abcd0000',
  e'salt_input_claim' : h'00',
  / cnf /           8 : {
    e'kccs' : {
      / sub / 2 : "42-50-31-FF-EF-37-32-39",
      / cnf / 8 : {
        / COSE_Key / 1 : {
          / kty /  1 : 2 / EC2 /,
          / crv / -1 : 1 / P-256 /,
          / x /   -2 : h'd7cc072de2205bdc1537a543d53c60a6
                         acb62eccd890c7fa27c9e354089bbe13',
          / y /   -3 : h'f95e1d4b851a2cc80fff87d8e23f22af
                         b725d535e515d020731e79a3b4e47120'
        }
      }
    }
  }
}
]]></artwork>
        </figure>
        <t>The same CWT Claims Set as in <xref target="fig-example-AS-to-C-CWT"/> and encoded in CBOR is shown in <xref target="fig-example-AS-to-C-CWT-encoding"/>, using the value abbreviations defined in <xref target="RFC9200"/> and <xref target="RFC8747"/>. The bytes in hexadecimal are reported in the first column, while their corresponding CBOR meaning is reported after the "#" sign on the second column, for easiness of readability.</t>
        <t>Editor's note: it should be checked (and in case fixed) that the values used below (which are not yet registered) are the final values registered by IANA.</t>
        <figure anchor="fig-example-AS-to-C-CWT-encoding">
          <name>Example CWT Claims Set Using CBOR Encoding.</name>
          <artwork><![CDATA[
A7                                      # map(7)
   03                                   # unsigned(3)
   76                                   # text(22)
      74656D7053656E736F72496E4C6976696E67526F6F6D
      # "tempSensorInLivingRoom"
   06                                   # unsigned(6)
   1A 66826200                          # unsigned(1719820800)
   04                                   # unsigned(4)
   1A 79510800                          # unsigned(2035353600)
   09                                   # unsigned(9)
   78 18                                # text(24)
      74656D70657261747572655F67206669726D776172655F70
      # "temperature_g firmware_p"
   18 33                                # unsigned(51)
   44                                   # bytes(4)
      ABCD0000
   18 34                                # unsigned(52)
   41                                   # bytes(1)
      00
   08                                   # unsigned(8)
   A1                                   # map(1)
      0E                                # unsigned(14)
      A2                                # map(2)
         02                             # unsigned(2)
         77                             # text(23)
            34322D35302D33312D46462D45462D33372D33322D3339
            # "42-50-31-FF-EF-37-32-39"
         08                             # unsigned(8)
         A1                             # map(1)
            01                          # unsigned(1)
            A4                          # map(4)
               01                       # unsigned(1)
               02                       # unsigned(2)
               20                       # negative(0)
               01                       # unsigned(1)
               21                       # negative(1)
               58 20                    # bytes(32)
                  D7CC072DE2205BDC1537A543D53C60A6
                  ACB62ECCD890C7FA27C9E354089BBE13
               22                       # negative(2)
               58 20                    # bytes(32)
                  F95E1D4B851A2CC80FFF87D8E23F22AF
                  B725D535E515D020731E79A3B4E47120
]]></artwork>
        </figure>
        <section anchor="sec-as-update-access-rights">
          <name>Update of Access Rights</name>
          <t>[</t>
          <t>TODO: Specify how the AS issues an access token that dynamically updates the access rights of C. (See below for pre-requirements and a high-level direction)</t>
          <t>(This should be specified with content in the present section, as well as in <xref target="sec-c-as-token-endpoint"/> and <xref target="sec-rs-update-access-rights"/>).</t>
          <t>At the moment, this profile does not support the dynamic update of access rights for the client like other transport profiles of ACE do.</t>
          <t>This can be enabled by building on concepts defined in <xref target="I-D.ietf-ace-workflow-and-params"/>:</t>
          <ul spacing="normal">
            <li>
              <t>"Token series" - In this profile, it would be specialized as a set of consecutive access tokens issued by the AS for the pair (C, AUD), where C is the client whose public authentication credential is bound to those access tokens, while AUD is the audience for which C requests those access tokens.</t>
            </li>
            <li>
              <t>"token_series_id" - At the time of writing, <xref target="I-D.ietf-ace-workflow-and-params"/> describes the intended direction for defining this new prospective parameter, to be used in the access token request/response exchange between C and the AS.  </t>
              <t>
This parameter is meant to specify the unique identifier of a token series. In parallel, it is planned to define a new, corresponding claim to include into access tokens.</t>
            </li>
          </ul>
          <t>At a high-level, the above can enable the dynamic update of access rights as follows:</t>
          <ul spacing="normal">
            <li>
              <t>Each access token in a token series includes the claim "token_series_id", with value the identifier of the token series that the access token belongs to.</t>
            </li>
            <li>
              <t>When issuing the first access token in a token series, the AS includes the parameter "token_series_id" in the access token response to the client, with value the identifier of the token series that the access token belongs to.</t>
            </li>
            <li>
              <t>When C requests from the AS an access token that dynamically updates its current access rights to access protected resources at the same audience, C sends to the AS an access token request such that:  </t>
              <ul spacing="normal">
                <li>
                  <t>It includes the parameter "token_series_id", with value the identifier of the token series for which the new access token is requested.</t>
                </li>
                <li>
                  <t>It does <em>not</em> include the parameters "context_id", "salt_input", and "client_cred_verify" or "client_cred_verify_mac".</t>
                </li>
              </ul>
            </li>
            <li>
              <t>If the AS issues the new access token that dynamically updated the access rights of C, then the access token includes the claim "token_series_id", with value the identifier of the same token series for which the access token has been issued.</t>
            </li>
          </ul>
          <t>When receiving the new access token, the RS uses the value of the claim "token_series_id", and identifies the stored old access token that has to be superseded by the new one, as both belonging to the same token series.</t>
          <t>]</t>
        </section>
        <section anchor="context_id_claim">
          <name>'context_id' Claim</name>
          <t>The 'context_id' claim provides a value that the client requesting the access token wishes to use with the RS, as a hint for a security context.</t>
          <t>This parameter specifies the value of the Context ID input, encoded as a CBOR byte string.</t>
        </section>
        <section anchor="salt_input_claim">
          <name>'salt_input' Claim</name>
          <t>The 'salt_input' claim provides a value that the client requesting the access token wishes to use as a part of a salt with the RS, e.g., for deriving cryptographic material.</t>
          <t>This parameter specifies the value of the salt input, encoded as a CBOR byte string.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-c-rs-comm">
      <name>Client-RS Communication</name>
      <t>This section details the POST request and response to the /authz-info endpoint between the client and the RS.</t>
      <t>The proof-of-possession required to bind the access token to the client is explicitly performed when the RS receives and verifies a request from the client protected with Group OSCORE, either with the group mode (see <xref section="7" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>) or with the pairwise mode (see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
      <t>In particular, the RS uses the client's public key bound to the access token, either when verifying the signature of the request (if protected with the group mode), or when verifying the request as integrity-protected with pairwise keying material derived from the two peers' authentication credentials and asymmetric keys (if protected with the pairwise mode). In either case, the RS also authenticates the client.</t>
      <t>Similarly, when receiving a protected response from the RS, the client uses the RS's public key either when verifying the signature of the response (if protected with the group mode), or when verifying the response as integrity-protected with pairwise keying material derived from the two peers' authentication credentials and asymmetric keys (if protected with the pairwise mode). In either case, the client also authenticates the RS. Mutual authentication is only achieved after the client has successfully verified the protected response from the RS.</t>
      <t>Therefore, an attacker using a stolen access token cannot generate a valid Group OSCORE message as protected through the client's private key, and thus cannot prove possession of the PoP key bound to the access token. Also, if a client legitimately owns an access token but has not joined the OSCORE group, it cannot generate a valid Group OSCORE message, as it does not store the necessary keying material shared among the group members.</t>
      <t>Furthermore, a client C1 is supposed to obtain a valid access token from the AS, as specifying its own authentication credential (and the public key included thereof) associated with its own private key used in the OSCORE group, together with its own Sender ID in that OSCORE group (see <xref target="sec-c-as-token-endpoint"/>). This allows the RS receiving the access token to verify with the Group Manager of that OSCORE group whether such a client indeed has that Sender ID and uses that authentication credential in the OSCORE group.</t>
      <t>As a consequence, a different client C2, also member of the same OSCORE group, is not able to impersonate C1, by: i) getting a valid access token, specifying the Sender ID of C1 and a different (made-up) authentication credential; ii) successfully posting the access token to the RS; and then iii) attempting to communicate using Group OSCORE and impersonating C1, while also blaming C1 for the consequences of the interaction with the RS.</t>
      <section anchor="sec-c-rs-authz">
        <name>C-to-RS POST to /authz-info Endpoint</name>
        <t>The client uploads the access token to the /authz-info endpoint of the RS, as defined in <xref section="5.10.1" sectionFormat="of" target="RFC9200"/>.</t>
      </section>
      <section anchor="sec-rs-c-created">
        <name>RS-to-C: 2.01 (Created)</name>
        <t>The RS <bcp14>MUST</bcp14> verify the validity of the access token as defined in <xref section="5.10.1" sectionFormat="of" target="RFC9200"/>, with the following additions.</t>
        <ul spacing="normal">
          <li>
            <t>The RS checks that the claims 'context_id', 'salt_input', and 'cnf' are included in the access token.  </t>
            <t>
If any of these claims are missing or malformed, the RS <bcp14>MUST</bcp14> consider the access token invalid, and <bcp14>MUST</bcp14> reply to the client with an error response code equivalent to the CoAP code 4.00 (Bad Request).  </t>
            <t>
Otherwise, the RS retrieves:  </t>
            <ul spacing="normal">
              <li>
                <t>GID* as the GID of the OSCORE group, specified in the 'context_id' claim.</t>
              </li>
              <li>
                <t>SID* as the Sender ID that the client has in the OSCORE group, specified in the 'salt_input' claim.</t>
              </li>
              <li>
                <t>AUTH_CRED_C* as the authentication credential that the client uses in the OSCORE group, specified in the inner confirmation value of the 'cnf' claim.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The RS builds GROUPS as the set of OSCORE groups such that all the following conditions hold, for each group G in the set.  </t>
            <ul spacing="normal">
              <li>
                <t>The RS is a member of the group G.</t>
              </li>
              <li>
                <t>The group G has GID* as current GID.</t>
              </li>
              <li>
                <t>The audience targeted by the access token is consistent with using the group G for accessing protected resources hosted by the RS.</t>
              </li>
            </ul>
            <t>
If no such group is found, the RS <bcp14>MUST</bcp14> consider the access token invalid, and <bcp14>MUST</bcp14> reply to the client with an error response code equivalent to the CoAP code 4.00 (Bad Request).  </t>
            <t>
Otherwise, for each of the N &gt;= 1 groups G in the set GROUPS, the RS <bcp14>MUST</bcp14> request to the corresponding Group Manager the authentication credential that the client uses in G, specifying SID* in the request sent to the Group Manager (see <xref section="9.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).  </t>
            <t>
When receiving a successful response from each of the Group Managers, the RS <bcp14>MUST</bcp14> check whether the client's authentication credential AUTH_CRED_C retrieved from the Group Manager is equal to AUTH_CRED_C* retrieved from the access token. In case AUTH_CRED_C* is provided within a chain or a bag, but AUTH_CRED_C is not provided within the same chain or bag, then the RS <bcp14>MUST NOT</bcp14> determine AUTH_CRED_C* and AUTH_CRED_C to be equal.  </t>
            <t>
If any of the following conditions hold, the RS <bcp14>MUST</bcp14> consider the access token invalid, and <bcp14>MUST</bcp14> reply to the client with an error response code equivalent to the CoAP code 5.03 (Service Unavailable).  </t>
            <ul spacing="normal">
              <li>
                <t>None or more than one of the Group Managers provide the RS with a successful response where the conveyed AUTH_CRED_C is equal to AUTH_CRED_C*.</t>
              </li>
              <li>
                <t>After having performed a maximum, pre-configured amount of attempts, or after a maximum, pre-configured amount of time has elapsed, less than N Group Managers have sent a successful response to the RS.</t>
              </li>
            </ul>
            <t>
The process above is successful if and only if the RS receives a successful response from all the N Group Managers, and exactly one of such responses conveys AUTH_CRED_C equal to AUTH_CRED_C*. This ensures that there is only one OSCORE group G* such that: the client and the RS are both its members; it has GID* as current GID; and the client uses SID* as Sender ID in the group. In turn, this will ensure that the RS can bound the access token to such single OSCORE group G*.</t>
          </li>
        </ul>
        <t>If the operations above are successful, the access token is valid, and further checks on its content are successful, then the RS associates the authorization information from the access token with the Group OSCORE Security Context of the OSCORE group G*.</t>
        <t>In particular, the RS associates the authorization information from the access token with the quartet (GID, SaltInput, AuthCred, AuthCredGM), where:</t>
        <ul spacing="normal">
          <li>
            <t>GID is the Group Identifier of G* (i.e.,  GID*).</t>
          </li>
          <li>
            <t>SaltInput is the Sender ID that the client uses in G* (i.e., SID*).</t>
          </li>
          <li>
            <t>AuthCred is the authentication credential that the client uses in G* (i.e., AUTH_CRED_C*).</t>
          </li>
          <li>
            <t>AuthCredGM is the authentication credential of the Group Manager responsible for G* (see <xref section="2.1.6" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
          </li>
        </ul>
        <t>The RS <bcp14>MUST</bcp14> keep this association up-to-date over time, as the quartet (GID, SaltInput, AuthCred, AuthCredGM) associated with the access token might change. In particular:</t>
        <ul spacing="normal">
          <li>
            <t>If the OSCORE group is rekeyed (see <xref section="12.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/> and <xref section="11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>), the Group Identifier also changes in the group, and the new one replaces the current 'GID' value in the quartet (GID, SaltInput, AuthCred, AuthCredGM).</t>
          </li>
          <li>
            <t>If the client requests and obtains a new OSCORE Sender ID from the Group Manager (see <xref section="2.6.3.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/> and <xref section="9.2" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>), the new Sender ID replaces the current 'SaltInput' value in the quartet (GID, SaltInput, AuthCred, AuthCredGM).</t>
          </li>
          <li>
            <t>If the Group Manager of the OSCORE group changes its authentication credential, the new authentication credential of the Group Manager replaces the current 'AuthCredGM' value in the quartet (GID, SaltInput, AuthCred, AuthCredGM).  </t>
            <t>
In order to obtain the latest authentication credential of the Group Manager, the RS can re-join the group (see <xref section="6" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>) or send a dedicated request to the Group Manager (see <xref section="9.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
          </li>
        </ul>
        <t>As defined in <xref target="sec-client-public-key-change"/>, a possible change of the client's authentication credential requires the client to upload to the RS a new access token bound to the new authentication credential.</t>
        <t>Finally, the RS <bcp14>MUST</bcp14> send a 2.01 (Created) response to the client, as defined in <xref section="5.10.1" sectionFormat="of" target="RFC9200"/>.</t>
      </section>
      <section anchor="sec-client-rs-secure-communication">
        <name>Client-RS Secure Communication</name>
        <t>When previously joining the OSCORE group, both the client and the RS have already established the related Group OSCORE Security Context to communicate as group members. Therefore, they can simply start to securely communicate using Group OSCORE, without deriving any additional keying material or security association.</t>
        <t>If either of the client or the RS deletes an access token (e.g., when the access token has expired or has been revoked), it <bcp14>MUST NOT</bcp14> delete the related Group OSCORE Security Context. The client <bcp14>MAY</bcp14> request a new access token from the AS, to be uploaded to the RS for re-enabling access to protected resources for the client.</t>
        <section anchor="client-side">
          <name>Client Side</name>
          <t>After having received the 2.01 (Created) response from the RS, following the POST request to the /authz-info endpoint, the client starts the communication with the RS, by sending a request protected with Group OSCORE using the Group OSCORE Security Context <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          <t>When communicating with the RS to access the resources as specified by the authorization information, the client <bcp14>MUST</bcp14> use the Group OSCORE Security Context of the pertinent OSCORE group, whose GID was specified in the 'context_id' parameter of the access token request.</t>
        </section>
        <section anchor="resource-server-side">
          <name>Resource Server Side</name>
          <t>After successful validation of the access token as defined in <xref target="sec-rs-c-created"/> and after having sent the 2.01 (Created) response, the RS can start to communicate with the client using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          <t>When processing an incoming request protected with Group OSCORE, the RS <bcp14>MUST</bcp14> consider as valid client's authentication credential only the one associated with the stored access token. As defined in <xref target="sec-client-public-key-change"/>, a possible change of the client's authentication credential requires the client to upload to the RS a new access token bound to the new authentication credential.</t>
          <t>For every incoming request, if Group OSCORE verification succeeds, the verification of access rights is performed as described in <xref target="sec-c-rs-access-rights"/>.</t>
          <t>If the RS receives a request protected with a Group OSCORE Security Context CTX, the target resource requires authorization, and the RS does not store a valid access token related to CTX, then the RS <bcp14>MUST</bcp14> reply with a 4.01 (Unauthorized) error response protected with CTX.</t>
        </section>
      </section>
      <section anchor="sec-rs-update-access-rights">
        <name>Update of Access Rights</name>
        <t>[</t>
        <t>TODO: Specify the processing on the RS when receiving an access token that dynamically updates the access rights of C. (See <xref target="sec-as-update-access-rights"/> for pre-requirements and a high-level direction)</t>
        <t>]</t>
      </section>
      <section anchor="sec-c-rs-access-rights">
        <name>Access Rights Verification</name>
        <t>The RS <bcp14>MUST</bcp14> follow the procedures defined in <xref section="5.10.2" sectionFormat="of" target="RFC9200"/>. If an RS receives a request protected with Group OSCORE from a client, the RS processes the request according to <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        <t>If the Group OSCORE verification succeeds and the target resource requires authorization, the RS retrieves the authorization information from the access token associated with the Group OSCORE Security Context.</t>
        <t>In particular, the RS retrieves the access token associated with the quartet (GID, SaltInput, AuthCred, AuthCredGM), where:</t>
        <ul spacing="normal">
          <li>
            <t>GID is the Group Identifier of the OSCORE group, which is specified in the 'kid context' parameter of the CoAP OSCORE option in the received request. The RS maintains GID in its Common Context within the Group OSCORE Security Context associated with the OSCORE group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
          </li>
          <li>
            <t>SaltInput is the Sender ID that the client has in the OSCORE group, which is specified in the 'kid' parameter of the CoAP OSCORE option in the received request. The RS maintains SaltInput in its Recipient Context associated with the client, within the Group OSCORE Security Context associated with the OSCORE group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
          </li>
          <li>
            <t>AuthCred is the authentication credential that the client uses in the OSCORE group. The RS maintains AuthCred in its Recipient Context associated with the client, within the Group OSCORE Security Context associated with the OSCORE group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
          </li>
          <li>
            <t>AuthCredGM is the authentication credential of the Group Manager responsible for the OSCORE group. The RS maintains AuthCredGM in its Common Context within the Group OSCORE Security Context associated with the OSCORE group (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
          </li>
        </ul>
        <t>Then, the RS <bcp14>MUST</bcp14> verify that the action requested on the resource is authorized.</t>
        <t>If the RS has no valid access token for the client, the RS <bcp14>MUST</bcp14> reject the request and <bcp14>MUST</bcp14> reply to the client with a 4.01 (Unauthorized) error response.</t>
        <t>If the RS has an access token for the client but no actions are authorized on the target resource, the RS <bcp14>MUST</bcp14> reject the request and <bcp14>MUST</bcp14> reply to the client with a 4.03 (Forbidden) error response.</t>
        <t>If the RS has an access token for the client but the requested action is not authorized, the RS <bcp14>MUST</bcp14> reject the request and <bcp14>MUST</bcp14> reply to the client with a 4.05 (Method Not Allowed) error response.</t>
      </section>
      <section anchor="sec-multiple-pop-keys">
        <name>Storing Multiple Access Tokens per PoP Key</name>
        <t>According to <xref section="5.10.1" sectionFormat="of" target="RFC9200"/>, an RS is recommended to store only one access token per proof-of-possession (PoP) key, and to supersede such an access token when receiving and successfully validating a new one bound to the same PoP key.</t>
        <t>However, when using the profile specified in this document, an RS might practically have to deviate from that recommendation and store multiple access tokens bound to the same PoP key, i.e., to the same public authentication credential of a client.</t>
        <t>For example, this can occur in the following cases.</t>
        <ul spacing="normal">
          <li>
            <t>The RS is the single RS associated with an audience AUD1, and also belongs to a group-audience AUD2 (see <xref section="6.9" sectionFormat="of" target="RFC9200"/>).  </t>
            <t>
A client C with public authentication credential AUTH_CRED_C can request two access tokens T1 and T2 from the AS, such that:  </t>
            <ul spacing="normal">
              <li>
                <t>T1 targets AUD1 and has scope SCOPE1;</t>
              </li>
              <li>
                <t>T2 targets AUD2 and has scope SCOPE2 different from SCOPE1.</t>
              </li>
            </ul>
            <t>
Both T1 and T2 are going to be bound to the same PoP key specified by AUTH_CRED_C.  </t>
            <t>
In fact, if the AS issues access tokens targeting a group-audience, then the above can possibly be the case when using any transport profile of ACE that supports asymmetric PoP keys. If so, the RS should be ready to store at minimum one access token per PoP key per audience it belongs to.</t>
          </li>
          <li>
            <t>The RS is a member of two OSCORE groups G1 and G2. In particular, the same format of public authentication credentials is used in both OSCORE groups.  </t>
            <t>
A client C with public authentication credential AUTH_CRED_C of such format, also member of the two OSCORE group G1 and G2, can conveniently use AUTH_CRED_C as its public authentication credential in both those groups. Therefore, C can request two access tokens T1 and T2 from the AS, such that:  </t>
            <ul spacing="normal">
              <li>
                <t>T1 targets RS and reflects the membership of C in G1, as per its claims "context_id" and "salt_input";</t>
              </li>
              <li>
                <t>T2 targets RS and reflects the membership of C in G2, as per its claims "context_id" and "salt_input".</t>
              </li>
            </ul>
            <t>
Both T1 and T2 are going to be bound to the same PoP key specified by AUTH_CRED_C.  </t>
            <t>
When using the profile specified in this document, the RS should be ready to store at minimum one access token per PoP key per OSCORE group it is a member of (although, per the previous point, even this can be limiting).</t>
          </li>
          <li>
            <t>The RS uses both the profile specified in this document and a different transport profile of ACE that also relies on asymmetric PoP keys, e.g., the EDHOC and OSCORE profile defined in <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>.  </t>
            <t>
In such a case, a client C with public authentication credential AUTH_CRED_C can request two access tokens T1 and T2 from the AS, such that:  </t>
            <ul spacing="normal">
              <li>
                <t>T1 targets RS and is meant to be used according to the Group OSCORE profile defined in this document;</t>
              </li>
              <li>
                <t>T2 targets RS and is meant to be used according to the EDHOC and OSCORE profile defined in <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>.</t>
              </li>
            </ul>
            <t>
Both T1 and T2 are going to be bound to the same PoP key specified by AUTH_CRED_C.  </t>
            <t>
When using multiple transport profiles of ACE that rely on asymmetric PoP keys, it is reasonable that the RS is capable to store at minimum one access token per PoP key per used profile (although, per the previous points, even this can be limiting).</t>
          </li>
        </ul>
        <t>In order to keep the same spirit of the recommendation in <xref section="5.10.1" sectionFormat="of" target="RFC9200"/> without impeding cases such as those outlined in the examples above, the following defines a more fine-grained recommendations for the storage of access tokens at an RS when this profile is used.</t>
        <ul spacing="normal">
          <li>
            <t>As to access tokens issued in accordance with this profile (i.e., specifying the profile "coap_group_oscore"), it is <bcp14>RECOMMENDED</bcp14> that an RS stores only one access token that:  </t>
            <ul spacing="normal">
              <li>
                <t>is bound to a specific PoP key; and</t>
              </li>
              <li>
                <t>targets a specific audience; and</t>
              </li>
              <li>
                <t>is related to a specific OSCORE group.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>As to access tokens issued in accordance with a different profile P that an RS may use in parallel with the profile defined in this document, it is <bcp14>RECOMMENDED</bcp14> that an RS stores only one access token that:  </t>
            <ul spacing="normal">
              <li>
                <t>is issued in accordance with the profile P; and</t>
              </li>
              <li>
                <t>is bound to a specific PoP key; and</t>
              </li>
              <li>
                <t>targets a specific audience; and</t>
              </li>
              <li>
                <t>is related to a specific secure association used by the client to protect communications with the RS.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>In accordance with these recommendations, if an access token T_NEW does not differ in any of the respects above from an existing access token T_OLD stored at the RS, then T_NEW will supersede T_OLD by replacing the corresponding authorization information.</t>
        <t>Not complying with these recommendations can additionally complicate (constrained) implementations of RSs, with respect to required storage and the validation of a protected request against the applicable, stored access tokens associated with the same client. That is, it increases the strain on an RS in determining the actual permissions of a client, e.g., if access tokens contradict each other and thus might lead the RS to enforce wrong permissions. Moreover, if one of the access tokens expires earlier than others, the resulting permissions may offer insufficient protection.</t>
      </section>
    </section>
    <section anchor="sec-client-public-key-change">
      <name>Change of Client's Authentication Credential in the Group</name>
      <t>During its membership in the OSCORE group, the client might change the authentication credential that it uses in the group. When this happens, the client uploads the new authentication credential to the Group Manager, as defined in <xref section="9.4" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
      <t>After that, and in order to continue communicating with the RS, the client <bcp14>MUST</bcp14> perform the following actions.</t>
      <ol spacing="normal" type="1"><li>
          <t>The client requests a new access token T_NEW to the AS, as defined in <xref target="sec-c-as-comm"/>. In particular, when sending the access token request as defined in <xref target="sec-c-as-token-endpoint"/>, the client specifies:  </t>
          <ul spacing="normal">
            <li>
              <t>The current Group Identifier of the OSCORE group, as value of the 'context_id' parameter.</t>
            </li>
            <li>
              <t>The current Sender ID that it has in the OSCORE group, as value of the 'salt_input' parameter.</t>
            </li>
            <li>
              <t>The new authentication credential that it uses in the OSCORE group, as inner confirmation value of the 'req_cnf' parameter.</t>
            </li>
            <li>
              <t>The proof-of-possession (PoP) evidence corresponding to the public key of the new authentication credential, as value of the 'client_cred_verify' or 'client_cred_verify_mac' parameter.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>After receiving the access token response from the AS (see <xref target="sec-as-c-token"/>), the client performs the same exchanges with the RS as defined in <xref target="sec-c-rs-comm"/>.</t>
        </li>
      </ol>
      <t>When receiving the new access token T_NEW, the RS performs the same steps defined in <xref target="sec-rs-c-created"/>, with the following addition in case the new access token is successfully verified and stored:</t>
      <ul spacing="normal">
        <li>
          <t>The RS deletes any stored access token T_OLD such that the associated quartet (GID, SaltInput, AuthCred, AuthCredGM) differs from the same quartet associated with T_NEW only as to the value of AuthCred.</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-comm-as">
      <name>Secure Communication with the AS</name>
      <t>As specified in the ACE framework (see Sections <xref target="RFC9200" section="5.8" sectionFormat="bare"/> and <xref target="RFC9200" section="5.9" sectionFormat="bare"/> of <xref target="RFC9200"/>), the requesting entity (client and/or RS) and the AS communicate via the /token or /introspect endpoint. The use of CoAP and OSCORE <xref target="RFC8613"/> for this communication is <bcp14>RECOMMENDED</bcp14> in this profile. Other protocols fulfilling the security requirements defined in Sections <xref target="RFC9200" section="5" sectionFormat="bare"/> and <xref target="RFC9200" section="6" sectionFormat="bare"/> of <xref target="RFC9200"/> (such as HTTP and DTLS or TLS) <bcp14>MAY</bcp14> be used instead.</t>
      <t>If OSCORE <xref target="RFC8613"/> is used, the requesting entity and the AS are expected to have a pre-established Security Context in place. How this Security Context is established is out of the scope of this profile. Furthermore, the requesting entity and the AS communicate using OSCORE through the /token endpoint as specified in <xref section="5.8" sectionFormat="of" target="RFC9200"/>, and through the /introspect endpoint as specified in <xref section="5.9" sectionFormat="of" target="RFC9200"/>.</t>
    </section>
    <section anchor="sec-discard-context">
      <name>Discarding the Security Context</name>
      <t>As members of an OSCORE group, the client and the RS may independently leave the group or be forced to, e.g., if compromised or suspected so. Upon leaving the OSCORE group, the client or RS also discards the Group OSCORE Security Context, which may anyway be renewed by the Group Manager through a group rekeying process (see <xref section="12.2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
      <t>The client or RS can acquire a new Group OSCORE Security Context, by re-joining the OSCORE group, e.g., by using the approach defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. In such a case, the client <bcp14>SHOULD</bcp14> request a new access token to be uploaded to the RS.</t>
    </section>
    <section anchor="sec-multiple-profiles">
      <name>Guidelines on Using Multiple Profiles</name>
      <t>When using the profile defined in this document, access tokens are to be bound to a Group OSCORE Security Context, which is used to protect communications between the client and the RS(s) in the targeted audience by using the security protocol Group OSCORE.</t>
      <t>After having obtained an access token T1 for this profile and uploaded it to the RS (RSs) pertaining to the targeted audience, the client might want to establish a separate, pairwise OSCORE association with that RS (with one RS among those RSs). In order to do that, the client can ask the AS for a different access token T2 intended for that RS (for one RS among those RSs), as per the OSCORE profile defined in <xref target="RFC9203"/>.</t>
      <t>Since the ACE framework does not allow the client to negotiate with the AS the profile to use, the client has instead to choose the use of the OSCORE profile, and to explicitly indicate it to the AS when requesting T2.</t>
      <t>To this end, the client may indicate its wish for an access token aligned with the Group OSCORE profile or with the OSCORE profile, by specifying one of two different audiences in the 'audience' parameter of the access token request to the AS. Assuming a proper configuration of the access policies at the AS, this is still conducive to a consistent evaluation of what is specified in the 'scope' parameter of the access token request against the access policies at the AS.</t>
      <t>For example, an RS registered as "rs1" at the AS can be associated with two audiences:</t>
      <ul spacing="normal">
        <li>
          <t>"rs1_gp_osc", which the client can use to request an access token for the Group OSCORE profile and targeting (also) that RS. That is, the client specifies this audience when requesting the access token T1.</t>
        </li>
        <li>
          <t>"rs1_osc", which the client can use to request an access token for the OSCORE profile and targeting only that RS. That is, the client specifies this audience when requesting the access token T2.</t>
        </li>
      </ul>
      <t>Editor's note: the approach above is provisional and intended to simply be an informative example. In future versions of this Internet Draft, such an approach might be complemented or replaced by the use of the 'ace_profile' parameter, as included in the access token request per its extended semantics defined in <xref target="I-D.ietf-ace-workflow-and-params"/>.</t>
      <t>Note that an RS has to be able to store at least one access token per PoP key. When specifically considering the Group OSCORE profile and the OSCORE profile, the RS can always store both corresponding access tokens T1 and T2, since they are always bound to different PoP keys. That is:</t>
      <ul spacing="normal">
        <li>
          <t>In the Group OSCORE profile, the PoP key is the client's public key, which is included in the client's authentication credential specified in the 'cnf' claim of the access token.</t>
        </li>
        <li>
          <t>In the OSCORE profile, the PoP key is fundamentally an OSCORE Master Secret, which is specified within the OSCORE_Input_Material object of the 'cnf' claim of the access token.</t>
        </li>
      </ul>
      <t>The same approach discussed above can be used in case the profile used for the access token T2 is instead the EDHOC and OSCORE profile defined in <xref target="I-D.ietf-ace-edhoc-oscore-profile"/>. In such a case, the same PoP key might be bound to both T1 and T2, i.e., if the client's public key is included both in the authentication credential that the client uses in the OSCORE group and in the authentication credential that the client uses as CRED_I (CRED_R) when running the EDHOC protocol in the forward (reverse) message flow.</t>
      <t><xref target="sec-multiple-pop-keys"/> provides considerations and recommendations on storing multiple access tokens per PoP key when using the Group OSCORE profile, also in parallel with alternative profiles.</t>
    </section>
    <section anchor="sec-cbor-mappings">
      <name>CBOR Mappings</name>
      <t>The new parameters defined in this document <bcp14>MUST</bcp14> be mapped to CBOR types as specified in <xref target="_table-cbor-mappings-parameters"/>, using the given integer abbreviation for the map key.</t>
      <table align="center" anchor="_table-cbor-mappings-parameters">
        <name>CBOR Mappings for New Parameters.</name>
        <thead>
          <tr>
            <th align="left">Parameter name</th>
            <th align="left">CBOR Key</th>
            <th align="left">Value Type</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">context_id</td>
            <td align="left">TBD</td>
            <td align="left">byte string</td>
          </tr>
          <tr>
            <td align="left">salt_input</td>
            <td align="left">TBD</td>
            <td align="left">byte string</td>
          </tr>
          <tr>
            <td align="left">client_cred_verify</td>
            <td align="left">TBD</td>
            <td align="left">byte string</td>
          </tr>
          <tr>
            <td align="left">client_cred_verify_mac</td>
            <td align="left">TBD</td>
            <td align="left">byte string</td>
          </tr>
        </tbody>
      </table>
      <t>The new claims defined in this document <bcp14>MUST</bcp14> be mapped to CBOR types as specified in <xref target="_table-cbor-mappings-claims"/>, using the given integer abbreviation for the map key.</t>
      <table align="center" anchor="_table-cbor-mappings-claims">
        <name>CBOR Mappings for New Claims.</name>
        <thead>
          <tr>
            <th align="left">Claim name</th>
            <th align="left">CBOR Key</th>
            <th align="left">Value Type</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">context_id</td>
            <td align="left">TBD</td>
            <td align="left">byte string</td>
          </tr>
          <tr>
            <td align="left">salt_input</td>
            <td align="left">TBD</td>
            <td align="left">byte string</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework <xref target="RFC9200"/>. Thus, the general security considerations from the ACE framework also apply to this profile.</t>
      <t>The proof-of-possession (PoP) key bound to an access token is always an asymmetric key, i.e., the public key included in the authentication credential that the client uses in the OSCORE group. This means that there is never a same shared secret used as PoP key with possible multiple RSs. Therefore, it is possible and safe for the AS to issue an access token for an audience that includes multiple RSs (i.e., a group-audience, see <xref section="6.9" sectionFormat="of" target="RFC9200"/>).</t>
      <t>In such a case, as per <xref section="6.1" sectionFormat="of" target="RFC9200"/>, the AS has to ensure the integrity protection of the access token by protecting it through an asymmetric signature. In addition, the used group-audience has to correctly identify all the RSs that are intended recipients of the access token, and for which the single scope specified in the access token applies. As a particular case, the audience can be the name of the OSCORE group, if the access token is intended for all the RSs in that group.</t>
      <t>Furthermore, this document inherits the general security considerations about Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>, as to the specific use of Group OSCORE according to this profile.</t>
      <t>Group OSCORE is designed to secure point-to-point as well as point-to-multipoint communications, providing a secure binding between a single request and multiple corresponding responses. In particular, Group OSCORE fulfills the same security requirements of OSCORE.</t>
      <t>Group OSCORE ensures source authentication of messages both in group mode (see <xref section="7" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>) and in pairwise mode (see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
      <t>When protecting an outgoing message in group mode, the sender uses its private key to compute a digital signature, which is embedded in the protected message. The group mode can be used to protect messages sent to multiple recipients (e.g., over IP multicast) or to a single recipient.</t>
      <t>When protecting an outgoing message in pairwise mode, the sender uses a pairwise symmetric key, which is derived from the asymmetric keys of the two peers exchanging the message. The pairwise mode can be used to protect only messages intended for a single recipient.</t>
    </section>
    <section anchor="sec-privacy-considerations">
      <name>Privacy Considerations</name>
      <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework <xref target="RFC9200"/>. Thus the general privacy considerations from the ACE framework also apply to this profile.</t>
      <t>As this profile uses Group OSCORE, the privacy considerations from <xref target="I-D.ietf-core-oscore-groupcomm"/> apply to this document as well.</t>
      <t>An unprotected response to an unauthorized request may disclose information about the RS and/or its existing relationship with the client. It is advisable to include as little information as possible in an unencrypted response. However, since both the client and the RS share a Group OSCORE Security Context, unauthorized, yet protected requests are followed by protected responses, which can thus include more detailed information.</t>
      <t>Although it may be encrypted, the access token is sent in the clear to the /authz-info endpoint at the RS. Thus, if the client uses the same single access token from multiple locations with multiple resource servers, it can risk being tracked through the access token's value.</t>
      <t>Note that, even though communications are protected with Group OSCORE, some information might still leak, due to the observable size, source address, and destination address of exchanged messages.</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 "[RFC-XXXX]" with the RFC number of this document and delete this paragraph.</t>
      <section anchor="iana-ace-oauth-profile">
        <name>ACE Profiles Registry</name>
        <t>IANA is asked to add the following entry to the "ACE Profiles" registry within the "Authentication and Authorization for Constrained Environments (ACE)" registry group, following the procedure specified in <xref section="8.8" sectionFormat="of" target="RFC9200"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Name: coap_group_oscore</t>
          </li>
          <li>
            <t>Description: Profile to secure communications between constrained nodes using the Authentication and Authorization for Constrained Environments framework, by enabling authentication and fine-grained authorization of members of an OSCORE group that use a pre-established Group OSCORE Security Context to communicate with Group OSCORE.</t>
          </li>
          <li>
            <t>CBOR Value: TBD (value between 1 and 23)</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-oauth-params">
        <name>OAuth Parameters Registry</name>
        <t>IANA is asked to add the following entries to the "OAuth Parameters" registry, following the procedure specified in <xref section="11.2" sectionFormat="of" target="RFC6749"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Name: context_id</t>
          </li>
          <li>
            <t>Parameter Usage Location: token request</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="context_id"/> of [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: salt_input</t>
          </li>
          <li>
            <t>Parameter Usage Location: token request</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="salt_input"/> of [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: client_cred_verify</t>
          </li>
          <li>
            <t>Parameter Usage Location: token request</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="client_cred_verify"/> of [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: client_cred_verify_mac</t>
          </li>
          <li>
            <t>Parameter Usage Location: token request</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="client_cred_verify_mac"/> of [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-token-cbor-mappings">
        <name>OAuth Parameters CBOR Mappings Registry</name>
        <t>IANA is asked to add the following entries to the "OAuth Parameters CBOR Mappings" registry within the "Authentication and Authorization for Constrained Environments (ACE)" registry group, following the procedure specified in <xref section="8.10" sectionFormat="of" target="RFC9200"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Name: context_id</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: byte string</t>
          </li>
          <li>
            <t>Reference: <xref target="context_id"/> of [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: salt_input</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: byte string</t>
          </li>
          <li>
            <t>Reference: <xref target="salt_input"/> of [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: client_cred_verify</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: byte string</t>
          </li>
          <li>
            <t>Reference: <xref target="client_cred_verify"/> of [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Name: client_cred_verify_mac</t>
          </li>
          <li>
            <t>CBOR Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Value Type: byte string</t>
          </li>
          <li>
            <t>Reference: <xref target="client_cred_verify_mac"/> of [RFC-XXXX]</t>
          </li>
          <li>
            <t>Original Specification: [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-token-cwt-claims">
        <name>CBOR Web Token (CWT) Claims Registry</name>
        <t>IANA is asked to add the following entries to the "CBOR Web Token (CWT) Claims" registry, following the procedure specified in <xref section="9.1" sectionFormat="of" target="RFC8392"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Claim Name: context_id</t>
          </li>
          <li>
            <t>Claim Description: Client provided Context ID</t>
          </li>
          <li>
            <t>JWT Claim Name: N/A</t>
          </li>
          <li>
            <t>Claim Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Claim Value Type: byte string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="context_id_claim"/> of [RFC-XXXX]</t>
          </li>
        </ul>
        <t><br/></t>
        <ul spacing="normal">
          <li>
            <t>Claim Name: salt_input</t>
          </li>
          <li>
            <t>Claim Description: Client provided salt input</t>
          </li>
          <li>
            <t>JWT Claim Name: N/A</t>
          </li>
          <li>
            <t>Claim Key: TBD (value between 1 and 255)</t>
          </li>
          <li>
            <t>Claim Value Type: byte string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Reference: <xref target="salt_input_claim"/> of [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-tls-exporter-label">
        <name>TLS Exporter Label Registry</name>
        <t>IANA is asked to add the following entry to the "TLS Exporter Label" registry within the "Transport Layer Security (TLS) Parameters" registry group, following the procedure specified in <xref section="6" sectionFormat="of" target="RFC5705"/> and updated in <xref section="12" sectionFormat="of" target="RFC8447"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Value: EXPORTER-ACE-PoP-Input-Client-AS</t>
          </li>
          <li>
            <t>DTLS-OK: Y</t>
          </li>
          <li>
            <t>Recommended: N</t>
          </li>
          <li>
            <t>Reference: <xref target="sec-c-as-token-endpoint"/> of [RFC-XXXX]</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-groupcomm-bis">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="24" month="February" year="2025"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces and obsoletes RFC 7390, while it updates RFC 7252
   and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-13"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-groupcomm">
          <front>
            <title>Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <date day="8" month="February" year="2025"/>
            <abstract>
              <t>   This document defines the security protocol Group Object Security for
   Constrained RESTful Environments (Group OSCORE), providing end-to-end
   security of CoAP messages exchanged between members of a group, e.g.,
   sent over IP multicast.  In particular, the described protocol
   defines how OSCORE is used in a group communication setting to
   provide source authentication for CoAP group requests, sent by a
   client to multiple servers, and for protection of the corresponding
   CoAP responses.  Group OSCORE also defines a pairwise mode where each
   member of the group can efficiently derive a symmetric pairwise key
   with any other member of the group for pairwise OSCORE communication.
   Group OSCORE can be used between endpoints communicating with CoAP or
   CoAP-mappable HTTP.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-16"/>
        </reference>
        <reference anchor="RFC5246">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.2</title>
            <author fullname="T. Dierks" initials="T." surname="Dierks"/>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications security over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5246"/>
          <seriesInfo name="DOI" value="10.17487/RFC5246"/>
        </reference>
        <reference anchor="RFC5705">
          <front>
            <title>Keying Material Exporters for Transport Layer Security (TLS)</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="March" year="2010"/>
            <abstract>
              <t>A number of protocols wish to leverage Transport Layer Security (TLS) to perform key establishment but then use some of the keying material for their own purposes. This document describes a general mechanism for allowing that. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5705"/>
          <seriesInfo name="DOI" value="10.17487/RFC5705"/>
        </reference>
        <reference anchor="RFC5869">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications. The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="RFC6347">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="January" year="2012"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol. The DTLS protocol provides communications privacy for datagram protocols. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees. Datagram semantics of the underlying transport are preserved by the DTLS protocol. This document updates DTLS 1.0 to work with TLS version 1.2. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="RFC6749">
          <front>
            <title>The OAuth 2.0 Authorization Framework</title>
            <author fullname="D. Hardt" initials="D." role="editor" surname="Hardt"/>
            <date month="October" year="2012"/>
            <abstract>
              <t>The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing the third-party application to obtain access on its own behalf. This specification replaces and obsoletes the OAuth 1.0 protocol described in RFC 5849. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6749"/>
          <seriesInfo name="DOI" value="10.17487/RFC6749"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7748">
          <front>
            <title>Elliptic Curves for Security</title>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="January" year="2016"/>
            <abstract>
              <t>This memo specifies two elliptic curves over prime fields that offer a high level of practical security in cryptographic applications, including Transport Layer Security (TLS). These curves are intended to operate at the ~128-bit and ~224-bit security level, respectively, and are generated deterministically based on a list of required properties.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7748"/>
          <seriesInfo name="DOI" value="10.17487/RFC7748"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8447">
          <front>
            <title>IANA Registry Updates for TLS and DTLS</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document describes a number of changes to TLS and DTLS IANA registries that range from adding notes to the registry all the way to changing the registration policy. These changes were mostly motivated by WG review of the TLS- and DTLS-related registries undertaken as part of the TLS 1.3 development process.</t>
              <t>This document updates the following RFCs: 3749, 5077, 4680, 5246, 5705, 5878, 6520, and 7301.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8447"/>
          <seriesInfo name="DOI" value="10.17487/RFC8447"/>
        </reference>
        <reference anchor="RFC8747">
          <front>
            <title>Proof-of-Possession Key Semantics for CBOR Web Tokens (CWTs)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="March" year="2020"/>
            <abstract>
              <t>This specification describes how to declare in a CBOR Web Token (CWT) (which is defined by RFC 8392) that the presenter of the CWT possesses a particular proof-of-possession key. Being able to prove possession of a key is also sometimes described as being the holder-of-key. This specification provides equivalent functionality to "Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)" (RFC 7800) but using Concise Binary Object Representation (CBOR) and CWTs rather than JavaScript Object Notation (JSON) and JSON Web Tokens (JWTs).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8747"/>
          <seriesInfo name="DOI" value="10.17487/RFC8747"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="RFC9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="RFC9201">
          <front>
            <title>Additional OAuth Parameters for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines new parameters and encodings for the OAuth 2.0 token and introspection endpoints when used with the framework for Authentication and Authorization for Constrained Environments (ACE). These are used to express the proof-of-possession (PoP) key the client wishes to use, the PoP key that the authorization server has selected, and the PoP key the resource server uses to authenticate to the client.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9201"/>
          <seriesInfo name="DOI" value="10.17487/RFC9201"/>
        </reference>
        <reference anchor="RFC9203">
          <front>
            <title>The Object Security for Constrained RESTful Environments (OSCORE) Profile of the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="M. Gunnarsson" initials="M." surname="Gunnarsson"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework. It utilizes Object Security for Constrained RESTful Environments (OSCORE) to provide communication security and proof-of-possession for a key owned by the client and bound to an OAuth 2.0 access token.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9203"/>
          <seriesInfo name="DOI" value="10.17487/RFC9203"/>
        </reference>
        <reference anchor="NIST-800-56A" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-56Ar3.pdf">
          <front>
            <title>Recommendation for Pair-Wise Key-Establishment Schemes Using Discrete Logarithm Cryptography - NIST Special Publication 800-56A, Revision 3</title>
            <author initials="E." surname="Barker" fullname="Elaine Barker">
              <organization/>
            </author>
            <author initials="L." surname="Chen" fullname="Lily Chen">
              <organization/>
            </author>
            <author initials="A." surname="Roginsky" fullname="Allen Roginsky">
              <organization/>
            </author>
            <author initials="A." surname="Vassilev" fullname="Apostol Vassilev">
              <organization/>
            </author>
            <author initials="R." surname="Davis" fullname="Richard Davis">
              <organization/>
            </author>
            <date year="2018" month="April"/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.tiloca-core-oscore-discovery">
          <front>
            <title>Discovery of OSCORE Groups with the CoRE Resource Directory</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
         </author>
            <date day="4" month="September" year="2024"/>
            <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-16"/>
        </reference>
        <reference anchor="I-D.ietf-cose-cbor-encoded-cert">
          <front>
            <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza" initials="S." surname="Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund" initials="J." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed" initials="M." surname="Furuhed">
              <organization>Nexus Group</organization>
            </author>
            <date day="8" month="January" year="2025"/>
            <abstract>
              <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  When
   used to re-encode DER encoded X.509 certificates, the CBOR encoding
   can in many cases reduce the size of RFC 7925 profiled certificates
   with over 50% while also significantly reducing memory and code size
   compared to ASN.1.  The CBOR encoded structure can alternatively be
   signed directly ("natively signed"), which does not require re-
   encoding for the signature to be verified.  The document also
   specifies C509 Certificate Signing Requests, C509 COSE headers, a
   C509 TLS certificate type, and a C509 file format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-12"/>
        </reference>
        <reference anchor="I-D.ietf-ace-edhoc-oscore-profile">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC) and Object Security for Constrained Environments (OSCORE) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE</organization>
            </author>
            <date day="3" month="March" year="2025"/>
            <abstract>
              <t>   This document specifies a profile for the Authentication and
   Authorization for Constrained Environments (ACE) framework.  It
   utilizes Ephemeral Diffie-Hellman Over COSE (EDHOC) for achieving
   mutual authentication between an ACE-OAuth client and resource
   server, and it binds an authentication credential of the client to an
   ACE-OAuth access token.  EDHOC also establishes an Object Security
   for Constrained RESTful Environments (OSCORE) Security Context, which
   is used to secure communications between the client and resource
   server when accessing protected resources according to the
   authorization information indicated in the access token.  This
   profile can be used to delegate management of authorization
   information from a resource-constrained server to a trusted host with
   less severe limitations regarding processing power and memory.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-edhoc-oscore-profile-07"/>
        </reference>
        <reference anchor="I-D.ietf-ace-workflow-and-params">
          <front>
            <title>Short Distribution Chain (SDC) Workflow and New OAuth Parameters for the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <date day="3" month="March" year="2025"/>
            <abstract>
              <t>   This document updates the Authentication and Authorization for
   Constrained Environments Framework (ACE, RFC 9200) as follows. (1) It
   defines the Short Distribution Chain (SDC) workflow that the
   authorization server can use for uploading an access token to a
   resource server on behalf of the client. (2) For the OAuth 2.0 token
   endpoint, it defines new parameters and encodings, and extends the
   semantics of the "ace_profile" parameter. (3) It defines how the
   client and the authorization server can coordinate on the exchange of
   the client's and resource server's public authentication credentials,
   when those can be transported by value or identified by reference;
   this extends the semantics of the "rs_cnf" parameter for the OAuth
   2.0 token endpoint, thus updating RFC 9201. (4) It amends two of the
   requirements on profiles of the framework. (5) It deprecates the
   original payload format of error responses conveying an error code,
   when CBOR is used to encode message payloads.  For those responses,
   it defines a new payload format aligned with RFC 9290, thus updating
   in this respect also the profiles defined in RFC 9202, RFC 9203, and
   RFC 9431.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-workflow-and-params-04"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9202">
          <front>
            <title>Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="S. Gerdes" initials="S." surname="Gerdes"/>
            <author fullname="O. Bergmann" initials="O." surname="Bergmann"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a profile of the Authentication and Authorization for Constrained Environments (ACE) framework that allows constrained servers to delegate client authentication and authorization. The protocol relies on DTLS version 1.2 or later for communication security between entities in a constrained network using either raw public keys or pre-shared keys. A resource-constrained server can use this protocol to delegate management of authorization information to a trusted host with less-severe limitations regarding processing power and memory.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9202"/>
          <seriesInfo name="DOI" value="10.17487/RFC9202"/>
        </reference>
        <reference anchor="RFC9431">
          <front>
            <title>Message Queuing Telemetry Transport (MQTT) and Transport Layer Security (TLS) Profile of Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="C. Sengul" initials="C." surname="Sengul"/>
            <author fullname="A. Kirby" initials="A." surname="Kirby"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework to enable authorization in a publish-subscribe messaging system based on Message Queuing Telemetry Transport (MQTT). Proof-of-Possession keys, bound to OAuth 2.0 access tokens, are used to authenticate and authorize MQTT Clients. The protocol relies on TLS for confidentiality and MQTT server (Broker) authentication.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9431"/>
          <seriesInfo name="DOI" value="10.17487/RFC9431"/>
        </reference>
        <reference anchor="NIST-800-207" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-207.pdf">
          <front>
            <title>Zero Trust Architecture - NIST Special Publication 800-207</title>
            <author initials="S." surname="Rose" fullname="Scott Rose">
              <organization/>
            </author>
            <author initials="O." surname="Borchert" fullname="Oliver Borchert">
              <organization/>
            </author>
            <author initials="S." surname="Mitchell" fullname="Stu Mitchell">
              <organization/>
            </author>
            <author initials="S." surname="Connelly" fullname="Sean Connelly">
              <organization/>
            </author>
            <date year="2020" month="August"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 1171?>

<section anchor="profile-requirements">
      <name>Profile Requirements</name>
      <t>This appendix lists the specifications of this profile based on the requirements of the ACE framework, as requested in <xref section="C" sectionFormat="of" target="RFC9200"/>.</t>
      <ul spacing="normal">
        <li>
          <t>Optionally, define new methods for the client to discover the necessary permissions and AS for accessing a resource, different from the one proposed in <xref target="RFC9200"/>: Not specified.</t>
        </li>
        <li>
          <t>Optionally, specify new grant types: Not specified.</t>
        </li>
        <li>
          <t>Optionally, define the use of client certificates as client credential type: Not specified.</t>
        </li>
        <li>
          <t>Specify the communication protocol the client and RS must use: CoAP.</t>
        </li>
        <li>
          <t>Specify the security protocol the client and RS must use to protect their communication: Group OSCORE, by using a pre-established Group OSCORE Security Context.</t>
        </li>
        <li>
          <t>Specify how the client and the RS mutually authenticate: Explicitly, by possession of a common Group OSCORE Security Context, and by either: usage of digital signatures embedded in messages, if protected with the group mode of Group OSCORE; or protection of messages with the pairwise mode of Group OSCORE, by using pairwise symmetric keys derived from the asymmetric keys of the two peers exchanging the message. Note that mutual authentication is not completed before the client has verified a Group OSCORE response using the corresponding Group OSCORE Security Context.</t>
        </li>
        <li>
          <t>Specify the proof-of-possession protocol(s) and how to select one, if several are available. Also specify which key types (e.g., symmetric/asymmetric) are supported by a specific proof-of- possession protocol: Group OSCORE algorithms; asymmetric keys verified and distributed by a Group Manager.</t>
        </li>
        <li>
          <t>Specify a unique ace_profile identifier: coap_group_oscore.</t>
        </li>
        <li>
          <t>If introspection is supported, specify the communication and security protocol for introspection: HTTP/CoAP (+ TLS/DTLS/OSCORE).</t>
        </li>
        <li>
          <t>Specify the communication and security protocol for interactions between the client and AS: HTTP/CoAP (+ TLS/DTLS/OSCORE).</t>
        </li>
        <li>
          <t>Specify if/how the /authz-info endpoint is protected, including how error responses are protected: Not protected.</t>
        </li>
        <li>
          <t>Optionally, define other methods of token transport than the /authz-info endpoint: Not defined.</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-cddl-model" removeInRFC="true">
      <name>CDDL Model</name>
      <figure anchor="fig-cddl-model">
        <name>CDDL model</name>
        <artwork type="CDDL" align="left"><![CDATA[
; ACE Profiles
coap_group_oscore = 5

; OAuth Parameters CBOR Mappings
context_id_param = 71
salt_input_param = 72
client_cred_verify = 73
client_cred_verify_mac = 74

; CBOR Web Token (CWT) Claims
context_id_claim = 51
salt_input_claim = 52

; CWT Confirmation Methods
kccs = 11
]]></artwork>
      </figure>
    </section>
    <section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>
            <t>Required that 'cnf' in the access token includes exactly what C uploaded to the Group Manager.</t>
          </li>
          <li>
            <t>Made the PoP evidence in the access token request optional.</t>
          </li>
          <li>
            <t>Better example value for audience, when indicating the profile to use.</t>
          </li>
          <li>
            <t>Placeholder: possible use of the 'ace_profile' parameter with extended semantics, for C to select the right profile.</t>
          </li>
          <li>
            <t>Suggested value ranges for codepoints to register.</t>
          </li>
          <li>
            <t>Aligned CBOR abbreviations to those used in other documents.</t>
          </li>
          <li>
            <t>Editorial fixes and improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>
            <t>Lowercase "client", "resource server", "authorization server", and "access token".</t>
          </li>
          <li>
            <t>Consistent update of section numbers for external references.</t>
          </li>
          <li>
            <t>Mentioned that this profile can also use the ACE alternative workflow.</t>
          </li>
          <li>
            <t>Clarified that the client may ask for a new access token after the old one becomes invalid.</t>
          </li>
          <li>
            <t>Enforced uniqueness pre-requirements on the client's group membership before requesting an access token.</t>
          </li>
          <li>
            <t>Added checks on uniqueness of clients' group membership at the RS.</t>
          </li>
          <li>
            <t>Clarified the process of access right verification.</t>
          </li>
          <li>
            <t>Added fine-grained recommendations on storing multiple access tokens bound to the same PoP key.</t>
          </li>
          <li>
            <t>Added guidelines on using multiple profiles.</t>
          </li>
          <li>
            <t>Fixes in the IANA considerations.</t>
          </li>
          <li>
            <t>Editorial fixes and improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>
            <t>CBOR diagnostic notation uses placeholders from a CDDL model.</t>
          </li>
          <li>
            <t>Renamed the claim 'contextId_input' to 'context_id'.</t>
          </li>
          <li>
            <t>Revised examples.</t>
          </li>
          <li>
            <t>Placeholders and early direction for dynamic update of access rights.</t>
          </li>
          <li>
            <t>Added text on storing multiple access tokens per PoP key on the RS.</t>
          </li>
          <li>
            <t>Fixes in the IANA considerations.</t>
          </li>
          <li>
            <t>Editorial fixes and improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>
            <t>Deleting an access token does not delete the Group OSCORE Security Context.</t>
          </li>
          <li>
            <t>Distinct computation of the PoP input when C and the AS use (D)TLS 1.2 or 1.3.</t>
          </li>
          <li>
            <t>Revised computation of the PoP input when C and the AS use OSCORE.</t>
          </li>
          <li>
            <t>Revised computation of the PoP evidence when the OSCORE group is a pairwise-only group.</t>
          </li>
          <li>
            <t>Clarified requirements on the AS for verifying the PoP evidence.</t>
          </li>
          <li>
            <t>Renamed the TLS Exporter Label for computing the PoP input.</t>
          </li>
          <li>
            <t>Editorial fixes and improvements.</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <t><contact fullname="Ludwig Seitz"/> contributed as a co-author of initial versions of this document.</t>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Tim Hollebeek"/>, <contact fullname="Benjamin Kaduk"/>, <contact fullname="John Preuß Mattsson"/>, <contact fullname="Dave Robin"/>, <contact fullname="Jim Schaad"/>, and <contact fullname="Göran Selander"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by the Sweden's Innovation Agency VINNOVA and the Celtic-Next projects CRITISEC and CYPRESS; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+292XYb2ZUo+M6viGau1SJtAALAmVn2vRBJpVjWwEtQTrvL
tVQBIECGBUTAEQFRdFr3V7q/4j71U9eP9Z7OGCcAUEnZ6buK9kqRQMQZ9tln
z0O73d76dBrtbW1VaTVLTqPo5i6Jfijy5SJ6N/pzMq6iYTJeFmn1EE3zIjrL
s7Iq4jRLJtH1xfBmupxFF9mntMizeZJVZbQj7w7P3l1f7EZXRT5NZ0mUT6MK
Bh4s4b9ZlY7jKs2zKM4m9FFepH/lT/w53LEHZzDkyyKeJ/d58XErHo2KBFZv
T2nPCI9vTfJxBs+fRpMinlbtNKmm7XictG/xnXZejvMiaS/4nfYsrpKy2tra
+i4qK1jch3iWZ/BuVSyTra10UdCvZdXvdk+6/a24SOJTDZ+t+9tTnDL6EdaW
Zre8rK2P96fRZVYlRZZU7XNcxBbs/hQmmGyVy9E8LUvYePWwgHkuL25ebm2N
8wm8fhotYanHW1sxAeh0K6KftvwbRWlWnkZvOtFNOsvHsf6Yd/smLsa5/1Ve
wKjXl8OLaPBCfwigThJYz2UZT/+cF5PyNoatR/2+fmIMmzuNfpcCSMxn+QRm
GV60e4f7+91oWOXjj3f5bG49sMyqAt4b3ieTJNOfJ/M4nZ1Gc1xfp6L1/fci
7ZRJeH/XnejVf/6v29kym3g7vE4/xsWk/u0vaJMFLbFzl9MKV23zZSe6Alyb
j9Is9fYJ6J6Nk3IcB56gvV4U6bgs4e4E9nuTF+VdPM/Ufve+6X6naqmdhVrq
f09kdZ1xPoeLleXFHG76pwTx+bJ93qELSZeQbiQ8NW+P0rL+tVxV/ZTzBN7o
j8mDNQY/jg9dvzw76O8fql+Pugfq1+PDE/n1cG//SP16tK8+Peof9NWvR/vH
8uvx3on69Piw1zW/7qlf9/Vgx0fm1xM97klXjwu/qtdOgKqYX3vmV3rg7eXw
pn3c7bYPDgdMC1bShYtO9CIuPiaFh00XM6Sr7nfeq6870dmddbj84ut09mB/
7r006ETX+S38+vHBe3EwmyWZ/2X97d/HQAdnySf/7UVeVvnM/7pOJc7jT2lZ
IxHjO6QR5jthctcJ4kiSTQzTuYrTov1jWibR7wCPLuBajGZpeYeMJxqO75J5
UkbvSyTr52k5LpIqiV7ntzEQ/rt5dFY8LKr8togXdw9Rm84qGi6ScRrPoqsl
DCT8Ts6vBQuAFeEnfCFhHbAqOPTjdnefFxoXt3iB76pqUZ4+f559mi2Wo7KT
wYXt3OafnuMv+MlzmceapnyOC+gMrzoyX7HXWUymwMCyqX/9mAI7N2wC+8s/
JXDN3TtYJu3xKC/aSYZ0YtIeJ0VVu4TJ5C4fe2y19hAy7+ksv28Di20vYuDn
pb6ox11zi9SdPenpWwTXQV+d/b2eczP63aMNbsYQMVXTYYUqw3FeVfYX3lvv
4D7lBeBBUXlvvpsBOAv/2/qkb9IKHpjN/Imrpf9V/V2QiDL43r9awwRouvOd
4Pf/lRTA/FFSiQawrLQCOW5ZJOtQEwDooGO/2+4ePzE6whyMjCgGVoRjw4vX
L0+j7X+DM23/AX7+fXtrq91uR/EIxcAxyGM3d2kZgSS3pOtY4hTTFC5kHAmK
0RV+KgFzqgTMDgnDaoplCTM+nWRc5Tjyp3SSREiMlplac6lGHSXVfQK0M47G
sxQ3jrsBeRTYfjRfzqp0AasqkjJfFuMEXisAD0uAQgxPwmHPk/kIPwBBGNBE
pGNikO6+aL4EqDvw60lJzyLIon6nG8Vj4OcwZv4R1gErRhAv6GgjYLdKqlfL
Az4PZ18BAO6BLPLDRfoJPqGnAYCTaPTAK5R30owea16dDXV+CJYRA04nn9Se
6b6bQ2/BQqJ7uBL4LwyTT9vwf+AjMFKpUMAs+1lp7agD7KrMW1FaqcORIdyt
wjsC3bt0oeBi7wG3ieBEfoHf+XDUlBiXU+RzesjZpcYtwKsq+Vy14JElnM4M
6KYa1Tv7nZKwCn5Lpw+Nq10uYM4iGSfpJxwnhu/KMr4liCOdUKfnrEavkUfs
RBfTKTwLlG/20JKD5vNKMmCcALUpXAQQx/g+yPbHsJUCmPkCeK2ahrFPoOZc
hBYiB7wJ4jqKlQanLOoG6JWN8R6UHaYZ83QymSWowF3iXJPlmGD8XfTTdyl+
8GVraxBlS4QGXYzFQpOpiC4BEo3QaqI5ML1ZdA80PjE3chxnanOxOY47kFkY
1ZuvKVyBHHbVipLObacVIcONLq/4hXEMVDW6eVjAb7Mo+RzPcYcAjvFsCeSi
vEd+gYcHO5gt52kGYkhSAt4DlY8rEPkVpFtEMoChV0U6WtI24JUyn1b3SCGW
C6T0ZYeRzadDcjUFFrDRUaIuHu0NFIuCMahMKhwX7g/+DWgNGBjD5Pd3IIBF
QLor3gqAV27VhNHwzzmoCILMfPe3tl7C7SzzOSnw5RLet8+IbuY8RtoY/RkR
ANEMkT7BCzVOfExDDIqILN/eVfDEPYqD0xguAmgkQGfgFFIEXPagiZhwC1gi
DIsLNKtrRUBmxjRfPqpiB0C1zSuIAT2J0jluAXjzgzf+IimQENACYkZVpN7w
l0YYIt8PitTZcwKxyhR2eMgseErwU5PrqQWfESQ8LFPLFHG4TGm0GX6J+ynH
CWJX3pIRcXL6crScjUriM/iRYDUd+Yw/AsJd0PUFlZFuVYYLxN/Ut0h575Cf
IYZYtOUSH4HP4BokfOC0VACmOu0srwBAf1mmeBcnkxQ3BDfF3WCCiIbHRcQL
YWgvCQae4ti4a8CZBcr7iTBPxIZlUSA68OEy+aRn8TjdM+TrGIm0kU/5vAhI
LWTV8AhId+OPDKgqrpalOlR6CHD+VX4Pt6ogijdJgbQWzBvRCAX43HAViLEs
4EbF+NUISAiuEGEDbCstcEPEC82I9m748IAoghrEG7mLYQTzsFylAteIrEuj
JK0nh9kLd8BOhHdXrbold5JIRP1WenQd2BBoDB7XUHtLS3XaE3UBqvsc+Lhi
hnCwhC3IBQaIxtO0KCtBIEY8fTM0X1erQeDO46KKQBP6WNI1xCWXmlS7JIDu
wameAw13OAQjryLnsYf+U2QZcDUmLUYiWDfDPM+AJvxlCdqWhx70l1nW93Kz
kNjCwiePmBcULHrCnXgEBygTI9qCopzdJqvXAOe7LOjYgUqks7hw2ecY+VnB
sBJyTOI6DGSQClgFDQ2ETyyfBF+CbakkgqzMi+eKmQEyf0rHyN54i7iAeY6L
DJyVkt+IgbjYjlwDLhkRZY311injSXSiVwmhLkyCzLskqrMo8D3k6ExJ9KQM
ewQrKP8JQQZhKU8hyuOD5togz2f4BTErKVl3AowAJENOUCXzBU1msYosz9pl
PIXDh08Y9ArrBTUY7UdLQDda6LLKRdRU1ByPACCgJR5bd2hFSwBNYZ3ZOC1A
8xJa1NKs1jwwA/jQPQJxLNcKEVw0AwIUNwGAKGEAiGqk4sXgLEuQbi1m+QOr
S7CVMsWFaBlqPItRhjdYXxq0J7vijAmqosg7Z71dOhCgAICKoMFm4we8tnCk
MejM8EB/l7QN1Bmis55WSpiK2tcUwFOgqharLcgpR2d9fQXhxqUz5pB4dAWC
N82AbpV3FrlBkQO2dwcrTQoNMS2MnEbpLlMFPTLg6F2+nE1InCAuBSxoQuIP
TgbyXzpfzg2JrB+HMF3NpYGHEVmHWfBmkyi5rAwESmSOWZLAFfmeIJjCohgn
tSBSkthHyhiyT14z7qqtp1Wn3dpgQwq9ic+pF/m63KNVTh0GMWB43qy1E/2Q
4r3GHRqcnMefCSrCq6sHlw5pBFqlp9zTIhOj6gB+zVOGevIZZGYlUdO2CVAa
z+pQYCDA0oWgGU0dyMAUqEqDbMicf8w3PXqR4K1gQZjXJ+QJWSha7rJpertE
NIALBlPDLYSP4U+eldEWMKYCRZ2l9+CZ0WYQNwgx5HYJXIDcXDK4ieey6AEE
J+HxZsktjI6CsCs94YglEHRH4PflZnX3yuUCNHYGBIqkDyQvASsD7WhJrMeW
TlBmBJUrnrT8IxTdvFnLJM6HxIA2HXzZ6G6LeJwYFWb0ECTkCrkL9IpkAMRb
0X3KBG2dyEcmOX6FdJssW8SZ09vMNpzYSi68NUlv59FPP9m2zi9flIY1zcdk
JiHFXtYq2rwyghE3KBUhAJRBpGAMJI8mwR1lUNhDTLzO6CzISyrNDRE4abak
HSWf4tkSd0RCuzmdlqujq5UgnD7lM5Ayt4lopX+1hENHwNxhpC/RFBmzgAKo
vKwSm5tmE0cAeY6HgRdrVwtWcJ1K1ILIXCdvlCSCoGpQoRGRZAAkddZSLPuR
vVvbzIQP42hyYxVO87AVy1TakIc+DEQ/oBQJyeqCu0CwE9D0t0HpZcEKZeBW
7Zjphs5YDL/L7330uM352sCmtxUtWGYWLTEA1tBUoEKPHrBWwbt5/NEzWKmb
YMtzABXEEb6FJW6uTIGIb7doBUo6mCUx22c+gdh6m5TCTmzCxvPYtgYLIizQ
VMmCv0P7LzC3MRuGUGkU/ZpEJKETYvFBLm1LnHIKfDlRMqFDcGRSkpRdiqJ1
Mpo8zQAUAFrkGjPSzkEqoXtv6Z8+LUOIK9tLQnAH0hrfJrXbkk5toIvGBWBC
G4OIfyjioKmY5HRZlHB8Olqk7syZ6DltsBPZMp6iQMLkQj90F5fayBHX1ESH
JKHIkiX3PpDeAMLmAqWktn8AKqkZSronskhaJiogeNwwJIrVbJBNC612a43y
HQwOl082bI2A8MhgSbewSkQ/pFfIQ5Eha8GYYC7ohoImcS7FKFzW/wBIMJ0l
n2ksD/vZ9CcIJwjOcBG8LeO5hvQI7QzqGj2pOwIIg7iJv3yxjVdKbJXjZL1U
DFSuSWRcJESgQIhSV45uIrsIbCM1Ww6BNuTxBEUNYYVacQqYnh0eOEqmqM8b
LYiUdvIiWSRcDKVI+kB4IHaYUAiN2TNAPrlFKyWZWoSDamuz8gkJYcwVo3dY
fKk9KbazIpuEbOjm4jOVUGZ/wUuZt5ToIljdlI4N9q4Op//li/p1T/26v9fD
X9d6SoHWo87ArDy2GAiw0HyMEgm5TkBgyYkXL0VCEhaLdLFd5e05ykpK9iLj
Pgq6SPjEWFiSXl4zOTc72hAG2+M8XnygYT/wsrf1OajwLvvoWr6xnGQUfMxG
+IFlmrlS29w5ywdXuwxSDMJwgFcPFgGwoZFNn7nYlL7WVWZbi4QUIsu8iwul
/5HKTExD4zJeyLT8Vs5Cf/t+MAxAIC6NpOvijMEPhQ2ACMxIJo+8GmwdSSuL
9SAMicpvMAKTbhRS0nxZAh9F1sMEgGmo4wdEdBQaV9mwBfVnDDw14Uvv2xZL
Q6ER0sZ5ShwwZTIp83p+0ZZSZ0k484gU0HU23ihkIXoXV57Tkl7GiW3fhuMa
rO7gn9s7BaAFK5eCLG9IQCDByqEtayOd8A7EH9FdOUMlRehvZS1KgW1iJCq5
6Ezs4QPU9ZTdb5wv5F4b0AuFFoiiIoRuqaq0RExU6R01tsFRqdmkx3gAl5bZ
hCUedBrvyBZqXlz4cnfFpdvMV8wCwuN8xEx1A45r/IzkV3IuvYUrxwgSGl+Z
mJQ/TSEFiGGgioxJS9Q3GFggHxPqYSkLMILPxMKJ4Ss3rrraq/y5HU/jcK7X
z3J8t77K8w0UoZ2okCtY8BpPuKWfyRL06rzjNQKPc2qGqrNPVS02GBFAKEbm
p/KRXnfHAO343hfKcvQo97sOm4Dzk2+IRWLsIdx/w65FGEK3yNm7oTyFUYdK
IOke7DHTFHkJ+a3mDh13cmM6MJdKRa6s8t6TOSwrl8glBGLu6ZyShzyJs5Jt
c7dpBedUgtYRV/QWAm4yMcdmQKSAtkNGSSNvC8RBXt/9Hnn/6EGbH5xYBwIx
hiGQbdHXWybwzydl7ickLh/m8wQUOUIJ7RtBJ9QiQV4gl04to2l5ekZaIZzi
d99FN+gJyfJZfvsQfYdxCpX54AvTWyQ69xi1HG2/eT+8AU2b/o3evqPfry/+
x/vL64tz/H34avD6tf5lS54Yvnr3/vW5+c28efbuzZuLt+f8MnwaOR9tbb8Z
/HGbj3L73dXN5bu3g9fbNf7BbuBceVaKBYZHomFly+E5L86u/r//p7cP2Ph/
AA72e70TwEH+47h3tA9/3N8pzYPMN/wn+mK2QCZLYnJ/w00ECXiBuFISKSgB
27MIRU0A6K/+DSHz76fRv4zGi97+b+UD3LDzoYKZ8yHBrP5J7WUGYuCjwDQa
ms7nHqTd9Q7+6Pyt4G59+C//bYae8Hbv+L/9dmtr6xr4gXLoJp8XfEX4PKbx
PJ2lADltWET0KsWkliElosCXWF45e/HuWojKyf4JmhhXEJAW0w1LTG9FdbrE
B+qQlPXiLMlTcFEsn5iEv5zCIbvCUkvJvmJ7Q6EKnUcjiQvUASrKDkFqiaci
xiDU3zqucaZtYe75K1+zN4ymZSRxmtRmeH6EHDqmaM0thxEBneePXbmDZBWM
loXbhWsMhdtZfOtCxQ0hm2laLW+VTv3HZBTdIJsG7ePsx5uSfWfwW3Q2i1PA
mSEaTnfOzoalqGYYCY/n+4fOQfckwnhgYD9jUtbpe4zmVed/FnhkTXAxYMEW
Rp++aQxkFFOQA9hmCcCyeMQVywOWDUeF1JDhDRY3FOt5v7OPM69DWI4zaJxb
C1XuKTmizF3CDpsExijTT0EMsq6qP9LsNqdodAuXLJ857xemSkH2GKNB45Pi
T6LvwnVBlmQTE3K2fQ1F8XQN36hDt7IuiLvGKsva5Yh8ruS9cNK9Isv0wiqZ
xU3ZBIIXK030MMrNjJhjh0qnjgJmImJpAswRwQk8M66yFCOZUtEBcGF2W77M
GO1cD3dbgT2rrwdDPAqjQigwo319sgDNstrGFdKZEjUzsTCojvFyaf2pgSWv
GqZN57hbdLeDDuKGKCi/y3MW2HGFz8muTnpqJEsZDHnxz3H1f20jgqqvroci
MWvhYJInrOwsy0TMP8A0rMXB0ZltWVGD2wNFHgXK6YI9L3J0NI5SkrYxCEKb
4jkq1V7FnJRjXIIIbwZiFooQab8SKa1NQgjd8dMa5aFjEa/b7KEu3eE0Ds/b
KZPEIivHmxAVRAJNxkVFRB29Ln3BJYVDFBWHyPkkjW+zvMTLDsBX/Me1KjiL
0TyfjtZ8+YP68rBHhufzwMCcTlMx1eDYEss2+YkjJ1B5WwItLBJcKzweq+Nn
6CnO9oyFbFwF+hcpqksczo07M9qdY9cYk51tOa5Kc+xwi5Jnw3dvLj68Hby5
eEZLhiWh2UTC0xOeF7kKu0BgG/oFjX3n56/FM8ASKEF0mt62x5PJrE3fACxh
2p9+AlHC+ZTDX8Qa24p+Sp6NWbf9kE4+ECCenUZ3z+LReNKFn2dAx5+V8Qy+
zhbLynoCiCNnqrLN6aejnvfeUV8e0+Qkx7OMLuCm5MVpdIV+uoSs7FWiz4Ey
maIUznSCTJXidkFrFfGEbReJjpX/uqNZ8MwCeU2L152W5jrf/ohSISQLD0Zq
/xhlrk3W6Kj6lCb3FGqOgynC1M7lmy9iXi/lXmmRAEiLesY3uAF0OwmGh09t
nf7nM9T1rpJg0kleBGy6rN4+Vr53uZtlftKelRVGXt8Vx1I++TS/sZmXKJHL
842FFZb+97f6UlwGmn6/teV34KNpYiyUmM0nNlPrKNPSv3f1S/FFuYkkFrss
l3Oyh9puhRrOXQ97tPLrYZ8F1YAuRA6FoHg1ABnlsjLh3PaclhfjzBE77Skb
3Bi+jGBpjpcq3gSEu9t0sht1Pysq3RJ3CU8OAkdeGbI2TCgY8/Ic5Ad+DV+A
//b4Nfit74WRGuyaPbAMjNmChJ3a/zPOMW9mopNqcpaLbArhqQY8nR4Apiz/
skTQj4p4/DFRrH/B8hegy/80P1Ecl59ut86iVT8IX/N7v+mxwXDrbyvHif7W
8Lv/GIzzb5gydK2Q65qjTyL4sP3bf3/MOE+2nn9p0w/s0lkN/HzFes6KhNH+
VYqi2VesZ+XPxuP8WrbQjq7eDW+UatF+3M9veT078XJyGm0DsoCmADfiVG7E
o/d1y++aS9jpdHYft68nO/d/eRwoooHtU7npMSh//Zj14M+v1TiXln3h6c9d
Dt3SFNWBbjoOf7nDHPsD7foUtr372PU8+XmhQaDH1wxItTqeX/+91/NN7lf/
v+6X3K/+P+f9cg93JXzoX/9+9f/h9yt8vZyfX68c54nWA3B21RvDmn/9aDq2
89G5VOrnT4+Gs3fB1Gn96anO6z8eiT/NDzzFep4Hgiief+v1IB76J0+upSRq
fw2d12evedfj1tP85aPGWQPLf4Dc+zTjPH+zJPuiZwh59DjaBnImCl/PwbR/
DD1sxsPH00ONh/3/wsNvMM43w8P+PxgP7T9BnHuScX7GeiwLw9ZPp9F3QQMT
l0T6zXbNUNvZjuKiQutpmzIdfrM9xiTfYvsLheVcFUn7LM/YoVRyZE7QrNvG
4LWxfhLefl83iLKFxzKN/T3iZ9kPV4+gYFczBTk5HpiVUXd6TWyaUpndyywF
WciYqUplo3a96m9z8ojGmamo8XjrqJNZoYsDPNZgajkYyfo3itE/geUTzzCy
Y6DDKq2zCJ+DBXxlVw7GUXrGazJWB7LDKTcvL+un3uJMQ6nSZNnr4fVQcMqA
C2MlbUKyMq2Smmm2Ze9Q8kZoT+WSVjZdzlzscu2aHNdPmbghLN25xhARK7C+
E50ni4SDQiUFkTJp6diMcsRpqZRq9ylOZ2x2tBaKKfwqfYiDXlWtOg7/+YwJ
QM5KTckp9EyXOqzXKWVBMWsgz6toiQ3xbFXpPHJwAM0QTUHinEUfpCCbVRSF
VDA4vapIMcNSOY7CtMOCj6TPlbWYah3IOBjWQEDxqxRnX0X3ccalPlQipPLp
w0MeXMTKoPz2FIgn8aeec/mgo9zLkrpEPpTbJMPMrpaVdoYHpKrmePZ889Bg
iFn/mO8tSXP4lpfD0UAOdUYfGfxxIwBRDPZRSdNW0hgnxVK0ja47lJpkR4Ki
TiyhJTR5IADkHDiDXiMO+UUgYpbZcpJSgZoddvJJ3am2+rwVuSEDh50TB5C7
FIDCERtS9MFCBoSkIIQ1pY0VOplLoYQ/va52hDGXCtbCREzWVjSw87LdMUzp
HnV94tKEJ3nj1giN8fs761a7khgoDEax9k3hnqpUlmFrlgNGMMQhFOQGQ7/z
fWb5XAIpHnCcNAMjO1EWINmLNNHExKZntcX7kfeBRzbZH1eVkoBIvfDNgt/t
fXN1hziYorBzlV/tmipKEsqRRNYjKjcgLzjmcsKXypT801tg4MGIZkCs8MRJ
3RPORYvpewpxELmCMm2dgLeQ01rfPfx9RT6TWoU6QoUkmpE1w8+QtpEd499w
wpdTobB8jl7xPNy4JNnTwWaKMuONLRNM1o+lWlQKhMpO4OZbG8IYUQeddAiq
PqXSRSSVs/YqZ1XP9FFdD9kL7cXvxTOsYE6lYyNVvnWF6BWo8MoBeXbcklW2
QMV64O3k3IgdOhXtPhb+TtmLq7zJu3YJMinDIiPq2lgVyBZI9aSYkUSO3zRd
Q9K9FIA3SpxTCMbVEqapYBFI022TwmDSIwzeUSEYVf7MhIAQyljh4krGDuSA
rFxVi4ssUIo8fmLqIM7SUUFFBGsyhQiHVI+jqDrRu4rL1jDkQaJazmCVMyUW
6PRDEVI4KiwUdFZGB7S0Q4enRW8Gf7SRbfag8lxbOjbx5vVQ9ry/f4jxO0V0
rj/DWsFK+nLkrfd0AXCdayUvrNcAD35R2gDInCyqk0CWBG6RJWA5xJpvXVl/
Qd82Ee6ZdMZszPcYgG3bN/IWpmeXJuEE0TIt5yuksF7XFcOiH+3klJpu4FBY
woozQgYt3QSXJZdMo7mhhi4RKzF+K2UCiDQHw8DSROdzOWCQAnHkDdgRd8Cu
pnkqDE0TL5HDVLKWVJ5yptd7WK3yWkVChOzXZAkH2rVtejGf/U6vs7dZ3CeF
FmPx41TKkeHesGgMZvWXlIY8m8mwMKC/dDkmLyzeBMJYUgpnhitJTBVoUhoB
MmnOfQ+qnsxQG8fmmpKLfJaOpeyvClomMRAZPYWZOKXCRIeRK4UKsSr0BLJT
qoN7CSJYT0hOOiQEpLuar4fXZzK8rGMzJa82Fh91/TeNWUaI1IaTRunCLaPs
CJ01FNoQfYjTckHnJtqzGvcDu7Thf3/nMhkr+d4iEXBChkatLW9Mz1MeZYgR
ESpZtaWkqlSTMG+ZvYxtwKlH5app1nkFNDlHwGPg5mPYQcmA4ORPpuCKaq3I
50TPeiY8WD3u2OZ0BqmLRUlKOAbXkjIjuV6rZEsaWZoEJzGKxJUdQZZO/VVp
rY8zElliZE1XP2gnaeoQdych8mcmTzasq5YsSaSGypzexaWTuJGtUGy17ouZ
CZYJgGxHSxUyzwHA600xkudjzyYmC29STw82Oq9jNQiWP1+l1KuKdCArMk1u
kuvhklMZEKHtBHSkpWSr4NrT0U5D7eldt14QFUKBq4lZ3aC8cTEsqapTmhuE
xZpszYGOigWxocoytmWKFWKYI3x8cYoOaCVpo5u2SeEMLYrJxVYmqIhWUFZG
HKPyNYqcoehGJ10vuqJeaISvN1TAuCrUUIeoCtGCJeYsrAEIXElTFVdZY8Wf
gfw0eYjsbPtaKW43WPpRRtE1xneWF0iUeTDHKLoVq72uBmtlbwNdskmRxruV
G6Yg/TMarA1qmYeBgoDjdlwSzvkh+qwrMlwdZYLkUxUG4nMq3JeWZH07qaqU
M2z5uX/K0hHU7EMKqtIxdcUMoprN3RmaymiIpQd+s3wj2syXZi5L2sRIIu88
G2fTZ1i2NZ2rxXiWEna0oS8gi4uH6J2p3FU7G/SzqQfb+aIUsmDSuBRDKE3u
ghI5Y0ta8IO0fxCqcXn+p19RxT8p9VSP24ZH0LzAKaOmlJoiTFpMRu40VMO5
HJxuaawOqRmUg/c3rz6cXV+cfzjjTbilmNBOhgf3O7cgCyGEXV3PAIeIc0sl
BxSOW8LnGzZK2QvZ0fZgZw2cJyylXwKyU6hyiCr5DNC3XX+c7qXOAkYlMMIm
e0w4FKixnDqJXkoeqp3xA8kX9kHDsBzA/0Of2StXfxK9x0Ej5fS9y2cTTkFu
Ry+sQnbkg6ojzOV5h5+98chyABnSzC6N1/CeJnH2KfhvbvVBYpD68Ljn2mZj
Sg/F80RpECsq9i27o3KtUSkfTKLCB/bEzoPil8NlOFVStGtiTpJ0rArpjBOU
S+nsLSSrSSd+oou+6SxvKWpJhpw99+xjLNma52LsVOsJLkduArY+uKVSrDGZ
AzM+04FtZaq5TsgGRZb1UCsAROKSrPd5gSdKHSjIlsfMwJzDLP2YWIdhardN
El48Fk9tYupkfIOxtDtUbJmlwkoLMLMk/kSVVuZJSCkShWqs6i6b6bmgZ2ix
nu550un1HPWzmc/vBhbIFQnxomIhSecqPOGim4HpOsRqa4i1Km+JUSr0wC8p
0aygn3T6m8KI5EcQRqX+poqEAPEPk9BGqvhnYK3N0x8+7oAce0qQFPSYS5+h
iDsYnrLkA1+yHHShxJrvHH7t3WJmUiKF0ThG7V3lNu70PIulz+tIgqTDDtpN
fdGLnUzKhSR1nxmWy5g8Mokv37R0LR/U724LqtUhpQ5sw74wYmcZaSm1JrgY
DlNBgHd+my/LBnCsqm3gHfWeDZ49dn0onmvYmVWe1qodQptW8qMv6i3iB9Qp
KRfeSkx+1nJptvmGc2idxEJVmU1N6QkwwCtVaiv+CVht2Z2CqfbaPhJrQaIx
bIriFbRBVqngeG+N1Oabo+Pyoy5xwW63QHkHPdM91/QPVZ30FoAyhlrBhraw
gBQVV74lDo7GZIT7R2O+2eRoHNOToTMhT1Aoduue7Ao/IGUqQzqAQSBrTmUc
gG0A7n9ARaEVrk3goHlPexHNUIzrIi09ZFX8mW1PoSGwH6uqSJNS/eZMxX8o
kzDnlbvo+ghB3VfJmxvcGUXNv4DN092nIK+qwq+xqww4aqCnZ6G4I1VEUma1
94Bx2vMju9WV20xDJCZg62oIwbrdcMdffE0h1clG7U96ihlBSxULWqJxlae7
1z0rrIZR7ImFo5jl3BSmwhxeNMZiATOtAwG00TxKX5D32cHxDWsM1SjSypJD
4rlNPuveY3ZUzC+6BhEckKkOcCZBRH7sK1s+sYSwfQdD0hubPrhpg6jv2I4p
JvEdfh3Ft8pWpyuJTdpSesbCr8h+cepgHofHSVCQWKs0BSRy8AGPxiaBFAr2
ryj7KUNSrgwUXnGxM3Oo76lln36DCjkH9+wKC2V02GEJ+cRDtVUiYtAS3Ugy
RX7X9NzaqhMxZR9X4GS00qsPCI6HceJP/4blubBKHZASpgBnQ2mERjTFXtSb
pLrLQRd99nF8Xz2jp+HXcckFX7jHkYpJLZJbrNOv0Jtgy56PSRFPq/bKot2d
6E//7i6vTrvWrfHzAWxSFnlAG/87LLNGPtetcnwwekZLHB+Mv9H6vLK0WhhV
2KUEZQwTUeSMfHvUyCqxnUtGBjaCb8u+ohuFvWm3mhP4JbKxudgf2AVYk5Fr
TwQEMmdRjsXMiZeLHX+fZao1nj9jVWFThyr3IfbsmuikSmO6WkDAo8p+/Hpd
rCY4fJjH4/WwwKd+JjzeDM7+7pCgws0N0Li586IcxZtkB6JzRLCqSx3CQb/m
shVSqdUmq+Sw5yiHO4khlfeZVBu04jFX14wkRdNQZ9jOjxydgW0X1GHYKq5r
NyAu/TGjDjW6UByJIRbX1hWvV+zbXrFTU9vnR2z5VQVSvaLdop1R16DKPxYx
WSueFObW6lIjE2pCcpeh+wAy4U+yphG2d/hkhzcIiDhq6inAFCn7FIGKi3jf
42XRvXuXVlE+tHGjvVxTXMcsTNeiGYjmlsG+sEwTQNXh9d8SrpbttWmF9cBp
EdZNoDE+MHqgxlJ+VbrYjRXiin8mLlket9ou/Iy45Mt6jGdIm/RsO9ZGiBK7
uGaFo9pWCjKDYbxkr9NXOpUTR6k/P9xjbVmBlSGWUn4JqBV5gafDwl+I8joq
zr5o4AdH3QMc09hCrNKVOH55apmO9SyglCWzaPviD1fvrm8urtuDs4s2LKl9
ia+0tYN32+M5KUjD7WpWttVAbRooZBWxZ50vQPBXlgve4TNFeGP/Cxzqr0mR
t2dJdlvdqYH2+qQV0mcCJHTdPFRUz/DxZ7UXjHnVn3Pc69Oc1VHnQNlLaLZ/
ptP60HRaHzY4rWdASj/wF8++9rRCBbBrh4If5MsK/7q6/p0Qm1e/O3/Zvvhc
Ydgntz7j23l8SGVbeUP4+G+iVyD3tF/F5d0Omvpa0eXv3oje7FkIbnVrzCZj
49nNH7i3zZqQdos5WBRoQWG7NHWbLZLPpA/Jzude9Ke/RZ/7u6rCG/xFFWfh
S6K42BmNHa4IvUyMTxy+/5m11c/svrSSh8Tax5uFOeFBgeeIYwgCdFxqU2Lz
u7RK5uQvxW1rJqjYlbE8G4u0KEXOCGpK+lRapvPd+o9sOZv9R7TT/Tw93K15
UeujyNoseIgVn4ezDs6ykTtGVtiIAUZ/U2BYE7I50tHh/UfUqBqHlI3YEVRb
9aAIic+FZaK1Vd6zTP14CtZlch+/hl0uuBKf84bCNkD6Z97K3sQl0h9A8iJp
gBMTDZLH8cKpAej3gfYfB1+9cXAfc1OEvHJeCpnJSKZgg4y5pLvRdJmx4oHj
vHOuGAattFZeUbmeWmIfDLXNnsivnQgfWYiCNR72jsaj6V6/1+32juL+ZC/a
OWaytotv6pPksiTRTo++pO8cWPL33X53r7vfPegedo+6x92TbtwddcfdSTfp
TntdePtQje0uimHHvRwsCKLsyTfZ3QHc6Z3r+J5xctdacRTY0Ja8QDh7jnfr
Eu4WvHViv7V/HHyv707Us1/p9tQjtaH7ztA9fhKJHwzRWz2tehqQ14XXevj6
QFWp6nHlxYgSezfOAVteN+SzrXjaxuptqz6iciFahgk3WsNei4lVdoIJydjn
KKnYbU0/a2I6UhGCUc3D7yma1ipIGfazhJRozYKzNSFLj8+o5NXXvGABo6hy
gTUexOMPAQiOI93JaXvRmx6poz+Hrwbt/sGhIuEUS1ey3wcHzJ2XtZCCe5UP
FtzeGUOALalFOBOu6zf0pJFXWqRctaLXu/zMDdmWkXxafmqYnpbHNV495v8r
vnIsbsSlxTJZJLR5nHoDr51nKEKnDLbfRpE6ncKptV8ls9kc44yZ7pbMTcii
bqITjjo9DvWw2vUeHA7ID29gfXF2/spCYT8HRpWaj34HSDm4LRJusWsOZw1a
i49R8n+95ft3CgfyH6lFi6IyisXJ/9A/OOid0Ht/2N8/tgodT3R7BCtH1Irb
ENXh6Gj/WCOAnO8v/C7agEWHoPRQ3RBuEQBGNWBwLOGqDLM2+GhspNy5AP7a
Wj0/+ZoaG/5lyV2Fj+3giTL9qxbcyBxqKS4DRzrxrSiBAs3ydFvifdqYu0Gn
aHOeV9QiRGKBds7ySfKbbqfb3916X6TtV3kJ0sJ2XHZkrA5ctm366iqu7uAr
ckpvb5GQAnrgS7KwnEaAbTtW683n8Tj5Nfpvd7eu2AdwuvUTQOO5iafQ5ZAO
IhwWbj3IM2Ve7B/1etstepaLWdt1k07wWQyCpyeiKFB7P3KL6MtjtQL8EZfW
pweSoH0LHxgfxIedTgf4d/cZLCSZpSpJZITmPqBTz3mpgpbWYvdhgJ9kdnZd
qb9pa8sR/LeP29nvtw+67b1e+yWQ4pftvaP2Xr+9dyI7xId54GNrAPwUezt9
QNLzPOo5X+GXH3FpEX3Rh18uzvq8UvPEuPgE/23jEz345Qo5iP/MZ9pPu0+w
mByNx92j/iTp97sHo8m4d7B3FB/s700O9saH3fjQetP7icejw34yHk+OT7rj
o2ncPxqfJHsH+93jk9Eo6e09c2d94Fn3aNbpyUHSm+yPjg96cX88Pu5Op9Pj
o8lx0t+b9vvxtHnW0VH/ANZ2kBz0DiYgnB3t9ZKjk3hvtJ8AjvW7z/SrX7bs
f/G/X7a+BCtUhW6YKlIlvT5UtJ1Tz1W5fCm9yKsl80L3zIQvTLoVnGwHy1ld
uvnzROwckdGOdqG8z1XUNkRolT58Nqx1WmBjDw7XxkFqxITv9IbIXEfkRiRe
jcDrkPdJEHdjpH0ShN0MWVehpn9WPlqiMMgI0xygAHzMDe+h6J5dwsOtP/3b
1tbNu/N3p9FQLC7Y3OHMKlxkN5mXhATEyMlDFs9hthnFfUwo1sfqO6va0e8M
KegB41Djss0PtvmZNj/z5QtdIF0dS1Uo4DIod/BMe5Z8SmZSFwM2B+IpOqa/
++47N5btSgsP31HwqxUOyW7Ahsg3Nslqn1XNzRGsQaGCUIPm2nCkrOPeNLXI
tJThehdMQCN6SOwEXpKQ79Ks0r30xDoh20PfRSn5tWNm6ZFVrEqFlnUEhFbQ
Yg2EVtiigNB++p8LhHFpF3xCPcUCKufcU6YsWUCLh0WVU9OdekLtI+EbEkNq
qFqPSlAoG3j7m8O9szHgA9nObj0eXaSItBXHY6qUJEv1aIYZuyDXw40iGBph
5zsy/+HweyNj+eQbG+fsgO6w+4RwBT0HpZizU1M8RycJYEofJwn4NVYk/X9S
11Uagvrt3il2qQCnB7kocrXMbaduFTantluZW4fQUiqeznDyXd+mVJk2b64J
zyQNGr0hZAjYloC6ZLKNYSe6BW6qtcs724W/YVTA+nAPCVBvWiQp0CaMoKww
/pjNtrZv4zEbzahdnNpsQ30YdehGMM2k+EG1nkxleeNj3o106285Ke1e6iQ5
AW+Uy08lmtK6N4oN38gKsYIM2E5IXIJONsV4m9KPqbSwySsxppe+WdN7t5Qb
hT4zBqoQerFeZLkupxVLwKmKuJJyrtqBAqvgSCGVis49XFdhNkUI64x1Dt1b
G3DhGZAo2covNhPrkJsw+gG4PiUPjqHajY+qZRHGGg4SPkwhw141ScyAtZ05
VnyzAsqjb3qmSqkm2psGet6Sc6A70Qts4q7LryK5rC2p5SNJPbQaEMAmVKrE
R8Y5lTaCateqi6kbI6oEHvFCmumDajpOxaSYluikoCCV4PDVdXSBK4qK6/Sp
FrYBkducxn0liaPV67jBcPChFwBrKFelCn4G8qI83mgM9b/CYGNtz9QPu/nN
YYF66dRmaUoPpgmaqh7U50Mz8+b5Nk9MwqOIhTOrgq8KB5UCe8J7qEO1G41p
m3zNA81Ld1wN4bwtVWjEjTBbJRB0oisuSma12FUuw4zz5lRxI/gbC3Txtvwa
c2TNdvtKs8mcqA5JPjENicDhWEYap7S2vzopyWCTWYUTyhO8ik4q3OorKLuv
F2ZoCNjuWC7wgVPnqtEz2oTVm2NSyI1K2avh1Bs5/SJ5PNb83W7RLwIDA3At
DWDLJsg+NToGaP0GKLlWC1T4ZaFrkTiufHTo2oU7xIfPfi4UCTNPgbyvB5K7
WUPrtWclnQYhJelOjYzCTo5WxcTHFstRLOIpXalyWTm8iq67QJqK7COnDGh6
GtATArLt9VOAZ6lUHMhOReXmYtKbk4xv4LH+L6IRgKyVAuCSBCEIDsYo5619
2gqLmjS8R8nul1wmuqXQcO3sUyyM9QSisVW9tTZEYAeu9cDZRStaAubMtPbD
GlQptV8emWazRmS/p1x42gGK4oRI2uIUgEqRALMgA1RSFLmuJ5LUam27pr29
euMEc0xYusg+JlZaTAMPi3aTjatsjPfGqfqeEdGR8U9t6wcGxiD7s0SsJbcP
dnLAKZ3hf7y/hONTngMxVbsgHam8ZMUXnsXj5INcOPt+e53fAZnjxQeiLx84
k3C7gQCqOsE3hv7oXBBnyVV+HxcIJykKVWtsYpeQSD2bgSpp3Inel0umM4GW
1tziPqYzmMBlGlO5VE7ql0ZC1IrCtthl2FugxHBeXaGZCtarzukf04zyI7VL
gE6HHAucfJbP04prMetT1Pludk74s6L0iaqDL1YNBruDh7JixA+R1DaK76kZ
9HQ1iQcxico0acbpN5fIp47cVNqNhdyIKENELBOw5Oerst3rFgPL5c7vTqEn
U8fUrgHk5Fq32OZQK6PI4+SFrjvF4pc9fOtrWr6z0juGP5Td2kuflANxpUe7
vad9wl6u5WNbDgDss3B3AMP0/XuiM/dNQmSgDUE9xGyDFgPsi/E7PFR3buKK
SeqiajJVTDH5gq8BCHRUzDhFoGM08H0y4q+4sMVuoP+NLmbhZXbpa6jua4CS
dYJqAecL/HhjJJi6YOQQz8bSi4R32PpmVYF4tU7yXnJoZn2+sId2pSy2bmuJ
9nMq5SA8iYp7Xb2oFTBoqJnzgV4JZx0xRFRgPlXjCsMl7Px/YriEJ2mGi/38
pnCxouPWwmUDa8ya2jit2kX6CnF/vTYouVLrAb4++HQFtHX1UxVW/fhSRbBQ
NzBTvKpwCqH8E86OzozUp+QeZ4/oShxRolexpNwrjkdEz0M8SqWcWSjgU/Vi
5phPbMiw+zPCOC2GJLFbd8+O9/b34l63143jfnd/f9zpdDDCsiFwUsbRFA/+
2sPQMIzp9EjqMw4fA+0NdV+46BRwhdFde4fd7ppYPQG6Hw+lPnZi8bS3O9xk
4kqqXWA8VPBk24B8odN1o6paRAtiI2wYJcauK2XJITtiLYAvdr1bJmy4sbJL
HaGDMXzxcuJE2u65UbmX2WsKd7nO87kE86VAFOw3DjEY76h3ctzvHne7+sSc
ZzAott/dO4D/Hapn/CjfEzUzlhMGYfrDLfYLnKNU+mGxLfG6Hl0LRP06Mb/W
Q/K1CkY0P8f/FbCrfv73C9i17mctXte5m3S3b5RV1IuG5CJ6q24+N4aikmWU
fIjiZnOgvvUuFzrDxkVOxjbf4XhEVFMsBQG1ritTs+DKzIdYB+US4JN3MOcE
aMYcA0OoijRlaWuGxy05x/lsOc+sNlxp4QXa0I6wjrtklupxYt17dfu7bVJj
VW8w4OQ5Fd3ksZEJJDHsEMkusD2Xc11M0iovnpF9j7rjIeykdBuVjkYOxg5z
qiMCC/+MHYW0jCJlqLlmCxW22GH+jbtGFfchqSzDH7c6ZQigWURetyyDQGAv
B28HHtUcHDXisfPzHajWi50jTBKMunsbvbDMEHrJZGeP3jo63OgtpIc7/f6u
XI2j/cODw/OjLhDag8OLo73Dl0f9/ZPDi/2zw5Ojw0P47fDooH/4Ev53vqXG
aCL4tPjNlqEXf0gr6Q2iw8Pj/iGg6EZvGQbCENt/3KT7atKjk4MejrLRW4Yj
8aQnj5v0hI/pOOodr3+Lj2nfP6bDg6P+YQ8uLv57cPDy8KjfPYRjgr/Oj47g
G/r0qOseVZBDEgSOo721yGZt4aBHC9rfDNxEVHb0HgYvzs6R7aqJ1w5iT8wI
u997xMQ9NTFP2V0LdXfKY3p9sNmMeHnNfBePmKZn4NPfbB59d3Gq1e/YyGu9
dbSaKCns29t1mDBI7f3+OVyALvx3b6/XP98/3D+E/x7gf+GTI/pvn/57suWO
2CgNWXtZfUC1o+GfNQfkHY3MtOId+2jctwYrEJan2XdfWDVT8zTRilNtOE/+
6TdRse+iLLklw91O94lW2G9+S89Vf+vguGGR6sru1XcFP+dHZ2cgoJ5foID6
4vwMBdQBCKjnB3tnh91BSEAdnL047F+cnZ2DZHp29HLQPzo7uWDJ9MWLi95e
bT/NENf7qa/tK/fz8uTgone+/wJE30H/7Oy4+/Lly+Oj8+OL/t7Lfn/wMvDK
C5B5YbsHFyDznrPMe3F0Mth7sX9BMu+mQq0WH1dLt9H7UgtxF/IGZ/dgkLzU
J8XQJVaKryntJrIiv4NpOU25QcqUjTbZel/zxtwgy6zDE5DhVhKEWKR7fBrQ
DvcG0rKkUaBJ1dfJGVJFnaMHVcVBp93P6qA2EcPx+6IpiwktWFLReZ4rq7/l
qDalbSzXvkBKoEThUw6MvPp51FiBXSJVEWcljSMTlKoo/STvSNMkcTYlGTpe
SOYdWUGnWOUnWfi9YNdb9Mn1uM2mlTLBFrXbUTvYI/feOZd4RsH/HIPFNYzR
95aMl+SlsNGoVCZ/445QkMACDNHOWSsavD/XdYzOVLqjjm3BAuhre/pgQ0ZT
ohtfcRahNCaYSY0fKF1v5coFxiBDLOdXf2BgfUgnCK9w8e/WRiegvTClWImk
z52+GpLMNFXGKIysSO7xbCjyG8Fthyjluh7miniV54XfcVlXpzqzC+dxVLlb
zr4k5bKy6zuSk5pK95mmrlKBubJQS7m9gZYkM+W/XcywUQQdG+MuZym2PK2W
7emVbsuOgMprxzOoHPrCVmZuaoj3hy/PRpfVRNnSFbnAdmy+187dXeT1mMT1
1pClVn7KhRdhkT2mVppdp36C5dDxL0JJKiOKl0xXkSNTwerlhv2Y5pzreL7K
T+k3lvtWu7QuqNUUenPOZXcccg/cYJNpeKgiFHRxCTI5KbrRgtU4zegCC9FB
6Kol1ikXybqsNob7Y4HpNuKoJfxKiBrVju7oxRBD+wAc7YPj1bVC9reNRReW
tG1Mt9ucrLJdDzHcRu984HMMPdz2MhpEBAkuueE0nbaclhxiBQh5V+BJ7ifh
wAqIh31B0vREav5y32x1Xf0N6269Oo7PCeZsXDoZ3dR6xQ2GJd8mEVWhrYFU
WhggT18u4IwTK2gA15RnCclVFH/Bt1FHRATg0GlI5SbhtpbGLe7OQDI3729t
QvCqBmiN+dat9QnXIm819dZxK/l5nuqWNi3HoeKDoSxtGzo1J3kgT/vJoRNz
KazmZGpu3bAipVrnUj8GdCbsYQOgqXZO1809Rov1PUadhFe8LD73eo7i5V/b
VDdIp8CuKNt5PZSImFD4o2g+HMmaZpP6OTg8U4JfVTMRyZZE7UcRs+uh0I2E
NSmd42B69WqeKGOu7JIt6VCBTtV+L6yjTdqn7FIKYLC9tD/e8UbjcdKvnwpl
k8WQV7axT4/ZsNtTnJBRJxx4jRA2bOodGFLjWRnp3mZtbygNpLVdvnU772er
YuxIv/b6gW/W/hslcwGP6UWC5SmoPbKZ0QE8HNAwnadwNLpnvWFssStH8T3T
+7kehtsrXw/d03zUkckkP+fMTNzwP+uhKRIVPjhsw/1mWWHKg7ckID8cYa9S
Y4270OpQZuKf4VGnmsDq02Y6WVB/XE5or6p4/BEmWEqqMEgqs6Te+x2NLBwK
WyXM7NKJG/KhKjjEtuRuZ8+E+zwwDV+WahIuwFAPX1/f/0vCYzFm3HQLvU2r
FDEDG6dgqwhfMcAuAaoxAUa1ChTdYK20ehQISLhJre4DJP2JOKeCnH2slSqM
8Tx34molPrfj9YzROzyjwtBk/irdKhCyQGe3lq5mBcc8qHp+6HpvtuzsKHYb
6ulWqUhmvxhDoHBGY9odmk1uE8MN1bv1rqBO3s36ODg2nsQmLE3z8KBgZrqO
eNFNqu2UKinhp//Q0lXvDqdPCcn4+EqgU/aa6hShUPCtrQGX9IT7DfyNtOBY
p3xVGjv6LaZApmm0Vhk8FJc8IYkmT9FlWubUc/ish5VVT6N0F9C/4nbaAeSq
9bNx6mef9cTqbNa4M48nSXu52G3e+/dRCrM6xA7wPCxN65Dq75VcCMQUX8fO
pPNFJSqTXcmeaZ7b0w91N715cgH0lM2SIDmagfpLHxtDsjmFUodXA9squEiE
LcVbbWavh7rLrC3vhnrNgkxNT3xx+qBzfHnZCImgFC3LEw2sIU+m1/XLRNGy
r1WpGwyJjHYkTHLXrBRlfyyphh/LWq/r2fiEOqjphWJbH7GolY1gTSkTWIF0
Urd0M3LzuF1f3UajXEEBIwEx6qWWSu/3nbzkbuy8o1LPgO/OU67CAcgyj2es
TGi5bk0ymSRftUzLmSJZmPQBXZKrugskXaEuh2mVQHdniWmgd5YPrvi7/U63
G+28iCeq6iIHDHvV/IlUcm5JKVYz3RSeKKMpkO+SlA0Cs8XwNbTHe3Rr1tBM
NU1dZrJy7cyMTxHPXVvC2gaCTpipRlVyJpXRD9fv3l8N1QLFs+P2DNemTJ3I
ZW4BhpHxNaAyRiqUDF5gVvWDWiWMbLUL4HSU2OMW8kpHP6bGwPPQqKCsufCB
eVK7dqq4AN5hzFq+KVQqcWtsNnF9ajKyEo1VSZuQbfguL60ZrofqYmY5w0rX
8JyiCPnPcgX1yclpvI1++5uop5DAPkhBGndjXl0x15njCjVfdxV+cPg+32RZ
kza6W1tf1b4zOuFU0I0bu//oq7pGUvC0HxuCzhJKDw+QU2hJztFaNsvhVqTS
Uj/dLdup7i41Crzq6jeXEsjpvpaub/vaIjXHXmaqWrFt0JXUsuNfWymVE7Qs
ztFR6BHVLFRQifZcZ5WraNYv4X4edLp7GE5RYA5r9D7TnZMZAX8VvaV2nMDa
WcOLM7s/p4tpCtpqY7ymIM5alQRUFQTv9MI4JItyag0aCyYQ9vhzOl/OW34S
LmidSxYORVguyTTDpodNXiOXO/KDZBYvShRwZnRECJC3PhyoBBgRhfDutSSv
q6np2vLkQk5t+0eouoRjoW0mCopv+gtkXPL6rRILUe+Xci5u+YGGM2HlM8nK
ZWH5WLm7AK0aZ3A0yR/gGhlPpWNO0hZvki3JI4RaspgJvkezQxNb1nqRQ8K1
7OUp2YlKOsYglGWRSeQNZXHzXiK7sgOFxbBpJqCO0GaQcc/qOzU1CHIK0+Uc
fzroUKZ/MBudT0zVpBNxP+f+SipgKTCYJmraaGEEQixyIBY5K5E2SJkbcqBq
DY4CUrICQNC+/lSrArQsKixRDUjQioYgGl+yvwdL42BRa/PbD29U/A+FW6Bs
L1E6vLVLxw2LeLrD9boY43ZJlNUzqHebRXotRZiRhmYgtSoTKfRo6cSM61xK
d/wf3qyfIUTSnWR5FNRoOlem6Xd6ncNN/Sy2xvwxSRZ85+x6j8sF6uAT3YcP
Ca/u5/64gw7WTXUwiCs2cmBSqFZGQ0efIvlILMuDRK/P5TfWAUICA/VrvU1l
wlYYUclsw5soHdrW0gRRvOwkOsRj5VwR0vkMoPnMzRF8HKADrRVNKXhkXWSx
VWXha93nGgTJGp4ddiSt9pEAPvGOZS2EcZVmeWGYaZg8GeQCFlgP9fQZr2rs
YLbw6Lse2qdZ7M/dKDW11L1+raY8WFejXGUgDi1XMxFkzHD86Nuw9GkPeQ43
RQCUCjHWCg25ySTlrGpPx3xCFW/gWQPJHMohCOyEoHf53NEgGJPjiMixhFP6
xY+aoegUDDMFwdnKahXsCDRvcHxSK1EL/TiYPcf1uQyxF5h6htWmqL5HW25N
2MaQCwp70Rva1MzPFWWbCw+3ncLDX0yndNXA2y4E4xrEdIHauuTqlADWBY/F
80a1epPJGlHKM+QDQFx3GWoNyssJoz5IPac5aoYwYcFhs7TH2cManwDbmbHI
sI67QQVWWZoBdXxfHl0SWbHFvFnSFU+xg5iq0C0AZ5LMkiqQBLDD4T/3wZA6
0rwo558KdeloNzgo+H6ySy5MS3PHKTaHtltTavBHE1NRvwqOh1GCoFUdHHOH
uA5Dm+KACZ5qiKBhzw3Yl+AtRuloCAq1V1xfVD9Gp6Yb5URAGCMEfhKsxx/w
pbi9hRCphHY4d8sJ4Ro90E1nY5WaYkVwkGUHXX0frAj3BqavQh6t1cHIdgsU
K477LrHAHyqi0KiLhHvRb6wbgQYI68J3XWrCyQeojtwHK6c8vg4NY9G1qn02
pNpnDjpZdgNSMp0qgSudVjVfGItcsY2lbBRtxlCHgWuSZVMqr/R7yJu5OVrY
5eIpRDef811ai6MNhrpYVPNNWC9ZQcgC0NAdUcJnvXCP/x2FA7T2AyI+1I6A
Alucww0WW+XT8OtausHZaWkbBWv1x4zP2U3GMoYa177WgCPxmht/dvMHXiz7
hkwZQg1rh8i0bAnCi6wJxroo1gaQV1O5Rmy2E8ta9+kWvs9Mfctd31js7Y/b
ZW+QDNiU3RZKBqyMsVO3MWBjsefqeJIUwW/VQ8wDxO9tbPTCGjyI2AYQ5soG
JBOynzYLvrXanlMpc7seVx1MZduwU1r/eqhOJVHcUSQguz7hRtTW0WZX3WSN
75veD30zxVn/VUbDEPVdLRw2WS+9dayb5JsZKeuqCeeIBOsKfkSGxRsLCBLk
F5Kx8oVAVPBBZE5d5k4weQ5aPFt3fmDLOhonUPuiUuRMCS3n22qSGYJbKBJO
24Q2tTs+ymbbGIaxGq5PDU9rxQzVa5h0wWFvK+BlZ8b9o4H+8+3b/mICcDKT
/LOD6cnM9I+AGs75C720N3dWipobZKfTOCuVAUN5hkqe0KzEaSHnyHccEx2M
IXa0cT/a5M+wC5dDrnfLbyB81dbmC0BeUj/GO2S57tKFvj+rV56AwWOsT7WV
vWgHxPhROgGcfIp9WEsgHUilCQTKsT/B6g+inTcJDDqJ3ubY8ABEsOBxgBw3
BOEbRZ83y1mVUqVIq0IkF97FqH0s5KeEvrk82l7kC1TPUOYbuDLUyohPFujI
x4QXgVP00ZRHeoD2pjsgXXB3yIYOUCYJITfpl7rCqOtQ9WXwiZeHIVYCsu4o
l5Kj/lFsjWQyAAxfAWw/oa2eRrY64rhdTxUfdapfMyTYQ7cwbR/YuEpJ/FgG
Txu64sqATGpC4/IJbOpQvHIRjSvXPZqsr9bWhchNWobSc7nwigQWoJkjHwPt
1HX2TGRQXCZOPK9wAQkosD3lEx3po0MPB+/Pe3zCHL+ts9lVkfK2/Wi/5hrp
nDg4yK6agY6wl2Skddu340TYJSP2xXuvekJ0w5HyN33XlupnrsNjTL9K2iG9
Q5lBVCQU+MvVRe97ebRvP9oPPdq34vJpWh6A9voCLflmVUhLb3O5rqMVCO5a
Df2OgqA0TAFrW1bvT1X+xgEHr5zvlHtcdn65Li0hJp4HXBnRt5jDqdT1Qst9
rcyLqvLiNjOxksFkRyUplaoG//XQqpLDzgxNiWCceZph0FSYHikQ4e8a/dLK
r7Vg8N0JygWccWOBf+DT+aEf7FpHh2Kaqa3D1dLup0ZuHGeyn4//KpqKlxTM
UPG3aHbYomOm8KsMVzCjdCK/4yIKbOtL1WTKS4XGZdmd7Tl6+quKtIoSnqcz
oC9MxsRnhe0y0TZDYSs9XbqeQpg4m8Au/cC1HqzqD/W7vulc/UfP9Q3Jwo+P
54RPeRfdUJbKv3k7AIM7TGhs0dO8QmmtKj4hYOiZ4Wiwmlk6pzJEu/aNJv1N
u0jX77KWPLWahtGNKpIZZqVT+4caJVPlBHD6i/NX77jckGxfl9dqLGKVTO7y
sdJL5HEybxFhVxlwlAwb/5JYpdwJu3iSKtMUu61GPLUuABLngBqv30ZTPe0J
fPObqQXG5oJpInGSPB7GP75dcFcx047LQZlwUro+C5WN+Ph7TGBWQFx7a8s1
19YOzJGwPIFcuUhB2Tep746EvS42Q8cVYMLhREu6cn1K4UvwwMygXKLEZomR
VZ1SlazMCENUC2GGf7RvpROTuzzjV0fwxrd28S25X9zlTXkf/BZxCGPVmdav
AaZqzaWZIHuMAo7YP6xhJDbTyxxd0TJmVyGO1WpGaB63tENUKRs0QYsm2GXq
rJ5dgkMUKk3Pqdts9/USec08RHisvU3Wo17O7mNBZRN8BZMre7fYjEq6Ral6
blaVgjUk6+kgueqwzTquHID9HaAvzdOd8NnSxDAYN654g9zIjdLL270M7q70
b33JFQg808HNh7cXPxq3JR8rAcykwkgLeRX8zm4o7IyRcsazN+C71+faL67o
pqhEPBuF6huTBr8Be+dARt1Rw8kIa3QXAQDQHoRdO2cPduRIHQBEQU10FMdX
cacUuPBWa7hdJHwzcivKm0gdh6Uk9go8ImpuJjV8FKlSvjE3MMOtdSJmL+yL
WIo9VHeqbYVCCspw7AHlQ+kmp9QnlK9OhuEdusM3bYq4HduoMp0hZdLVqeDH
Aj8kE1RpW0WURJb6VBgl8SKepAAKTmOrMH5M181gE9AsibV3vMIYJTg5RNMi
5xQgNWMnegP7zsnqBDNZyUrupNJBBmYsZikxTbTP4MwSYgBfohTgjk4EKRfc
LpdTuIV2/SPGo++iMx1+caZCL/wuvbXyByyN+ZGK9UCPra3zZaEKWljqTrjc
hCEDdqz7Js6Y1HXCiB/hR80o7wDZqN6p7bWxMvZXRyCHQmmb4z5POvsbBtV2
VHAT7kEq1VnCDaJami2T5iixenyXhJJ4cohY3mG+nhM+aALf65EyTLZ0Ecf6
fnWFD/Gm+8YOElNUgJ2P03YlqPCoft0QN8BPlVAjthexJqezqzbyO3NIlJ0C
Hopa6wTG95yx6QonbG2SYFc5e5I1mBhA9tqMa5Pd653N7BU0W+d1I16XTQmO
1JtRr9xL6ARqRTGfYQDt+j7dsPx+RxItV1SSqcebDoZ2vRrEZcY7nV2hSsbx
tSoND1Ilgh3BpAGbC31HNqp0yVfPxLrU5i6rZLE2yHFlQQ7dhiY4f9pU0kp7
KSanlvnEBEk/hBi5ko50hQQ6F8PbH5knxdKaVemWQKIG8WUGpmJcw6tUmKqx
To1LfDAYjK9hCJiiuR3S8JicZYHoCtS3p4iXWNja81+U2PaYoHjgOzIUH9cF
KvGWVA8goumI/edwF66Hu1YpaicC9VMa08fPGerw8HMgnFIQW8dJu21FMeTD
MnRwH6bD3p6Em7EK7gDEU1FSVxPtcLEEEjHycT6DY1rO4IuZLlCnHPJOFFuI
jwKsaGmHrpa+o/TxVzc3vPbzm9dD3C38s0sB8abUNzWuZi9vYIeiNTdB3gIz
Gm3sHuycM0HReHbGRC3aADVBTFPqRK8odi4tA8+UTtYFpiEvtQ2DnUKq96UG
slN9bO3q6wkVqve0VQ9OsEaXJqr3lrU6d9f8wG5tuRDerRzQvQt0G8/TchwX
WnaogU1dxgk/1xbuzZdS9VHOSfdrlDKtGFYUlbE42AJ5O/kxQIaX/s26p/KI
HDdjwgFLQUCFCohRWnK+R7ksBVPKvBO9xw7NOFY4McdaDd1uNhbLpuwwuoaA
FhXnhesH+nsfP7DNHWi60a39yiJ8UqorNCWIShkXotpfmSmqUmad7ZD2Oaar
LkLmmu2QStxuzmRiqI8eLLcEyPZFjrrYo5ta18zj1nEMX717//p8VXZNU0IN
4e8PS5CVZmT9Axhy/xIdmnGl7LP1SAz5RmV31Z0vzQYkT3suEt/EvCYI3IoZ
XEr5wgZbzMrqvzvlruKFutCQ9qo6B6eZgWIXzvo6XiYRJ2GSFOLJFz3DrBSU
qJyfOpm0MocT7VwPYYGY2qI6mebhtQYU0ntxHWiCTaWyUQyt4HFdiFRVr7NM
XSJHgPSDS6C/UNvHCy81JtG6jEvrOJmnk1yUQ2stdKfKj4q8c8VuY5t0YdM3
zTMYSLIE/KNhBdoDad2+oAuEKfYeUexhSpWlagKQtrLFOn7cmPqy5DavUid9
BjZkYzuX43a2z8oWsXbSku/yXARZkWrqy9YxRVYtaaD2zBINdgx0ZL/mpjd9
pGrS7T5RhaoUUsTOMCXVEOfz8FA0nlHnqoYobu00LGpBiXoDowfbLq8sRfe5
ffCCuFozfKY+2bSHtYYD5vOUy7kuWbxQCuXtsghlXi1yBKtpCUH5hqpffIWm
TywotBynHA4V2yXGEhTH9aD3bNMLVZFDWWjTnTiGxqY1+qFPKkFB99AETNsu
yt62eUU5pGq2SXSHKviDctSmFz/ckqtku2V1QrAu8ZKTiU1MYDj6MIgrhNA6
GmcHxYZddbsty2jIZsIno0myj/I1mN5g5JFs6OfvZuU+JPfsm+yiX2/T6kgP
upwRVYYqOZmYbXKVCW3krGXEAMsi/0k7Aol6T5dUghvUZm1XpsVeYhnSDLTU
8yKeVi0T16iWwFxmlLCNnpQjliml3IGW6CxK98zqRf7MbnoU6+Y7K7se6VgT
kAB4m2Uyj9Fi8+i+WeyWEN8xXybTTaPmPgahGGZf5TwWC65yIYn3glMag5m4
DlIFiKiIAMRAZyArl7Iaiv3wfC/h2IYWxjkyo3vgQGYeR8tYhhybMDXBYyIL
l4EodWd9ynHu9Pty6r9bcpp/wBskTwbSdXXtyxBJ7VirXrPeKcAgJgcSnpTR
vN7ESE9R3iySKpiZYsXv8zsfyAb04Y1O4h9RCHW9XGfDkm+UYcgoB6BTLUsK
+NDxiVZTMG0NUzhEXyiiVZOpLBHk7ikjRoIaiRMWommERrmRE2Gi4oHTaRP+
OIjDRcuEPPzsjBflw/iK0YBQUHzLZbRD/17vCk1fZloVZDhrbUHHJhf3oC1H
OwXGb5fJrq5+jxQKkIHNo/Vo9y+mY4wiK6riWVYP0MBsQImxb4jRtuNevCDy
8H0nZb8WLhDPkE0wW1H6IHvqsAnMG8DoFKNStTlylBftuXwqWZvUC8+0qWrS
GdlnBLiEr0t2Ls5RPSz8UgOEwaj1JO6EbTON2wL+Nv1EBSGrBI0Odit4fatg
DIm9/1t0pcW6DLFd/fyNF4RZC3+Lfk922xtYHHwB7xiPjdOc9G/RzYtz9avV
M4feMQ6Yzd+p+x++5h30Wax6B9ukrgawapLq4gFC8y2ct4Zg2dlmheM322OU
IIptCyskovRbYgRP8bOwgfs/ESZsigGbnvpXnIDAbCX0uVltCPLfOYYWm8qo
G6zsIG2XCqmuTfpsjOwbaw6joOe57KnuqxM+gg+emXCP6CL7lBZ5xgb4HVDa
dy2tXen2lLp9c7cUGZwbbsyc9mD2hoxfzbEBcNuVhU50skzZzZ2idEKQZb/K
an4qEb9iJ6zRzopxHZM1gfhJcjwlqtQvJ5ohO6LmYeiz444iJclAEnhaGm5B
sbiqIIZmL9dDNwRemoOq58gdF08tJKBwEwoAC+pfdiYOu5JV9z97ShUHWE/x
WJ+MU4s3Zq5ov+RnkcnCRVPQ1Uy5a8Ottg/K+yGlf2SeoFATY+J20EI3RyIp
S7lCW0qhmvgJSLIi0guo+Ky0EXzQtWoRWKzsFFaT2kLl9Jah1Up1VKc7ouRO
sbenJqC7liSMmsKusQPVoY7jLSxxUW9ARFz8jEhpMA4iDQA0LV2rob3fVOpb
qDBKzxdl06s0gy9SSXZYRztAKl9Wjy2Y07K8ujrSUJRjt5OIG+TtUCDnwZQq
sLC1Tlcl48BkrPWpfVmqrbb+hm8Qfe1ay1siZUpRdB4Qe9/hB8qSHiscsBNE
9aV0VVNd97gWcuNWzmDPqx03EHS+6l4GPihUkWRJT/ZoJbwmYnaplQgp+/b1
zfJEfXiaPnmqlJIiDBgzt6w4+F5pCM6iRdvi8B4m+JXTIIvJwRzEiIRM7rdp
hRit6Iql2qIDcmIxGhMKKTN3rOYNtEtbH7U8LxrGqm6/RgqLzEg5OqpBe3nF
jwA9qKhCJIfhKuySdzYHj3MWdQjF5gGPAWtY1FrA+Y3drDQz6gyngmuU8OiA
zMWNBqiRHVGDzqVlIVh8F13hKY8bRbQFf/0LltAcIivLfQr5bFA6n/Cp10uO
rZpxPR33ZjeJVkxocRmgTWeBdnosFi6tagWahKJ7Bq0+s5yC8k2xHWY1YgyU
wBq2gEpwN0Ww4/oxVtWrwtGhNtVwwJNPaak7dEl7aFjvLK2qmTefJbNRlDms
Fxg0tou1tkJBIpyBzjbGFUU7SZpc78+1wdKKHhK71JKJ/SxUhBjbl+tALtVl
xttGYc5qv5TWwt1kidbZEeoDyfNBgWzOcQl60+Hq8SULDbLnJC4Uaw82z9Jx
9kpDcSxepnsmsz6+8/XqmJqcznIn08Ais8L/SipKWKoGhFGRlh9hU0SkCmzb
6AbB2FM9k0hH20Cus5zoDc/Bjmeysspfmc9dHGOzIPvaAHQfW9FkqUvV5iNc
PCFrCbjQ0ix9MoHtSYuFCXlOBGP5C6TMKtBRcy62RV0O3g5CxDKNs7hGFu+k
JHotIploHg6lIZOjahCxn+Y0ukInga4EHm3/9NP/Obx4/fLLl20r7BKez5Ym
X9lP1NQFVqUJMzVo5poZSAZ1LMY1+f2KBw5rx32QoTZH3NMWWtBwcONUB/6j
5LhMJt7mYOZC1/TYtifZFu9i8WCbvLefgDVYI4tg79ZR1UXbmqKwjr2wLsqQ
egt35zSqJX7BN+dUppDKRJ2q7VkCc0PAiJVvEmU5Kp7GRPTzgKC5GbnKTS3b
+qBOFp6bYkMybVPoGKs91By8Fvn3qPrItevcAXiSVYnMW6dkoNrhIFUFOLbu
9/d24dHrhDxMY3hS3wdC53cIL8sOGEJpQWf22G2MzWmi1axtfxaDeY/GuV5P
1wk8PNo/8ZBOmfbgI2Mdfk9y6Wsh1qeuLxPhyDkjCPoCFpMAEbm8uHnpg82M
DsIHrMAC5L+Mit+aZRjL4bdYhhl9zTLq5uRvApXaLI9eFlq5/z5Lw5lqywvd
AtdgG7gTnGri+1Ge4Gq4U/+iiX+v20z9rYuobPGriNTBAVIpY6o/tc3sm1/E
X0XvCtCwMQpjqCIAGIU2u6xPvtTmy/oVSw1e6KeH7toL/SRLl0v/d1h+6NJv
tIXvxH36YzLikmjRztmPN7vit1lBFe4r5dD6KpKwYtKfwThPtBX9eO+kL9eV
nWahS0tfOBKbFOzXLQeVqHJ5Ds//6483zmBvnw/0KBsdLz/afMiPZtIf6Aga
mZG9WJcGrN85Ph+p538pOzebaNg5oCmmvVx8xnofwGVfx6NkFsTiWdlO5Kn2
DJ/6Gh2mPlcDM7vRNUhexw8c88Oy8A6l54Skxq9kWSov6OCoeyAl/blwti9j
KgnzeH//SG6KyNkXf7h6d31zcd0GHtq+yq/aFHTUlv4sgyGqObDs9rvfnUZ/
pCPSZQ4BNWpn1pS56h1du92ORvH4I1sdWXG6tg3yeHaibzrFvpVaTbnMk/Rz
BMqHOFdKm+6ZgENlsxvFlJtiGsHaxv+aPZCcKqbGpQPNs7qU8G6hSgu0JKyA
Ag3mVLfS7xfCIXKgRH6S+PIsQTNJXDw4meskBA29NsOxVRzUK5BHRo6MsGaR
l258OqzzlMpnakSqLVsiq2ndoBniMjHeYd1rslsrIFOFw2LjDDoODppQH1vu
ZaIN9eHt0vNu4p2OevIsgpi8tCxJMT2lhL7aOPU0i+YhbCM6PJUW7ipOPTOU
Tud4pErsrPHOzQuws7KWWKMBYwmNjIz3Vkfx0wqsoAGu4MC1gdfYRnEatBRQ
A6BT2IYU3al5dVxnjjKCkbnRM9FVrkfH80F+H+WF58nWHgpTnsXxbngjWPAO
O12e0tdiInn5FHxTitS85UhlavVNQQr2SaLZz+QOuweiDfjGABRqh70J/lQN
ESQK3TEhiapsIp6hhWrGLqKEzrBEkztuDw3qqqFwJxqgT0TRBbZ+kwOQ4qDE
36ZB+9xAeVdam1LZSjaoW0Vw9DKjwDpPPZf17BZ0wOpuXn5fO0UnI3uCbDQd
LfV0Tr6fA6o4gqv8F4wOMUHjKqwhxWtQM/Wppn8mpVMOX2/RkM860aIIlRr5
QbLujHdK2bzPKR1559co2TxHxvucIbG7hjKunCQplKm5IWltMHzM7On0uSJX
QacEM10mCi1xkyA240tu1WbPyM/MQP/ZxGu43IzirXiZORVRi11UGqZpeTyJ
xP5xSOn5+evoDdCamYknnUxmbSQ/ICn+dAqCAvDqNCumY5A//mfgh8bY+t4x
pm/V8Cj6TXSwBU+tNpFsWSI/2SjhtaPeliUO60/7W4GwTPh8L/A5hV7Cd/u4
ghUa2ZavceCqnen1p30aCtUFu84GF+sutz6OxyU81esFIUaBhtP01gK1Di7E
86BPtgE/KhTH2hJROEumFccTniv3xnvpK6OToeULaSFT1g8QFIPfc1pK1O7u
ITlsd/dNIZ/uHvz5ZYtEWynyRCyAA+5D8Ug6gkx16KYErrNaWmydJr2Jpfs6
BsHp0iKrMlVyuQ/0+oukQmVE8m6kpgMJjDpcjWKwJUHPT6PlxEIa6Qp9S9jl
HgmgdtSuT7Fhrl1Pm2mxxc7iNSR2S3Fw5VcHmrK8vWURmxdfcD0RfBnb3XMx
RE6p4ow0LlonqYSExnYgrdgc8tIkNTC1UFjBVbvZtYYy6DT9nLConWIC+6dE
PeQgSZ+RZM9Ckj78SUjyOr9PCsqc2OZLt92Ktj2HKX7keln051TJ1j7pbbZj
mNzApe7mVArnYU8fQwlBX2TUEEz0MN7iG+RneaaQ11GFOPenzHUnPCRbdsS9
ymxSJhVhtH48KCXclx8lpKSWGx5LXSdY+2zCpedReaRgFCqTxmeRST0B5soZ
pSn6LZ5yL7XH6a2JAQoieFnJb17sJ+MNSbCmG7s1pVZcymf10Y2b3QeIbo7l
NzVzWihZk6+sf7k+vWJV8X41xa2Tdu8VSLWSKX4VvSTsF3JDBhE3dOWrLkuP
L0vfuiw9+JMuC13YSRrfZjmc0hilZ10GseQ6IUyEStX0yjCDDpNkjOKcCDYg
H1I1qy4nqqYUTG8XspL3PlFtClWr1Cd6vC2sLfdg2ocRYksPM+saOt3LLLhz
28hHZcjodmrf7ji6fBw96zi68CcdxzmGBQQui1UX0nRmXa+MnFPoEJdKgJNw
kqRxx5x8QBzpzC7OgmRo53wXDWzkDC3gnz3n2L5iQB3PuXYUzXd1K1u/f7wJ
8GtTVJ0pn2poQYheifmGBTDFfe0pazgdMGgyL8SV2yPQ1jdGiGgw/pjl97Nk
cmvsazF/NknoM5STmLEkk99sT4E/JChp/fTTT6+Xk/v0Fo48rf765csXLv8o
uhY2jIEP2szdEKpplpJ1p5b5q1iw5DvwGyXHeVFdZhTbMajvp7O7AjEJkHIw
L//z/y3LLxjlDF/cwH1/hSbjUZJ8VB++SLI/ww3Not/Fk6X+9F/zuwxE8WT5
n/83SFlVVZZ5pr47x6o21/ko1Z/8Kww8HN/F8eSLKuYDn/7wn/8L5BHY+CzG
YM8vuiKUsgklqv3gNEkmaM+UvVFEYe6nFekmyBiujG2fbQUZz3V4j7axZ5gk
neWfGE8Ht4AnD9HvL9++fff7gUbyswTDW9tvkeTAUf+ZyrSeXV/eXA4v+Cqc
/fHq+mI4/F4ZefCtV/1uv6uej4aXLy+H7VcYRbXzA1n84tsiIaSJTg76hwd9
0Pv+fx3t4QGpfgEA

-->

</rfc>
