<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.3.8 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY SELF "[RFC-XXXX]">
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-ace-dtls-authorize-14" category="std">

  <front>
    <title abbrev="CoAP-DTLS">Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>

    <author initials="S." surname="Gerdes" fullname="Stefanie Gerdes">
      <organization>Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63906</phone>
        <email>gerdes@tzi.org</email>
      </address>
    </author>
    <author initials="O." surname="Bergmann" fullname="Olaf Bergmann">
      <organization>Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63904</phone>
        <email>bergmann@tzi.org</email>
      </address>
    </author>
    <author initials="C." surname="Bormann" fullname="Carsten Bormann">
      <organization>Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63921</phone>
        <email>cabo@tzi.org</email>
      </address>
    </author>
    <author initials="G." surname="Selander" fullname="Göran Selander">
      <organization>Ericsson AB</organization>
      <address>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <author initials="L." surname="Seitz" fullname="Ludwig Seitz">
      <organization>Combitech</organization>
      <address>
        <postal>
          <street>Djäknegatan 31</street>
          <city>Malmö</city>
          <code>211 35</code>
          <country>Sweden</country>
        </postal>
        <email>ludwig.seitz@combitech.se</email>
      </address>
    </author>

    <date year="2020" month="October" day="29"/>

    <area>Security</area>
    <workgroup>ACE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This specification defines a profile of the ACE framework that allows constrained servers
to delegate client authentication and authorization.  The protocol
relies on DTLS version 1.2 for communication security between entities in a
constrained network using either raw public keys or pre-shared keys. A
resource-constrained server can use this protocol to delegate
management of authorization information to a trusted host with less
severe limitations regarding processing power and memory.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>This specification defines a profile of the ACE framework
<xref target="I-D.ietf-ace-oauth-authz"/>.  In this profile, a client and a
resource server use CoAP <xref target="RFC7252"/> over DTLS version 1.2 <xref target="RFC6347"/> to
communicate. The client obtains an access token, bound to a key
(the proof-of-possession key), from an authorization server to prove
its authorization to access protected resources hosted by the resource
server. Also, the client and the resource server are provided by the
authorization server with the necessary keying material to establish a
DTLS session. The communication between client and authorization server may
also be secured with DTLS.  This specification supports DTLS with Raw
Public Keys (RPK) <xref target="RFC7250"/> and with Pre-Shared Keys (PSK)
<xref target="RFC4279"/>.</t>

<t>The ACE framework requires that client and server mutually
authenticate each other before any application data is exchanged.
DTLS enables mutual authentication if both client and server prove
their ability to use certain keying material in the DTLS handshake.
The authorization server assists in this process on the server side by
incorporating keying material (or information about keying material)
into the access token, which is considered a “proof of possession”
token.</t>

<t>In the RPK mode, the client proves that it can use the RPK bound to
the token and the server shows that it can use a certain RPK.</t>

<t>The resource server needs access to the token in order to complete
this exchange.  For the RPK mode, the client must upload the access
token to the resource server before initiating the handshake, as
described in Section 5.8.1 of the ACE framework
<xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>In the PSK mode, client and server show with the DTLS handshake that
they can use the keying material that is bound to the access token.
To transfer the access token from the client to the resource server,
the <spanx style="verb">psk_identity</spanx> parameter in the DTLS PSK handshake may be used
instead of uploading the token prior to the handshake.</t>

<t>As recommended in Section 5.8 of <xref target="I-D.ietf-ace-oauth-authz"/>, this
specification uses CBOR web tokens to convey claims within an access
token issued by the server.  While other formats could be used as well,
those are out of scope for this document.</t>

<section anchor="terminology" title="Terminology">

<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”,
“SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and
“OPTIONAL” in this document are to be interpreted as described in BCP
14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all
capitals, as shown here.</t>

<t>Readers are expected to be familiar with the terms and concepts
described in <xref target="I-D.ietf-ace-oauth-authz"/> and in <xref target="I-D.ietf-ace-oauth-params"/>.</t>

<t>The authorization information (authz-info) resource refers to the authorization information endpoint as specified in <xref target="I-D.ietf-ace-oauth-authz"/>.
The term <spanx style="verb">claim</spanx> is used in this document with the same semantics
as in <xref target="I-D.ietf-ace-oauth-authz"/>, i.e., it denotes information carried
in the access token or returned from introspection.</t>

</section>
</section>
<section anchor="overview" title="Protocol Overview">

<t>The CoAP-DTLS profile for ACE specifies the transfer of authentication
information and, if necessary, authorization information between the
client (C) and the resource server (RS) during setup of a DTLS session
for CoAP messaging. It also specifies how the client can use CoAP over
DTLS to retrieve an access token from the authorization server (AS)
for a protected resource hosted on the resource server.  As specified
in Section 6.7 of <xref target="I-D.ietf-ace-oauth-authz"/>, use of DTLS for one or
both of these interactions is completely independent</t>

<t>This profile requires the client to retrieve an access token for
protected resource(s) it wants to access on the resource server as
specified in <xref target="I-D.ietf-ace-oauth-authz"/>. <xref target="at-retrieval"/> shows the
typical message flow in this scenario (messages in square brackets are
optional):</t>

<figure title="Retrieving an Access Token" anchor="at-retrieval"><artwork><![CDATA[
   C                                RS                   AS
   | [---- Resource Request ------>]|                     |
   |                                |                     |
   | [<-AS Request Creation Hints-] |                     |
   |                                |                     |
   | ------- Token Request  ----------------------------> |
   |                                |                     |
   | <---------------------------- Access Token --------- |
   |                               + Access Information   |

]]></artwork></figure>

<t>To determine the authorization server in charge of a resource hosted
at the resource server, the client can send an initial Unauthorized
Resource Request message to the resource server. The resource server
then denies the request and sends an AS Request Creation Hints message
containing the address of its authorization server back to the client
as specified in Section 5.1.2 of <xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>Once the client knows the authorization server’s address, it can send
an access token request to the token endpoint at the authorization
server as specified in <xref target="I-D.ietf-ace-oauth-authz"/>. As the access
token request as well as the response may contain confidential data,
the communication between the client and the authorization server must
be confidentiality-protected and ensure authenticity. The client may
have been registered at the authorization server via the OAuth 2.0
client registration mechanism as outlined in Section 5.3 of
<xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>The access token returned by the authorization server can then be used
by the client to establish a new DTLS session with the resource
server. When the client intends to use an asymmetric proof-of-possession key in the
DTLS handshake with the resource server, the client MUST upload the
access token to the authz-info resource, i.e. the authz-info endpoint,
on the resource server before
starting the DTLS handshake, as described in Section 5.8.1 of
<xref target="I-D.ietf-ace-oauth-authz"/>. In case the client uses a symmetric proof-of-possession
key in the DTLS handshake, the procedure as above MAY be used, or alternatively,
 the access token MAY instead be transferred in the
DTLS ClientKeyExchange message (see <xref target="psk-dtls-channel"/>).
In any case, DTLS MUST be used in a mode that provides replay
protection.</t>

<t><xref target="protocol-overview"/> depicts the common protocol flow for the DTLS
profile after the client has retrieved the access token from the
authorization server, AS.</t>

<figure title="Protocol overview" anchor="protocol-overview"><artwork><![CDATA[
   C                            RS                   AS
   | [--- Access Token ------>] |                     |
   |                            |                     |
   | <== DTLS channel setup ==> |                     |
   |                            |                     |
   | == Authorized Request ===> |                     |
   |                            |                     |
   | <=== Protected Resource == |                     |

]]></artwork></figure>

</section>
<section anchor="protocol-flow" title="Protocol Flow">

<t>The following sections specify how CoAP is used to interchange
access-related data between the resource server, the client and the
authorization server so that the authorization server can provide the
client and the resource server with sufficient information to
establish a secure channel, and convey authorization information
specific for this communication relationship to the resource server.</t>

<t><xref target="C-AS-comm"/> describes how the communication between the client (C) and 
the authorization server (AS) must be secured.
Depending on the used CoAP security mode (see also
Section 9 of <xref target="RFC7252"/>,
the Client-to-AS request, AS-to-Client response (see Section
5.6 of <xref target="I-D.ietf-ace-oauth-authz"/>) and DTLS session
establishment carry slightly different information. <xref target="rpk-mode"/>
addresses the use of raw public keys while <xref target="psk-mode"/> defines how
pre-shared keys are used in this profile.</t>

<section anchor="C-AS-comm" title="Communication Between the Client and the Authorization Server">

<t>To retrieve an access token for the resource that the client wants to
access, the client requests an access token from the authorization
server. Before the client can request the access token, the client and
the authorization server MUST establish
a secure communication channel. This profile assumes that the keying
material to secure this communication channel has securely been obtained
either by manual configuration or in an automated provisioning process.
The following requirements in alignment with Section 6.5 of
<xref target="I-D.ietf-ace-oauth-authz"/> therefore must be met:</t>

<t><list style="symbols">
  <t>The client MUST securely have obtained keying material to communicate
with the authorization server.</t>
  <t>Furthermore, the client MUST verify that the authorization server is
authorized to provide access tokens (including authorization
information) about the resource server to the client, and that
this authorization information about the authorization server is still valid.</t>
  <t>Also, the authorization server MUST securely have obtained keying
material for the client, and obtained authorization rules approved
by the resource owner (RO) concerning the client and the resource
server that relate to this keying material.</t>
</list></t>

<t>The client and the authorization server MUST use their respective
keying material for all exchanged messages. How the security
association between the client and the authorization server is
bootstrapped is not part of this document. The client and the
authorization server must ensure the confidentiality, integrity and
authenticity of all exchanged messages within the ACE protocol.</t>

<t><xref target="as-commsec"/> specifies how communication with the authorization server is secured.</t>

</section>
<section anchor="rpk-mode" title="RawPublicKey Mode">

<t>When the client uses RawPublicKey authentication, the procedure is as
described in the following.</t>

<section anchor="access-token-retrieval-from-the-authorization-server" title="Access Token Retrieval from the Authorization Server">

<t>After the client and the authorization server mutually authenticated each other and validated each
other’s authorization, the client sends a token request to the authorization server’s token endpoint.
The client MUST add a <spanx style="verb">req_cnf</spanx> object carrying either its raw public key
or a unique identifier for a public key that it has previously made
known to the authorization server. It is RECOMMENDED that
the client uses DTLS with the same keying material to secure the
communication with the authorization server, proving possession of the key
as part of the token request. Other mechanisms for proving possession of
the key may be defined in the future.</t>

<t>An example access token request from the client to the authorization
server is depicted in <xref target="rpk-authorization-message-example"/>.</t>

<figure title="Access Token Request Example for RPK Mode" anchor="rpk-authorization-message-example"><artwork><![CDATA[
   POST coaps://as.example.com/token
   Content-Format: application/ace+cbor
   Payload:
   {
     grant_type : client_credentials,
     req_aud    : "tempSensor4711",
     req_cnf    : {
       COSE_Key : {
         kty : EC2,
         crv : P-256,
         x   : h'e866c35f4c3c81bb96a1...',
         y   : h'2e25556be097c8778a20...'
       }
     }
   }
]]></artwork></figure>

<t>The example shows an access token request for the resource identified
by the string “tempSensor4711” on the authorization server
using a raw public key.</t>

<t>The authorization server MUST check if the client that it communicates
with is associated with the RPK in the <spanx style="verb">req_cnf</spanx> parameter before
issuing an access token to it.  If the authorization server determines
that the request is to be authorized according to the respective
authorization rules, it generates an access token response for the
client. The access token MUST be bound to the RPK of the client by
means of the <spanx style="verb">cnf</spanx> claim.</t>

<t>The response MAY contain a <spanx style="verb">profile</spanx> parameter with the value
<spanx style="verb">coap_dtls</spanx> to indicate that this profile MUST be used for
communication between the client and the resource server. The
<spanx style="verb">profile</spanx> may be specified out-of-band, in which case it does not have
to be sent. The response also contains an access token with
information for the resource server about the client’s public key. The
authorization server MUST return in its response the parameter
<spanx style="verb">rs_cnf</spanx> unless it is certain that the client already knows the public
key of the resource server.  The authorization server MUST ascertain
that the RPK specified in <spanx style="verb">rs_cnf</spanx> belongs to the resource server that
the client wants to communicate with. The authorization server MUST
protect the integrity of the access token such that the resource
server can detect unauthorized changes.  If the access token contains
confidential data, the authorization server MUST also protect the
confidentiality of the access token.</t>

<t>The client MUST ascertain that the access token response belongs to a certain
previously sent access token request, as the request may specify the
resource server with which the client wants to communicate.</t>

<t>An example access token response from the authorization server to the client
is depicted in <xref target="rpk-authorization-response-example"/>. Here, the
contents of the <spanx style="verb">access_token</spanx> claim have been truncated to improve
readability.
Caching proxies process the Max-Age option in the CoAP response which
has a default value of 60 seconds (Section 5.6.1 of <xref target="RFC7252"></xref>).
The authorization server SHOULD
adjust the Max-Age option such that it does not exceed the
<spanx style="verb">expires_in</spanx> parameter to avoid stale responses.</t>

<figure title="Access Token Response Example for RPK Mode" anchor="rpk-authorization-response-example"><artwork><![CDATA[
   2.01 Created
   Content-Format: application/ace+cbor
   Max-Age: 3560
   Payload:
   {
     access_token : b64'SlAV32hkKG...
      (remainder of CWT omitted for brevity;
      CWT contains the client's RPK in the cnf claim)',
     expires_in : 3600,
     rs_cnf     : {
       COSE_Key : {
         kty : EC2,
         crv : P-256,
         x   : h'd7cc072de2205bdc1537...',
         y   : h'f95e1d4b851a2cc80fff...'
       }
     }
   }
]]></artwork></figure>

</section>
<section anchor="rpk-dtls-channel" title="DTLS Channel Setup Between Client and Resource Server">

<t>Before the client initiates the DTLS handshake with the resource
server, the client MUST send a <spanx style="verb">POST</spanx> request containing the obtained
access token to the authz-info resource hosted by the resource
server. After the client receives a confirmation that the resource
server has accepted the access token, it SHOULD proceed to establish a
new DTLS channel with the resource server.  The client MUST use its
correct public key in the DTLS handshake. If the authorization server
has specified a <spanx style="verb">cnf</spanx> field in the access token response, the client
MUST use this key. Otherwise, the client MUST use the public key that
it specified in the <spanx style="verb">req_cnf</spanx> of the access token request. The client
MUST specify this public key in the SubjectPublicKeyInfo structure of
the DTLS handshake as described in <xref target="RFC7250"></xref>.</t>

<t>To be consistent with <xref target="RFC7252"/> which allows for shortened MAC tags
in constrained environments,
an implementation that supports the RPK mode of this profile MUST at
least support the ciphersuite
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 <xref target="RFC7251"/>.
As discussed in <xref target="RFC7748"/>, new ECC
  curves have been defined recently that are considered superior to
  the so-called NIST curves. This specification therefore mandates
  implementation support for curve25519 (cf. <xref target="RFC8032"/>, <xref target="RFC8422"/>)
  as this curve said to be efficient and less dangerous
  regarding implementation errors than the secp256r1 curve mandated in
  <xref target="RFC7252"/>.</t>

<t>The resource server MUST check if the access token is still valid, if
the resource server is the intended destination (i.e., the audience)
of the token, and if the token was issued by an authorized
authorization server.  The access token is constructed by the
authorization server such that the resource server can associate the
access token with the Client’s public key.  The <spanx style="verb">cnf</spanx> claim MUST
contain either the client’s RPK or, if the key is already known by the
resource server (e.g., from previous communication), a reference to
this key. If the authorization server has no certain knowledge that
the Client’s key is already known to the resource server, the Client’s
public key MUST be included in the access token’s <spanx style="verb">cnf</spanx> parameter. If
CBOR web tokens <xref target="RFC8392"/> are used (as recommended in
<xref target="I-D.ietf-ace-oauth-authz"/>), keys MUST be encoded as specified in
<xref target="RFC8747"/>. A resource server MUST have the capacity to store one
access token for every proof-of-possession key of every authorized client.</t>

<t>The raw public key used in the DTLS handshake with the client MUST
belong to the resource server. If the resource server has several raw
public keys, it needs to determine which key to use. The authorization
server can help with this decision by including a <spanx style="verb">cnf</spanx> parameter in
the access token that is associated with this communication.  In this
case, the resource server MUST use the information from the <spanx style="verb">cnf</spanx>
field to select the proper keying material.</t>

<t>Thus, the handshake only finishes if the client and the resource
server are able to use their respective keying material.</t>

</section>
</section>
<section anchor="psk-mode" title="PreSharedKey Mode">

<t>When the client uses pre-shared key authentication, the procedure is
as described in the following.</t>

<section anchor="access-token-retrieval-from-the-authorization-server-1" title="Access Token Retrieval from the Authorization Server">

<t>To retrieve an access token for the resource that the client wants to
access, the client MAY include a <spanx style="verb">cnf</spanx> object carrying an identifier
for a symmetric key in its access token request to the authorization
server.  This identifier can be used by the authorization server to
determine the shared secret to construct the proof-of-possession
token.  The authorization server MUST check if the identifier refers
to a symmetric key that was previously generated by the authorization
server as a shared secret for the communication between this client
and the resource server. If no such symmetric key was found, the
authorization server MUST generate a new symmetric key that is
returned in its response to the client.</t>

<t>The authorization server MUST determine the authorization rules for
the client it communicates with as defined by the resource owner and
generate the access token accordingly.  If the authorization server
authorizes the client, it returns an AS-to-Client response. If the
profile parameter is present, it is set to <spanx style="verb">coap_dtls</spanx>. The
authorization server MUST ascertain that the access token is generated
for the resource server that the client wants to communicate
with. Also, the authorization server MUST protect the integrity of the
access token to ensure that the resource server can detect
unauthorized changes.  If the token contains confidential data such as
the symmetric key, the confidentiality of the token MUST also be
protected. Depending on the requested token type and algorithm in the
access token request, the authorization server adds access Information
to the response that provides the client with sufficient information
to setup a DTLS channel with the resource server. The authorization
server adds a <spanx style="verb">cnf</spanx> parameter to the access information carrying a
<spanx style="verb">COSE_Key</spanx> object that informs the client about the shared secret that
is to be used between the client and the resource server. To convey
the same secret to the resource server, the authorization server
can include it directly in the access token by means of the <spanx style="verb">cnf</spanx>
claim or provide sufficient information to enable the resource
server to derive the shared secret from the access token. As an
alternative, the resource server MAY use token introspection to
retrieve the keying material for this access token directly from the
authorization server.</t>

<t>An example access token request for an access token with a symmetric
proof-of-possession key is illustrated in <xref target="at-request"/>.</t>

<figure title="Example Access Token Request, (implicit) symmetric PoP-key" anchor="at-request"><artwork><![CDATA[
   POST coaps://as.example.com/token
   Content-Format: application/ace+cbor
   Payload:
   {
     audience    : "smokeSensor1807",
   }
]]></artwork></figure>

<t>A corresponding example access token response is illustrated in
<xref target="at-response"/>.  In this example, the authorization server returns a
2.01 response containing a new access token (truncated to improve
readability) and information for the client, including the symmetric
key in the cnf claim.  The information is transferred as a CBOR data
structure as specified in <xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<!-- msg1 -->

<figure title="Example Access Token Response, symmetric PoP-key" anchor="at-response"><artwork><![CDATA[
   2.01 Created
   Content-Format: application/ace+cbor
   Max-Age: 85800
   Payload:
   {
      access_token : h'd08343a10...
      (remainder of CWT omitted for brevity)
      token_type : PoP,
      expires_in : 86400,
      profile    : coap_dtls,
      cnf        : {
        COSE_Key : {
          kty : symmetric,
          kid : h'3d027833fc6267ce',
          k   : h'73657373696f6e6b6579'
        }
      }
   }
]]></artwork></figure>

<t>The access token also comprises a <spanx style="verb">cnf</spanx> claim. This claim usually
contains a <spanx style="verb">COSE_Key</spanx> object that carries either the symmetric key
itself or a key identifier that can be used by the resource server to
determine the secret key it shares with the client. If the access
token carries a symmetric key, the access token MUST be encrypted
using a <spanx style="verb">COSE_Encrypt0</spanx> structure. The authorization server MUST use
the keying material shared with the resource server to encrypt the
token.</t>

<t>The <spanx style="verb">cnf</spanx> structure in the access token is provided in <xref target="kdf-cnf"/>.</t>

<figure title="Access Token without Keying Material" anchor="kdf-cnf"><artwork><![CDATA[
cnf : {
  COSE_Key : {
    kty : symmetric,
    kid : h'3d027833fc6267ce'
  }
}
]]></artwork></figure>

<t>A response that declines any operation on the requested resource is
constructed according to Section 5.2 of <xref target="RFC6749"/>,
(cf. Section 5.6.3. of <xref target="I-D.ietf-ace-oauth-authz"/>). <xref target="token-reject"/>
shows an example for a request that has been rejected due to invalid
request parameters.</t>

<figure title="Example Access Token Response With Reject" anchor="token-reject"><artwork><![CDATA[
    4.00 Bad Request
    Content-Format: application/ace+cbor
    Payload:
    {
      error : invalid_request
    }
]]></artwork></figure>

<t>The method for how the resource server determines the symmetric key
from an access token containing only a key identifier is
application-specific; the remainder of this section provides one
example.</t>

<t>The authorization server and the resource server are assumed to share
a key derivation key used to derive the symmetric key shared with the
client from the key identifier in the access token.  The key
derivation key may be derived from some other secret key shared
between the authorization server and the resource server. This key
needs to be securely stored and processed in the same way as the key
used to protect the communication between the authorization server and
the resource server.</t>

<t>Knowledge of the symmetric key shared with the client must not reveal
any information about the key derivation key or other secret keys
shared between the authorization server and resource server.</t>

<t>In order to generate a new symmetric key to be used by client and
resource server, the authorization server generates a new key
identifier which MUST be unique among all key identifiers used by the
authorization server for this resource server. The authorization server then uses the key
derivation key shared with the resource server to derive the symmetric
key as specified below.  Instead of providing the keying material in
the access token, the authorization server includes the key identifier
in the <spanx style="verb">kid</spanx> parameter, see <xref target="kdf-cnf"/>. This key identifier enables
the resource server to calculate the symmetric key used for the
communication with the client using the key derivation key and a KDF
to be defined by the application, for example HKDF-SHA-256. The key
identifier picked by the authorization server MUST be unique for
each access token where a unique symmetric key is required.</t>

<t>In this example, HKDF consists of the composition of the HKDF-Extract
and HKDF-Expand steps <xref target="RFC5869"></xref>. The symmetric key is derived from the
key identifier, the key derivation key and other data:</t>

<t>OKM = HKDF(salt, IKM, info, L),</t>

<t>where:</t>

<t><list style="symbols">
  <t>OKM, the output keying material, is the derived symmetric key</t>
  <t>salt is the empty byte string</t>
  <t>IKM, the input keying material, is the key derivation key as defined above</t>
  <t>info is the serialization of a CBOR array consisting of (<xref target="RFC8610"></xref>):</t>
</list></t>

<figure><artwork><![CDATA[
      info = [
        type : tstr,
        L : uint,
        access_token: bytes
      ]
]]></artwork></figure>
<t>where:</t>

<t><list style="symbols">
  <t>type is set to the constant text string “ACE-CoAP-DTLS-key-derivation”,</t>
  <t>L is the size of the symmetric key in bytes,</t>
  <t>access_token is the content of the <spanx style="verb">access_token</spanx> field as
transferred from the authorization server to the resource server.</t>
</list></t>

<t>All CBOR data types are encoded in CBOR using preferred serialization
and deterministic encoding as specified in Section 4 of <xref target="I-D.ietf-cbor-7049bis"/>.
This implies in particular that the <spanx style="verb">type</spanx> and <spanx style="verb">L</spanx> components use the
minimum length encoding. The content of the <spanx style="verb">access_token</spanx> field is
treated as opaque data for the purpose of key derivation.</t>

<t>Use of a unique (per resource server) <spanx style="verb">kid</spanx> and the use of a key
derivation IKM that MUST be unique per authorization server/resource server
pair as specified above will ensure that the derived key is not shared
across multiple clients.  However, to additionally provide variation
in the derived key across different tokens used by the same client, it
is additionally RECOMMENDED to include the “iat” claim and either the
“exp” or “exi” claims in the access token.</t>

</section>
<section anchor="psk-dtls-channel" title="DTLS Channel Setup Between Client and Resource Server">

<t>When a client receives an access token response from an authorization
server, the client MUST check if the access token response is bound to
a certain previously sent access token request, as the request may
specify the resource server with which the client wants to
communicate.</t>

<t>The client checks if the payload of the access token response contains
an <spanx style="verb">access_token</spanx> parameter and a <spanx style="verb">cnf</spanx> parameter. With this
information the client can initiate the establishment of a new DTLS
channel with a resource server. To use DTLS with pre-shared keys, the
client follows the PSK key exchange algorithm specified in Section 2
of <xref target="RFC4279"/> using the key conveyed in the <spanx style="verb">cnf</spanx> parameter of the AS
response as PSK when constructing the premaster secret. To be
consistent with the recommendations in <xref target="RFC7252"/> a client is
expected to offer at least the ciphersuite
TLS_PSK_WITH_AES_128_CCM_8 <xref target="RFC6655"/> to the resource server.</t>

<t>In PreSharedKey mode, the knowledge of the shared secret by the client
and the resource server is used for mutual authentication between both
peers. Therefore, the resource server must be able to determine the
shared secret from the access token. Following the general ACE
authorization framework, the client can upload the access token to the
resource server’s authz-info resource before starting the DTLS
handshake.  The client then needs to indicate during the DTLS
handshake which previously uploaded access token it intends to use.
To do so, it MUST create a <spanx style="verb">COSE_Key</spanx> structure with the <spanx style="verb">kid</spanx> that
was conveyed in the <spanx style="verb">rs_cnf</spanx> claim in the token response from the
authorization server and the key type <spanx style="verb">symmetric</spanx>.  This structure
then is included as the only element in the <spanx style="verb">cnf</spanx> structure that is
used as value for <spanx style="verb">psk_identity</spanx> as shown in <xref target="psk_identity-cnf"/>.</t>

<figure title="Access token containing a single kid parameter " anchor="psk_identity-cnf"><artwork><![CDATA[
{ cnf : {
   COSE_Key : {
      kty: symmetric,
      kid : h'3d027833fc6267ce'
    }
  }
}
]]></artwork></figure>

<t>As an alternative to the access token upload, the client can provide
the most recent access token in the <spanx style="verb">psk_identity</spanx> field of the
ClientKeyExchange message. To do so, the client MUST treat the
contents of the <spanx style="verb">access_token</spanx> field from the AS-to-Client response as
opaque data as specified in Section 4.2 of <xref target="RFC7925"></xref> and not perform
any re-coding. This allows the resource server to retrieve the shared
secret directly from the <spanx style="verb">cnf</spanx> claim of the access token.</t>

<t>If a resource server receives a ClientKeyExchange message that
contains a <spanx style="verb">psk_identity</spanx> with a length greater than zero, it MUST
parse the contents of the <spanx style="verb">psk_identity</spanx> field as CBOR data structure
and process the contents as following:</t>

<t><list style="symbols">
  <t>If the data contains a <spanx style="verb">cnf</spanx> field with a <spanx style="verb">COSE_Key</spanx> structure with
a <spanx style="verb">kid</spanx>, the resource server continues the DTLS handshake with the
associated key that corresponds to this kid.</t>
  <t>If the data comprises additional CWT information, this information
must be stored as an access token for this DTLS association before
continuing with the DTLS handshake.</t>
</list></t>

<t>If the contents of the <spanx style="verb">psk_identity</spanx> do not yield sufficient
information to select a valid access token for the requesting client,
the resource server aborts the DTLS handshake with an
<spanx style="verb">illegal_parameter</spanx> alert.</t>

<t>When the resource server receives an access token, it MUST check if
the access token is still valid, if the resource server is the
intended destination (i.e., the audience of the token), and if the
token was issued by an authorized authorization server.  This
specification implements access tokens as proof-of-possession tokens.
Therefore, the access token is bound to a symmetric PoP key
that is used as shared secret between the client and the resource
server. A resource server MUST have the capacity to store one
access token for every proof-of-possession key of every authorized client.
The resource server may use token introspection <xref target="RFC7662"></xref> on
the access token to retrieve more information about the specific
token. The use of introspection is out of scope for this
specification.</t>

<t>While the client can retrieve the shared secret from the contents of
the <spanx style="verb">cnf</spanx> parameter in the AS-to-Client response, the resource server
uses the information contained in the <spanx style="verb">cnf</spanx> claim of the access token
to determine the actual secret when no explicit <spanx style="verb">kid</spanx> was provided in
the <spanx style="verb">psk_identity</spanx> field. If key derivation is used, the resource
server uses the <spanx style="verb">COSE_KDF_Context</spanx> information as described above.</t>

</section>
</section>
<section anchor="resource-access" title="Resource Access">

<t>Once a DTLS channel has been established as described in <xref target="rpk-mode"/>
or <xref target="psk-mode"/>, respectively, the client is authorized to access
resources covered by the access token it has uploaded to the
authz-info resource hosted by the resource server.</t>

<t>With the successful establishment of the DTLS channel, the client and
the resource server have proven that they can use their respective
keying material. An access token that is bound to the client’s keying
material is associated with the channel. According to Section 5.8.1 of
<xref target="I-D.ietf-ace-oauth-authz"/>, there should be only one access token
for each client. New access tokens issued by the authorization server
SHOULD replace previously issued access tokens for the
respective client. The resource server therefore needs a common
understanding with the authorization server how access tokens are
ordered. The authorization server may, e.g., specify a <spanx style="verb">cti</spanx> claim for
the access token (see Section 5.8.3 of <xref target="I-D.ietf-ace-oauth-authz"/>) to
employ a strict order.</t>

<t>Any request that the resource server receives on a DTLS channel that
is tied to an access token via its keying material 
MUST be checked against the authorization rules that can be determined
with the access token. The resource server
MUST check for every request if the access token is still valid.
If the token has expired, the resource server MUST remove it.
Incoming CoAP requests that are not authorized with respect
to any access token that is associated with the client MUST be
rejected by the resource server with 4.01 response. The response
SHOULD include AS Request Creation Hints as described in
Section 5.1.1 of <xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>The resource server MUST only accept an incoming CoAP request as
authorized if the following holds:</t>

<t><list style="numbers">
  <t>The message was received on a secure channel that has been
established using the procedure defined in this document.</t>
  <t>The authorization information tied to the sending client is valid.</t>
  <t>The request is destined for the resource server.</t>
  <t>The resource URI specified in the request is covered by the
authorization information.</t>
  <t>The request method is an authorized action on the resource with
respect to the authorization information.</t>
</list></t>

<t>Incoming CoAP requests received on a secure DTLS channel that are not
thus authorized MUST be
rejected according to Section 5.8.2 of <xref target="I-D.ietf-ace-oauth-authz"/></t>

<t><list style="numbers">
  <t>with response code 4.03 (Forbidden) when the resource URI specified
in the request is not covered by the authorization information, and</t>
  <t>with response code 4.05 (Method Not Allowed) when the resource URI
specified in the request covered by the authorization information but
not the requested action.</t>
</list></t>

<t>The client MUST ascertain that its keying material is still valid
before sending a request or processing a response. If the client
recently has updated the access token (see <xref target="update"/>), it must be
prepared that its request is still handled according to the previous
authorization rules as there is no strict ordering between access
token uploads and resource access messages. See also
<xref target="multiple-access-tokens"/> for a discussion of access token
processing.</t>

<t>If the client gets an error response
containing AS Request Creation Hints (cf.  Section 5.1.2 of <xref target="I-D.ietf-ace-oauth-authz"/>
as response to its requests, it SHOULD request a new access token from
the authorization server in order to continue communication with the
resource server.</t>

<t>Unauthorized requests that have been received over a DTLS session
SHOULD be treated as non-fatal by the resource server, i.e., the DTLS
session SHOULD be kept alive until the associated access token has
expired.</t>

</section>
</section>
<section anchor="update" title="Dynamic Update of Authorization Information">

<t>Resource servers must only use a new access token to update the
authorization information for a DTLS session if the keying material
that is bound to the token is the same that was used in the DTLS
handshake. By associating the access tokens with the identifier of an
existing DTLS session, the authorization information can be updated
without changing the cryptographic keys for the DTLS communication
between the client and the resource server, i.e. an existing session
can be used with updated permissions.</t>

<t>The client can therefore update the authorization information stored at the
resource server at any time without changing an established DTLS
session. To do so, the client requests a
new access token from the authorization server 
for the intended action on the respective resource
and uploads this access token to the authz-info resource on the
resource server.</t>

<t><xref target="update-overview"/> depicts the message flow where the client requests
a new access token after a security association between the client and
the resource server has been established using this protocol. If the
client wants to update the authorization information, the token
request MUST specify the key identifier of the proof-of-possession key
used for the existing DTLS channel between the client and the resource
server in the <spanx style="verb">kid</spanx> parameter of the Client-to-AS request. The
authorization server MUST verify that the specified <spanx style="verb">kid</spanx> denotes a
valid verifier for a proof-of-possession token that has previously
been issued to the requesting client. Otherwise, the Client-to-AS
request MUST be declined with the error code <spanx style="verb">unsupported_pop_key</spanx> as
defined in Section 5.6.3 of <xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>When the authorization server issues a new access token to update
existing authorization information, it MUST include the specified <spanx style="verb">kid</spanx>
parameter in this access token. A resource server MUST replace the
authorization information of any existing DTLS session that is identified
by this key identifier with the updated authorization information.</t>

<figure title="Overview of Dynamic Update Operation" anchor="update-overview"><artwork><![CDATA[
   C                            RS                   AS
   | <===== DTLS channel =====> |                     |
   |        + Access Token      |                     |
   |                            |                     |
   | --- Token Request  ----------------------------> |
   |                            |                     |
   | <---------------------------- New Access Token - |
   |                           + Access Information   |
   |                            |                     |
   | --- Update /authz-info --> |                     |
   |     New Access Token       |                     |
   |                            |                     |
   | == Authorized Request ===> |                     |
   |                            |                     |
   | <=== Protected Resource == |                     |

]]></artwork></figure>

</section>
<section anchor="teardown" title="Token Expiration">

<t>The resource server MUST delete access tokens that are no longer
valid.  DTLS associations that have been setup in accordance with
this profile are always tied to specific tokens (which may be
exchanged with a dynamic update as described in Section 4). As tokens
may become invalid at any time (e.g., because they have expired), the
association may become useless at some point.  A resource server therefore
MUST terminate existing DTLS association after the last access token
associated with this association has expired.</t>

<t>As specified in Section 5.8.3 of <xref target="I-D.ietf-ace-oauth-authz"/>,
the resource server MUST notify the client with an error response with
code 4.01 (Unauthorized) for any long running request before
terminating the association.</t>

</section>
<section anchor="as-commsec" title="Secure Communication with an Authorization Server">

<t>As specified in the ACE framework (Sections 5.6 and 5.7 of
<xref target="I-D.ietf-ace-oauth-authz"/>), the requesting entity (the resource
server and/or the client) and the authorization server communicate via
the token endpoint or introspection endpoint.  The use of CoAP and
DTLS for this communication is RECOMMENDED in this profile, other
protocols (such as HTTP and TLS, or CoAP and OSCORE <xref target="RFC8613"/>) MAY
be used instead.</t>

<t>How credentials (e.g., PSK, RPK, X.509 cert) for using DTLS with the
authorization server are established is out of scope for this profile.</t>

<t>If other means of securing the communication with the authorization
server are used, the communication security requirements from Section
6.2 of <xref target="I-D.ietf-ace-oauth-authz"/> remain applicable.</t>

</section>
<section anchor="security-considerations" title="Security Considerations">

<t>This document specifies a profile for the Authentication and
Authorization for Constrained Environments (ACE) framework
<xref target="I-D.ietf-ace-oauth-authz"/>. As it follows this framework’s general
approach, the general security considerations from Section
6 of <xref target="I-D.ietf-ace-oauth-authz"/> also apply to this profile.</t>

<t>The authorization server must ascertain that the keying material for
the client that it provides to the resource server actually is
associated with this client.  Malicious clients may hand over access
tokens containing their own access permissions to other entities. This
problem cannot be completely eliminated. Nevertheless, in RPK mode it
should not be possible for clients to request access tokens for
arbitrary public keys: if the client can cause the authorization
server to issue a token for a public key without proving possession of
the corresponding private key, this allows for identity misbinding
attacks where the issued token is usable by an entity other than the
intended one.  The authorization server therefore at some point needs
to validate that the client can actually use the private key
corresponding to the client’s public key.</t>

<t>When using pre-shared keys provisioned by the authorization server,
the security level depends on the randomness of PSK, and the security
of the TLS cipher suite and key exchange algorithm.  As this
specification targets at constrained environments, message payloads
exchanged between the client and the resource server are expected to
be small and rare.  CoAP <xref target="RFC7252"/> mandates the implementation of
cipher suites with abbreviated, 8-byte tags for message integrity
protection. For consistency, this profile requires implementation of
the same cipher suites. For application scenarios where the cost of
full-width authentication tags is low compared to the overall amount
of data being transmitted, the use of cipher suites with 16-byte
integrity protection tags is preferred.</t>

<t>The PSK mode of this profile offers a distribution mechanism to convey
authorization tokens together with a shared secret to a client and a
server. As this specification aims at constrained devices and uses
CoAP <xref target="RFC7252"></xref> as transfer protocol, at least the ciphersuite
TLS_PSK_WITH_AES_128_CCM_8 <xref target="RFC6655"/> should be supported. The
access tokens and the corresponding shared secrets generated by the
authorization server are expected to be sufficiently short-lived to
provide similar forward-secrecy properties to using ephemeral
Diffie-Hellman (DHE) key exchange mechanisms. For longer-lived access
tokens, DHE ciphersuites should be used.</t>

<t>Constrained devices that use DTLS <xref target="RFC6347"/> are inherently
vulnerable to Denial of Service (DoS) attacks as the handshake
protocol requires creation of internal state within the device.  This
is specifically of concern where an adversary is able to intercept the
initial cookie exchange and interject forged messages with a valid
cookie to continue with the handshake. A similar issue exists with the
unprotected authorization information endpoint when the resource
server needs to keep valid access tokens for a long time. Adversaries
could fill up the constrained resource server’s internal storage for a
very long time with interjected or otherwise retrieved valid access
tokens.  To mitigate against this, the resource server should set a
time boundary until an access token that has not been used until then
will be deleted.</t>

<t>The protection of access tokens that are stored in the authorization
information endpoint depends on the keying material that is used between
the authorization server and the resource server: The resource server
must ensure that it processes only access tokens that are (encrypted
and) integrity-protected by an authorization server that is authorized
to provide access tokens for the resource server.</t>

<section anchor="reuse-of-existing-sessions" title="Reuse of Existing Sessions">

<t>To avoid the overhead of a repeated DTLS handshake, <xref target="RFC7925"/>
recommends session resumption <xref target="RFC5077"/> to reuse session state from
an earlier DTLS association and thus requires client side
implementation.  In this specification, the DTLS session is subject to
the authorization rules denoted by the access token that was used for
the initial setup of the DTLS association. Enabling session resumption
would require the server to transfer the authorization information
with the session state in an encrypted SessionTicket to the
client. Assuming that the server uses long-lived keying material, this
could open up attacks due to the lack of forward secrecy. Moreover,
using this mechanism, a client can resume a DTLS session without
proving the possession of the PoP key again. Therefore, the use of
session resumption is NOT RECOMMENDED for resource servers.</t>

<t>Since renegotiation of DTLS associations is prone to attacks as well,
<xref target="RFC7925"/> requires clients to decline any renogiation attempt. A
server that wants to initiate re-keying therefore SHOULD periodically
force a full handshake.</t>

</section>
<section anchor="multiple-access-tokens" title="Multiple Access Tokens">

<t>The use of multiple access tokens for a single client increases the
strain on the resource server as it must consider every access token
and calculate the actual permissions of the client. Also, tokens may
contradict each other which may lead the server to enforce wrong
permissions. If one of the access tokens expires earlier than others,
the resulting permissions may offer insufficient
protection. Developers SHOULD avoid using multiple access
tokens for a client.</t>

<t>Even when a single access token per client is used, an attacker could
compromise the dynamic update mechanism for existing DTLS connections
by delaying or reordering packets destined for the authz-info
endpoint. Thus, the order in which operations occur at the resource
server (and thus which authorization info is used to process a given
client request) cannot be guaranteed.  Especially in the presence of
later-issued access tokens that reduce the client’s permissions from
the initial access token, it is impossible to guarantee that the
reduction in authorization will take effect prior to the expiration of
the original token.</t>

</section>
<section anchor="out-of-band-configuration" title="Out-of-Band Configuration">

<t>To communicate securely, the authorization server, the client and the
resource server require certain information that must be exchanged
outside the protocol flow described in this document. The
authorization server must have obtained authorization information
concerning the client and the resource server that is approved by the
resource owner as well as corresponding keying material. The resource
server must have received authorization information approved by the
resource owner concerning its authorization managers and the
respective keying material. The client must have obtained
authorization information concerning the authorization server approved
by its owner as well as the corresponding keying material. Also, the
client’s owner must have approved of the client’s communication with
the resource server. The client and the authorization server must have
obtained a common understanding how this resource server is identified
to ensure that the client obtains access token and keying material for
the correct resource server. If the client is provided with a raw
public key for the resource server, it must be ascertained to which
resource server (which identifier and authorization information) the
key is associated.  All authorization information and keying material
must be kept up to date.</t>

</section>
</section>
<section anchor="privacy-considerations" title="Privacy Considerations">

<t>This privacy considerations from Section
7 of the <xref target="I-D.ietf-ace-oauth-authz"/> apply also to this profile.</t>

<t>An unprotected response to an unauthorized request may disclose
information about the resource server and/or its existing relationship
with the client. It is advisable to include as little information as
possible in an unencrypted response. When a DTLS session between an authenticated
client and the resource server already exists, more detailed
information MAY be included with an error response to provide the
client with sufficient information to react on that particular error.</t>

<t>Also, unprotected requests to the resource server may reveal
information about the client, e.g., which resources the client
attempts to request or the data that the client wants to provide to
the resource server. The client SHOULD NOT send confidential data in
an unprotected request.</t>

<t>Note that some information might still leak after DTLS session is
established, due to observable message sizes, the source, and the
destination addresses.</t>

</section>
<section anchor="iana-considerations" title="IANA Considerations">

<t>The following registrations are done for the ACE OAuth Profile
Registry following the procedure specified in
<xref target="I-D.ietf-ace-oauth-authz"/>.</t>

<t>Note to RFC Editor: Please replace all occurrences of “&SELF;” with
the RFC number of this specification and delete this paragraph.</t>

<t>Profile name: coap_dtls</t>

<t>Profile Description: Profile for delegating client authentication and
authorization in a constrained environment by establishing a Datagram
Transport Layer Security (DTLS) channel between resource-constrained
nodes.</t>

<t>Profile ID:  TBD (suggested: 1)</t>

<t>Change Controller:  IESG</t>

<t>Reference:  &SELF;</t>

</section>
<section anchor="acknowledgments" title="Acknowledgments">

<t>Special thanks to Jim Schaad for his contributions and reviews of this
document and to Ben Kaduk for his thorough reviews of this
document. Thanks also to Paul Kyzivat for his review.</t>

<t>Ludwig Seitz worked on this document as part of the CelticNext
projects CyberWI, and CRITISEC with funding from Vinnova.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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" target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>



<reference  anchor="RFC4279" target='https://www.rfc-editor.org/info/rfc4279'>
<front>
<title>Pre-Shared Key Ciphersuites for Transport Layer Security (TLS)</title>
<author initials='P.' surname='Eronen' fullname='P. Eronen' role='editor'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig' role='editor'><organization /></author>
<date year='2005' month='December' />
<abstract><t>This document specifies three sets of new ciphersuites for the Transport Layer Security (TLS) protocol to support authentication based on pre-shared keys (PSKs).  These pre-shared keys are symmetric keys, shared in advance among the communicating parties.  The first set of ciphersuites uses only symmetric key operations for authentication. The second set uses a Diffie-Hellman exchange authenticated with a pre-shared key, and the third set combines public key authentication of the server with pre-shared key authentication of the client.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4279'/>
<seriesInfo name='DOI' value='10.17487/RFC4279'/>
</reference>



<reference  anchor="RFC6347" target='https://www.rfc-editor.org/info/rfc6347'>
<front>
<title>Datagram Transport Layer Security Version 1.2</title>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'><organization /></author>
<author initials='N.' surname='Modadugu' fullname='N. Modadugu'><organization /></author>
<date year='2012' month='January' />
<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" target='https://www.rfc-editor.org/info/rfc6749'>
<front>
<title>The OAuth 2.0 Authorization Framework</title>
<author initials='D.' surname='Hardt' fullname='D. Hardt' role='editor'><organization /></author>
<date year='2012' month='October' />
<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="RFC7250" target='https://www.rfc-editor.org/info/rfc7250'>
<front>
<title>Using Raw Public Keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
<author initials='P.' surname='Wouters' fullname='P. Wouters' role='editor'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig' role='editor'><organization /></author>
<author initials='J.' surname='Gilmore' fullname='J. Gilmore'><organization /></author>
<author initials='S.' surname='Weiler' fullname='S. Weiler'><organization /></author>
<author initials='T.' surname='Kivinen' fullname='T. Kivinen'><organization /></author>
<date year='2014' month='June' />
<abstract><t>This document specifies a new certificate type and two TLS extensions for exchanging raw public keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS).  The new certificate type allows raw public keys to be used for authentication.</t></abstract>
</front>
<seriesInfo name='RFC' value='7250'/>
<seriesInfo name='DOI' value='10.17487/RFC7250'/>
</reference>



<reference  anchor="RFC7251" target='https://www.rfc-editor.org/info/rfc7251'>
<front>
<title>AES-CCM Elliptic Curve Cryptography (ECC) Cipher Suites for TLS</title>
<author initials='D.' surname='McGrew' fullname='D. McGrew'><organization /></author>
<author initials='D.' surname='Bailey' fullname='D. Bailey'><organization /></author>
<author initials='M.' surname='Campagna' fullname='M. Campagna'><organization /></author>
<author initials='R.' surname='Dugal' fullname='R. Dugal'><organization /></author>
<date year='2014' month='June' />
<abstract><t>This memo describes the use of the Advanced Encryption Standard (AES) in the Counter and CBC-MAC Mode (CCM) of operation within Transport Layer Security (TLS) to provide confidentiality and data-origin authentication.  The AES-CCM algorithm is amenable to compact implementations, making it suitable for constrained environments, while at the same time providing a high level of security.  The cipher suites defined in this document use Elliptic Curve Cryptography (ECC) and are advantageous in networks with limited bandwidth.</t></abstract>
</front>
<seriesInfo name='RFC' value='7251'/>
<seriesInfo name='DOI' value='10.17487/RFC7251'/>
</reference>



<reference  anchor="RFC7252" target='https://www.rfc-editor.org/info/rfc7252'>
<front>
<title>The Constrained Application Protocol (CoAP)</title>
<author initials='Z.' surname='Shelby' fullname='Z. Shelby'><organization /></author>
<author initials='K.' surname='Hartke' fullname='K. Hartke'><organization /></author>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<date year='2014' month='June' />
<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="RFC7925" target='https://www.rfc-editor.org/info/rfc7925'>
<front>
<title>Transport Layer Security (TLS) / Datagram Transport Layer Security (DTLS) Profiles for the Internet of Things</title>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig' role='editor'><organization /></author>
<author initials='T.' surname='Fossati' fullname='T. Fossati'><organization /></author>
<date year='2016' month='July' />
<abstract><t>A common design pattern in Internet of Things (IoT) deployments is the use of a constrained device that collects data via sensors or controls actuators for use in home automation, industrial control systems, smart cities, and other IoT deployments.</t><t>This document defines a Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) 1.2 profile that offers communications security for this data exchange thereby preventing eavesdropping, tampering, and message forgery.  The lack of communication security is a common vulnerability in IoT products that can easily be solved by using these well-researched and widely deployed Internet security protocols.</t></abstract>
</front>
<seriesInfo name='RFC' value='7925'/>
<seriesInfo name='DOI' value='10.17487/RFC7925'/>
</reference>



<reference  anchor="RFC8152" target='https://www.rfc-editor.org/info/rfc8152'>
<front>
<title>CBOR Object Signing and Encryption (COSE)</title>
<author initials='J.' surname='Schaad' fullname='J. Schaad'><organization /></author>
<date year='2017' month='July' />
<abstract><t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need for the ability to have basic security services defined for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol.  This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization.  This specification additionally describes how to represent cryptographic keys using CBOR.</t></abstract>
</front>
<seriesInfo name='RFC' value='8152'/>
<seriesInfo name='DOI' value='10.17487/RFC8152'/>
</reference>



<reference  anchor="RFC8422" target='https://www.rfc-editor.org/info/rfc8422'>
<front>
<title>Elliptic Curve Cryptography (ECC) Cipher Suites for Transport Layer Security (TLS) Versions 1.2 and Earlier</title>
<author initials='Y.' surname='Nir' fullname='Y. Nir'><organization /></author>
<author initials='S.' surname='Josefsson' fullname='S. Josefsson'><organization /></author>
<author initials='M.' surname='Pegourie-Gonnard' fullname='M. Pegourie-Gonnard'><organization /></author>
<date year='2018' month='August' />
<abstract><t>This document describes key exchange algorithms based on Elliptic Curve Cryptography (ECC) for the Transport Layer Security (TLS) protocol.  In particular, it specifies the use of Ephemeral Elliptic Curve Diffie-Hellman (ECDHE) key agreement in a TLS handshake and the use of the Elliptic Curve Digital Signature Algorithm (ECDSA) and Edwards-curve Digital Signature Algorithm (EdDSA) as authentication mechanisms.</t><t>This document obsoletes RFC 4492.</t></abstract>
</front>
<seriesInfo name='RFC' value='8422'/>
<seriesInfo name='DOI' value='10.17487/RFC8422'/>
</reference>



<reference  anchor="RFC8747" target='https://www.rfc-editor.org/info/rfc8747'>
<front>
<title>Proof-of-Possession Key Semantics for CBOR Web Tokens (CWTs)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='L.' surname='Seitz' fullname='L. Seitz'><organization /></author>
<author initials='G.' surname='Selander' fullname='G. Selander'><organization /></author>
<author initials='S.' surname='Erdtman' fullname='S. Erdtman'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2020' month='March' />
<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 &quot;Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)&quot; (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="I-D.ietf-cbor-7049bis">
<front>
<title>Concise Binary Object Representation (CBOR)</title>

<author initials='C' surname='Bormann' fullname='Carsten Bormann'>
    <organization />
</author>

<author initials='P' surname='Hoffman' fullname='Paul Hoffman'>
    <organization />
</author>

<date month='September' day='30' 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.  This document is a revised edition of RFC 7049, with editorial improvements, added detail, and fixed errata.  This revision formally obsoletes RFC 7049, while keeping full compatibility of the interchange format from RFC 7049.  It does not create a new version of the format.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-cbor-7049bis-16' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-cbor-7049bis-16.txt' />
</reference>



<reference anchor="I-D.ietf-ace-oauth-authz">
<front>
<title>Authentication and Authorization for Constrained Environments (ACE) using the OAuth 2.0 Framework (ACE-OAuth)</title>

<author initials='L' surname='Seitz' fullname='Ludwig Seitz'>
    <organization />
</author>

<author initials='G' surname='Selander' fullname='Goeran Selander'>
    <organization />
</author>

<author initials='E' surname='Wahlstroem' fullname='Erik Wahlstroem'>
    <organization />
</author>

<author initials='S' surname='Erdtman' fullname='Samuel Erdtman'>
    <organization />
</author>

<author initials='H' surname='Tschofenig' fullname='Hannes Tschofenig'>
    <organization />
</author>

<date month='June' day='24' year='2020' />

<abstract><t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE- OAuth.  The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices.  Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-ace-oauth-authz-35' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-ace-oauth-authz-35.txt' />
</reference>



<reference anchor="I-D.ietf-ace-oauth-params">
<front>
<title>Additional OAuth Parameters for Authorization in Constrained Environments (ACE)</title>

<author initials='L' surname='Seitz' fullname='Ludwig Seitz'>
    <organization />
</author>

<date month='April' day='28' year='2020' />

<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 key the client wishes to use, the proof-of-possession key that the Authorization Server has selected, and the key the Resource Server uses to authenticate to the client.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-ace-oauth-params-13' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-ace-oauth-params-13.txt' />
</reference>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC5077" target='https://www.rfc-editor.org/info/rfc5077'>
<front>
<title>Transport Layer Security (TLS) Session Resumption without Server-Side State</title>
<author initials='J.' surname='Salowey' fullname='J. Salowey'><organization /></author>
<author initials='H.' surname='Zhou' fullname='H. Zhou'><organization /></author>
<author initials='P.' surname='Eronen' fullname='P. Eronen'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2008' month='January' />
<abstract><t>This document describes a mechanism that enables the Transport Layer Security (TLS) server to resume sessions and avoid keeping per-client session state.  The TLS server encapsulates the session state into a ticket and forwards it to the client.  The client can subsequently resume a session using the obtained ticket.  This document obsoletes RFC 4507.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5077'/>
<seriesInfo name='DOI' value='10.17487/RFC5077'/>
</reference>



<reference  anchor="RFC5869" target='https://www.rfc-editor.org/info/rfc5869'>
<front>
<title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
<author initials='H.' surname='Krawczyk' fullname='H. Krawczyk'><organization /></author>
<author initials='P.' surname='Eronen' fullname='P. Eronen'><organization /></author>
<date year='2010' month='May' />
<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="RFC6655" target='https://www.rfc-editor.org/info/rfc6655'>
<front>
<title>AES-CCM Cipher Suites for Transport Layer Security (TLS)</title>
<author initials='D.' surname='McGrew' fullname='D. McGrew'><organization /></author>
<author initials='D.' surname='Bailey' fullname='D. Bailey'><organization /></author>
<date year='2012' month='July' />
<abstract><t>This memo describes the use of the Advanced Encryption Standard (AES) in the Counter with Cipher Block Chaining - Message Authentication Code (CBC-MAC) Mode (CCM) of operation within Transport Layer Security (TLS) and Datagram TLS (DTLS) to provide confidentiality and data origin authentication.  The AES-CCM algorithm is amenable to compact implementations, making it suitable for constrained environments.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6655'/>
<seriesInfo name='DOI' value='10.17487/RFC6655'/>
</reference>



<reference  anchor="RFC7662" target='https://www.rfc-editor.org/info/rfc7662'>
<front>
<title>OAuth 2.0 Token Introspection</title>
<author initials='J.' surname='Richer' fullname='J. Richer' role='editor'><organization /></author>
<date year='2015' month='October' />
<abstract><t>This specification defines a method for a protected resource to query an OAuth 2.0 authorization server to determine the active state of an OAuth 2.0 token and to determine meta-information about this token. OAuth 2.0 deployments can use this method to convey information about the authorization context of the token from the authorization server to the protected resource.</t></abstract>
</front>
<seriesInfo name='RFC' value='7662'/>
<seriesInfo name='DOI' value='10.17487/RFC7662'/>
</reference>



<reference  anchor="RFC7748" target='https://www.rfc-editor.org/info/rfc7748'>
<front>
<title>Elliptic Curves for Security</title>
<author initials='A.' surname='Langley' fullname='A. Langley'><organization /></author>
<author initials='M.' surname='Hamburg' fullname='M. Hamburg'><organization /></author>
<author initials='S.' surname='Turner' fullname='S. Turner'><organization /></author>
<date year='2016' month='January' />
<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="RFC8032" target='https://www.rfc-editor.org/info/rfc8032'>
<front>
<title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
<author initials='S.' surname='Josefsson' fullname='S. Josefsson'><organization /></author>
<author initials='I.' surname='Liusvaara' fullname='I. Liusvaara'><organization /></author>
<date year='2017' month='January' />
<abstract><t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA).  The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves.  An example implementation and test vectors are provided.</t></abstract>
</front>
<seriesInfo name='RFC' value='8032'/>
<seriesInfo name='DOI' value='10.17487/RFC8032'/>
</reference>



<reference  anchor="RFC8392" target='https://www.rfc-editor.org/info/rfc8392'>
<front>
<title>CBOR Web Token (CWT)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='E.' surname='Wahlstroem' fullname='E. Wahlstroem'><organization /></author>
<author initials='S.' surname='Erdtman' fullname='S. Erdtman'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2018' month='May' />
<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" target='https://www.rfc-editor.org/info/rfc8610'>
<front>
<title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
<author initials='H.' surname='Birkholz' fullname='H. Birkholz'><organization /></author>
<author initials='C.' surname='Vigano' fullname='C. Vigano'><organization /></author>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<date year='2019' month='June' />
<abstract><t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049).  Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t></abstract>
</front>
<seriesInfo name='RFC' value='8610'/>
<seriesInfo name='DOI' value='10.17487/RFC8610'/>
</reference>



<reference  anchor="RFC8613" target='https://www.rfc-editor.org/info/rfc8613'>
<front>
<title>Object Security for Constrained RESTful Environments (OSCORE)</title>
<author initials='G.' surname='Selander' fullname='G. Selander'><organization /></author>
<author initials='J.' surname='Mattsson' fullname='J. Mattsson'><organization /></author>
<author initials='F.' surname='Palombini' fullname='F. Palombini'><organization /></author>
<author initials='L.' surname='Seitz' fullname='L. Seitz'><organization /></author>
<date year='2019' month='July' />
<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>




    </references>


<!--  LocalWords:  Datagram CoAP CoRE DTLS introducer URI
 -->
<!--  LocalWords:  namespace Verifier JSON timestamp timestamps PSK
 -->
<!--  LocalWords:  decrypt UTC decrypted whitespace preshared HMAC
-->

<!-- Local Variables: -->
<!-- coding: utf-8 -->
<!-- ispell-local-dictionary: "american" -->
<!-- End: -->



  </back>

<!-- ##markdown-source:
H4sIANN6ml8AA9V96XLc1pno//MU58pV1+Sku81FXMSJU6EoKuJIMnVFOp65
jksE0WgSIRroAdCi2ormaeYZ5gXyYvfbzgYcNOk4qZmrSsXNbuCs376Ox2OV
VtO8vDnSy3Y2PlSqzdsiO9Ivkja5qZO5vqyTsllUdavfJKus1hdZuqzzdqU3
Xly+udjU7+pqlheZnlW1Pl62t1nZ5mnS5lWpk3JKX1V1/jN/gw+dVGXT1kle
ZlN9Wn7M66qcw0uN3jg+Od1UyfV1nX08gseO341xCjWt0jKZw5qmdTJrx3kG
C03SbDxti2acyPjZuEjarGkVzJ3dVPXqSDftVKl8UR/ptl427c7W1rOtHZXU
WXJkd6Huq/rupq6WiyMN0+sf4E84Df0H/ErdZSv4fXqkz8o2q8usHb/AJSjV
tLC3D0lRlbCsVdaoRX6kf2yrdKQbOKo6mzXwaTXHDz8pxYs8UnqsNPzLywZW
MNF/yOopvItf8QYv2myWlHnm/1LVcDffl/nHrG7y9q//2erndQYHpi//7xk9
AIeZZe2Rflc17SxJb/Xu7tbTp1v0WwpbPJIX+Itqipc73jnc3Xsm3yzLFo8L
5pwn5Yq+XNzSzn7z9Nn46c72eGf7cLy/+2xrn37M5kleHOkbWuPv25/zCawx
2Nv5RD/P6hsYrvR2d14ks/B7eA+2y7DxP2aTT/1NXstyo9s8gW1WdWeXJ0nd
tLBy/5f/QXe4s+1vL02uq+jW/jABFCkAyLPa29sf/vpfQA3CX2hvp3WeNg0g
+PHzAEQqeHzSyOO/z+SpSVrNg9ne4Gx5+7M31Zvl9D6/8b6meU6q+XXeZult
cGov/vzX/7wrsxsgWaXe3fZO7W1SzP/6X96p7Wxv69298NAu7rOpHK2su6DJ
YeEw+e9TMyf8rVSJ19rCTQI26/cvT2DAZ/LxcPvgqXx8unNgvt3ffXpgPh48
Nd8e7OxtuY/b7uOO+fhsZ8+Oa789fLpjPx7wuGfjFxMiiel1VY8Ptp4+u87h
SPEv/1ckmBXSIaKYPx/Ff1skQPKbIyCb5ayz0b2tA7OPvcN9u7v9PbPMg/19
u/iDp4dmmVu7dsUAfebj/vaW+7gLHxXyDbgyugb8d3H65uWRfvIjPDL+V/j3
0xOlxuOxTq6Re6RAhC9v80Y3iyzNZ4bjTLMZ8JVGJ3ohbKmaaeBJRNtnsLcM
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
qyP9BDZTA5KVT9zDp+WUR/x/NKs5jSbFAAA=

-->

</rfc>

