<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.1.2) -->
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc subcompact="no"?>
<?rfc iprnotified="no"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-amsuess-core-resource-directory-extensions-10" category="exp" tocDepth="3" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title>CoRE Resource Directory Extensions</title>
    <seriesInfo name="Internet-Draft" value="draft-amsuess-core-resource-directory-extensions-10"/>
    <author initials="C." surname="Amsüss" fullname="Christian Amsüss">
      <organization/>
      <address>
        <email>christian@amsuess.com</email>
      </address>
    </author>
    <date year="2024" month="March" day="04"/>
    <area>Internet</area>
    <workgroup>CoRE</workgroup>
    <keyword>CoRE, Web Linking, Resource Discovery, Resource Directory, Proxy</keyword>
    <abstract>
      <t>A collection of extensions to the Resource Directory <xref target="rfc9176"/>
that can stand on their own, and have no clear future in specification yet.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Constrained RESTful Environments Working Group mailing list (core@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://gitlab.com/chrysn/resource-directory-extensions"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>This document pools some extensions to the Resource Directory
<xref target="rfc9176"/> that might be useful but have no place in
the original document.</t>
      <t>They might become individual documents for IETF submission, simple
registrations in the RD Parameter Registry at IANA, or grow into a shape where
they can be submitted as a collection of tools.</t>
      <t>At its current state, this draft is a collection of ideas.</t>
    </section>
    <section anchor="reverseproxy">
      <name>Reverse Proxy requests</name>
      <t>When a registrant registers at a Resource Directory, it might not have a
suitable address it can use as a base address.
Typical reasons include being inside a NAT without control over port forwarding,
or only being able to open outgoing connections
(as program running inside a web browser utilizing CoAP over WebSocket <xref target="RFC8323"/> might be).</t>
      <t><xref target="rfc9176"/> suggests (in the Cellular M2M use case) that proxy access to such endpoints can be provided,
it gives no concrete mechanism to do that; this is such a mechanism.</t>
      <t>This mechanism is intended to be a last-resort option to provide connectivity.
Where possible, direct connections are preferred.
Before registering for proxying,
the registrant should attempt to obtain a publicly available port,
for example using PCP (<xref target="RFC6887"/>).</t>
      <t>The same mechanism can also be employed by registrants that want to conceal their network address from its clients.</t>
      <t>A deployed application where this is implicitly done is LwM2M [citation missing].
Notable differences are that the protocol used between the client and the proxying RD is not CoAP but application specific,
and that the RD (depending on some configuration) eagerly populates its proxy caches
by sending requests and starting observations at registration time.</t>
      <section anchor="discovery">
        <name>Discovery</name>
        <t>An RD that provides proxying functionality advertises it by announcing the additional resource type "TBD1" on its directory resource.</t>
      </section>
      <section anchor="registration">
        <name>Registration</name>
        <t>A client passes the "proxy=yes" or "proxy=ondemand" query parameter
in addition to (but typically instead of) a "base" query parameter.</t>
        <t>A server that receives a "proxy=yes" query parameter in a registration
(or receives "proxy=ondemand" and decides it needs to proxy)
MUST come up with a "Proxy URL" on which it accepts requests,
and which it uses as a Registration Base URI for lookups on the present registration.</t>
        <t>The Proxy URL SHOULD have no path component,
as acting as a reverse proxy in such a scenario
means that any relative references in all representations that are proxied must be recognized
and possibly rewritten.</t>
        <t>The RD MAY accept connections also on alternative Registration Base URIs
using different protocols;
it can advertise them using the mechanisms of <xref target="I-D.ietf-core-transport-indication"/>.</t>
        <t>The registrant is not informed of the chosen public name by the RD.
(<xref target="propagation"/> discusses means how to change that).</t>
        <t>This mechanism is applicable to all transports that can be used to register.
If proxying is active, the restrictions on when the base parameter needs to be present
(<xref target="rfc9176"/> Registration template)
are relaxed:
The base parameter may also be absent if the connection originates from an ephemeral port,
as long as the underlying protocol supports role reversal,
and link-local IPv6 addresses may be used without any concerns of expressibility.</t>
        <t>If the client uses the role reversal rule relaxation,
both it and the server keep that connection open for as long as it wants to be reachable.
When the connection terminates, the RD SHOULD treat the registration as having timed out
(even if its lifetime has not been exceeded) and MAY eventually remove the registration.
It is yet to be decided whether the RD's announced ability to do proxying
should imply that infinite lifetimes are necessarily supported for such registrations;
at least, it is RECOMMENDED.</t>
        <section anchor="registration-updates">
          <name>Registration updates</name>
          <t>The "proxy" query parameter can not be changed or repeated in a registration update;
RD servers MUST answer 4.00 Bad Request to any registration update that has a "proxy" query parameter.</t>
          <t>As always, registration updates can explicitly or implicitly update the Registration Base URI.
In proxied registrations, those changes are not propagated to lookup,
but do change the forwarding address of the proxy.</t>
          <t>For example, if a registration is established over TCP,
an update can come along in a new TCP connection.
Starting then, proxied requests are forwarded along that new connection.</t>
        </section>
      </section>
      <section anchor="proxy-behavior">
        <name>Proxy behavior</name>
        <t>The RD operates as a reverse-proxy as described in <xref target="RFC7252"/> Section 5.7.3 at the announced Proxy URL(s),
where it decides based on the requested host and port
to which registrant endpoint to forward the request.</t>
        <t>The address the incoming request are forwarded to is the base address of the registration.
If an explicit "base" paremter is given,
the RD will forward requests to that location.
Otherwise, it forwards to the registration's source address
(which is the implied base parameter).</t>
        <t>When an implicit base is used,
the requests forwarded by the RD to the EP contain no Uri-Host option.
EPs that want to run multiple parallel registrations
(especially gateway-like devices)
can either open up separate connections,
or use an additional (to-be-specified) mechanism to set the "virtual host name" for that registration in a separate argument.</t>
        <section anchor="limitations-from-using-a-reverse-proxy">
          <name>Limitations from using a reverse proxy</name>
          <t>The registrant requesting the reverse proxying needs to ensure that all services it provides are compatible with being operated behind a reverse proxy with an unknown name.
In particular, this rules out all applications that refer to local resources by a full URI
(as opposed to relative references without scheme and host).
Applications behind a reverse proxy can not use role reversal.</t>
          <t>Some of these limitations can be mitigated if the application knows its advertised address.
The mechanisms of <xref target="propagation"/> might be used to change that.</t>
        </section>
      </section>
      <section anchor="on-demand-proxying">
        <name>On-Demand proxying</name>
        <t>If an endpoint is deployed in an unknown network,
it might not know whether it is behind a NAT that would require it to configure an explicit base address,
and ask the RD to assist by proxying if necessary by registering with the "proxy=ondemand" query parameter.</t>
        <t>A server receiving that SHOULD use a different IP address to try
to access the registrant's .well-known/core file using a GET request under the Registration Base URI.
If that succeeds, it may assume that no NAT is present, and ignore the proxying request.
Otherwise, it configures proxying as if "proxy=yes" were requested.</t>
        <t>Note that this is only a heuristic
[ and not tested in deployments yet ].</t>
      </section>
      <section anchor="multiple-upstreams">
        <name>Multiple upstreams</name>
        <t>When a proxying RD is operating behind a router that has uplinks with multiple provisioning domains (see <xref target="RFC7556"/>) or a similar setup,
it MAY mint multiple addresses that are reachable on the respective provisioning domains.
When possible, it is preferred to keep the number of URIs handed out low (avoiding URI aliasing);
this can be achieved by announcing both the proxy's public addresses under the same wildcard name.</t>
        <t>If RDs are announced by the uplinks using RDAO,
the proxy may use the methods of <xref target="I-D.amsuess-core-rd-replication"/> to distribute its registrations to all the announced upstream RDs.</t>
        <t>In such setups, the router can forward the upstream RDs using the PvD option (<xref target="RFC8801"/>) to PvD-aware hosts
and only announce the local RD to PvD-unaware ones (which then forwards their registrations).
It can be expected that PvD-aware endpoints are capable of registering with multiple RDs simultaneously.</t>
      </section>
      <section anchor="examples">
        <name>Examples</name>
        <section anchor="registration-through-a-firewall">
          <name>Registration through a firewall</name>
          <artwork><![CDATA[
Req from [2001:db8:42::9876]:5683:
POST coap://rd.example.net/rd?ep=node9876&proxy=ondemand
</some-resource>;rt="example.x"

Req from other-address.rd.example.net:
GET coap://[2001:db8:42::9876]/.well-known/core

Request blocked by stateful firewall around [2001:db8:42::]

RD decides that proxying is necessary

Res: 2.04 Created
Location: /reg/abcd
]]></artwork>
          <t>Later, lookup of that registration might say:</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.net/lookup/res?rt=example.x

Res: 2.05 Content
<coap://node987.rd.example.net/some-resource>;rt="example.x
]]></artwork>
          <t>A request to that resource will end up at an IP address of the RD,
which will forward it using its the IP and port on which the registrant had registered as source port,
thus reaching the registrant through the stateful firewall.</t>
        </section>
        <section anchor="browser">
          <name>Registration from a browser context</name>
          <artwork><![CDATA[
Req: POST coaps+ws://rd.example.net/rd?ep=node1234&proxy=yes
</gyroscope>;rt="core.s"

Res: 2.04 Created
Location: /reg/123
]]></artwork>
          <t>The gyroscope can now not only be looked up in the RD, but also be reached:</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.net/lookup/res?rt=core.s

Res: 2.05 Content
<coap://[2001:db8:1::1]:10123/gyroscope>;rt="core.s"
]]></artwork>
          <t>In this example, the RD has chosen to do port-based rather than host-based virtual hosting
and announces its literal IP address
as that allows clients to not send the lengthy Uri-Host option with all requests.</t>
        </section>
      </section>
      <section anchor="notes-on-stability-and-maturity">
        <name>Notes on stability and maturity</name>
        <t>Using this with UDP can be quite fragile;
the author only draws on own experience that this can work across cell-phone NATs
and does not claim that this will work over generic firewalls.</t>
        <t>[ It may make sense to have the example as TCP right away. ]</t>
      </section>
      <section anchor="security-considerations">
        <name>Security considerations</name>
        <t>An RD MAY impose additional restrictions on which endpoints can register for proxying,
and thus respond 4.01 Unauthorized to request that would pass had they not requested proxying.</t>
        <t>Attackers could do third party registrations with an attacked device's address as base URI,
though the RD would probably not amplify any attacks in that case.</t>
        <t>The RD MUST NOT reveal the address at which it reaches the registrant
except for adaequately authenticated and authorized debugging purposes,
as that address could reveal sensitive location data the registrant may wish to hide by using a proxy.</t>
        <t>Usual caveats for proxies apply.</t>
      </section>
      <section anchor="alternatives-to-be-explored">
        <name>Alternatives to be explored</name>
        <t>With the mechanisms of <xref target="I-D.ietf-core-transport-indication"/>,
an RD could also operate as a forward proxy,
and indicate its availability for that purpose in a <tt>has-proxy</tt> link it creates on its own,
and which it makes discoverable through its lookup interfaces.</t>
        <t>How a registrant opts in to that behavior,
how it selects a suitable public address (using the <tt>base</tt> attribute is tempting, but conflicts with the currently prescribed proxy behavior)
and for which scenarios this is preferable is a topic being explored.</t>
        <t>As with the reverse proxy address,
the registrant is not informed of the public addresses (though again, <xref target="propagation"/> can be used to change that).
Knowing these addresses can be relevant when the endpoint advertises its services out of band
(e.g. by showing a QR code or exposing links through NFC),
but also when the mechanism of <xref target="I-D.ietf-core-transport-indication"/> Appendix D is used.</t>
      </section>
    </section>
    <section anchor="infinite-lifetime">
      <name>Infinite lifetime</name>
      <t>An RD can indicate support for infinite lifetimes
by adding the resoruce type "TBD2" to its list of resource types.</t>
      <t>A registrant that wishes to keep its registration alive indefinitely
can set the lifetime value as "lt=inf".</t>
      <t>Registrations with infinite lifetimes never time out.
Unlike regular registrations, they are not "soft state";
the registrant can expect the RD to persist the registrations
across network changes, reboots, softare updates and that like.</t>
      <t>Typical use cases for infinite life times are:</t>
      <ul spacing="normal">
        <li>Commissioning tools (CTs) that do not return to the deployment site,
and thus can not refresh the soft state</li>
        <li>Proxy registrations whose lifetime is limited by a connection that is kept alive</li>
      </ul>
      <section anchor="example">
        <name>Example</name>
        <t>Had the example of <xref target="browser"/> discovered support for infinite lifetimes during lookup like this:</t>
        <artwork><![CDATA[
Req: GET coaps+ws://rd.example.net/.well-known/core?rt=core.rd*

Res: 2.05 Content
</rd>;rt="core.rd TBD1 TBD2";ct=40
]]></artwork>
        <t>it could register like that:</t>
        <artwork><![CDATA[
Req: POST coaps+ws://rd.example.net/rd?ep=node1234&proxy=yes&lt=inf
</gyroscope>;rt="core.s"

Res: 2.04 Created
Location: /reg/123
]]></artwork>
        <t>and never need to update the registration for as long as the websocket connection is open.</t>
        <t>(When it gets terminated, it could try renewing the registration,
but needs to be prepared for the RD to already have removed the original registration.)</t>
      </section>
    </section>
    <section anchor="limited-lifetimes">
      <name>Limited lifetimes</name>
      <t>Even if an RD supports infinite lifetimes,
it may not accept them from just any registrant.
Even more, an RD may have policies in place that require a certain frequency of updates
and thus place an upper limit on lt lower than the technical limit of 136 years.</t>
      <t>This document does not define any means of communicating lifetime limits,
but explores a few options:</t>
      <ul spacing="normal">
        <li>
          <t>Administrative channels.  </t>
          <t>
An RD that sees registrations with unreasonably long lifetimes can flag them for its operator
to take further measures.  </t>
          <t>
While sounding tediously manual,
this captures the observation that different components are configured in a softly incompatible way,
and need operator intervention (because if there were automatic means, they obviously failed).</t>
        </li>
        <li>
          <t>General advertisement of preferred lifetimes.  </t>
          <t>
When the limitations on the lifetimes are not from authorization
but from general setup,
an RD could advertise that property in a to-be-created link target attribute of its registration resource.
Different attributes could express preference or hard limits.  </t>
          <t>
This information is also available easily for registrants,
which may then heed the advice if supported,
and may notify their operators that they just started spending more resources than they were configured to.  </t>
          <t>
It is also available to tools that provision endpoints with their RD address (and parameters),
as they can use the same lookup interface.</t>
        </li>
        <li>
          <t>Per-registration information.  </t>
          <t>
For soft limits, the RD can offer the endpoint additional metadata if it queries them post-registration.
That query can use the endpoint lookup interface,
or the extension of <xref target="propagation"/>.
This may require additional round-trips on the part of endpoint.</t>
        </li>
        <li>
          <t>Hard limits informed by error codes.  </t>
          <t>
An RD can reject registrations with overly long lifetimes if the endpoint is not authorized to use such long lifetimes
with a 4.01 Unauthorized error.
The mechanisms of <xref target="RFC9290"/>,
with a to-be-defined error detail on the permissible lifetime,
can be used to propagate information back to then endpoint.  </t>
          <t>
This behavior is explicitly NOT RECOMMENDED,
because devices may crucially depend on the RD's services --
this rejection may even be the reason why the device is not configured with the new settings that would contain a shorter lifetime.</t>
        </li>
      </ul>
    </section>
    <section anchor="zone-identifier-introspection">
      <name>Zone identifier introspection</name>
      <t>The 'split-horizon' mechanism of <xref target="rfc9176"/>
(that registrations with link-local bases can only be read from the zone they registered on)
reduces the usability of the endpoint lookup interface for debugging purposes.</t>
      <t>To allow an administrator to read out the "show-zone-id" query parameter for endpoint and resource lookup is introduced.</t>
      <t>A Resource Directory that understands this parameter MUST NOT limit lookup results to registrations from the lookup's zone,
and MUST use <xref target="RFC6874"/> zone identifiers to annotate which zone those registrations are valid on.</t>
      <t>The RD MUST limit such requests to authenticated and authorized debugging requests,
as registrants may rely on the RD to keep their presence secret from other links.</t>
      <section anchor="example-1">
        <name>Example</name>
        <artwork><![CDATA[
Req: GET /rd-lookup/ep?show-zone-id&et=printer

Res: 2.05 Content
</reg/1>;base="coap://[2001:db8::1]";et=printer;ep="bigprinter",
</reg/2>;base="coap://[fe80::99%wlan0]";et=printer;ep="localprinter-1234",
</reg/3>;base="coap://[fe80::99%eth2]";et=printer;ep="localprinter-5678",
]]></artwork>
      </section>
    </section>
    <section anchor="proxying-multicast-requests">
      <name>Proxying multicast requests</name>
      <t>Multicast requests are hard to forward at a proxy:
Even if a media type is used
in which multiple responses can be aggregated transparently,
the proxy can not reliably know when all responses have come in.
<xref target="RFC7390"/> Section 2.9 describes the difficulties in more detail.</t>
      <t>Note that <xref target="I-D.tiloca-core-groupcomm-proxy"/> provides a mechanism
that <em>does</em> allow the forwarding of multicast requests.
It is yet to be determined what the respective pros and cons are.
Conversely, that lookup mechanism may also serve as an alternative to resource lookup on an RD.</t>
      <t>A proxy MAY expose an interface compatible with the RD lookup interface,
which SHOULD be advertised by a link to it that indicates the resource types
core.rd-lookup-res and TBD4.</t>
      <t>The proxy sends multicast requests to All CoAP Nodes (<xref target="RFC7252"/> Section 12.8)
requesting their .well-known/core files
either eagerly (ie. in regular intervals independent of queries)
or on demand
(in which case it SHOULD limit the results by applying <xref target="RFC6690"/> query filtering;
if it has received multiple query parameters it should forward the one it deems most likely to limit the results,
as .well-known/core only supports a single query parameter).</t>
      <t>In comparison to classical RD operation,
this RD behaves roughly as if it had received a simple registration
with a All CoAP Nodes address as the source address,
if such behavior were specified.
The individual registrations that result from this
neither have an explicit registration resource
nor an explicit endpoint name;
given that the endpoint lookup interface is not present on such proxies,
neither can be queried.</t>
      <t>Clients that would intend to do run a multicast discovery operation behind the proxy
can then instead query that resource lookup interface.
They SHOULD use observation on lookups,
as an on-demand implementation MAY return the first result before others have arrived,
or MAY even return an empty link set immediately.</t>
      <section anchor="example-2">
        <name>Example</name>
        <artwork><![CDATA[
Req: GET coap+ws://gateway.example.com/.well-known/core?rt=TBD4

Res: 2.05 Content
</discover>;rt="core.rd-lookup-res TBD4";ct=40

Req: GET coap+ws://gateway.example.com/discover?rt=core.s
Observe: 0

Res: 2.05 Content
Observe: 0
Content-Format: 40
(empty payload)
]]></artwork>
        <t>At the same time, the proxy sends out multicast requests on its interfaces:</t>
        <artwork><![CDATA[
Req: GET coap://ff05::fd/.well-known/core?rt=core.s

Res (from [2001:db8::1]:5683): 2.05 Content
</temp>;ct="0 112";rt="core.s"

Res (from [2001:db8::2]:5683): 2.05 Content
</light>;ct="0 112";rt="core.s"
]]></artwork>
        <t>upon receipt of which it sends out a notification to the websocket client:</t>
        <artwork><![CDATA[
Res: 2.05 Content
Observe: 1
Content-Format: 40
<coap://[2001:db8::1]/temp>;ct="0 112";rt="core.s";anchor="coap://[2001:db8::1]",
<coap://[2001:db8::2]/light>;ct="0 112";rt="core.s";anchro="coap://[2001:db8::2]"
]]></artwork>
      </section>
    </section>
    <section anchor="registrations-that-update-dns-records">
      <name>Registrations that update DNS records</name>
      <t>An RD that is provisioned with means to update a DNS zone
and that has a known mapping from registrants to host names
could use registrations to populate DNS records from registration base addresses.</t>
      <t>When combined with <xref target="reverseproxy"/>,
these records point to the RD's built-in proxy rather than to the base address.</t>
      <t>This mechanism is not described in further detail yet as it does not interact well yet
with how the <tt>base</tt> registration attribute interacts with the proxy announcements of <xref target="I-D.ietf-core-transport-indication"/>.</t>
    </section>
    <section anchor="propagation">
      <name>Propagating server generated registration information</name>
      <t>The RD can populate some data into the registration:
The RD may pick the sector and endpoint name based on the endpoint's credentials,
or (as introduced in this documents)
reverse proxy names and soft lifetime limits can be added.</t>
      <t>With the exception of sector and endpoint name,
the registrant can query those properties through the endpoint lookup interface.
However, this is cumbersome as it requires it to use both the registration and the lookup interface.</t>
      <t>The architecture of <xref target="I-D.ietf-core-coap-pubsub"/> offers a different architectural setup:
Applied to the RD,
the registration would generate both a registration metadata resource
(at which the registrant can set or query its registration's metadata)
and a registration link resource
(which contains all the links the registrant provides).
Such a setup would make it easier for registrants
to query or update registration metadata,
including querying for an implicitly assigned endpoint name or sector.</t>
      <t>Extending the RD specification to allow this style of operation
would be possible without altering its client facing interfaces.
Alternatively, using a new media type for operations on the registration resource
and/or the FETCH and PATCH methods
would enable such operations in a less intrusive way.
While it would be tempting to add an Accept option to the registration request
to solicit immediate information on the registration that was just created,
the Accept option's criticality would render this incompatible with existing servers.
The option can still be set if the new content format is advertised by the RD.</t>
      <t>Without any media type suggested so far,
this is what a registration could look like if the RD advertised that it provided content format TBD6 on the registration interface:</t>
      <artwork><![CDATA[
Req from [2001:db8::1]:5683:
POST coap://rd.example.net/rd
Accept: TBD6
Payload:
</some-resource>;rt="example.x"

Res: 2.04 Created
Location: /reg/abcd
Content-Format: TBD6
Payload:
Soft lifetime limit 3600, please update your registration in time.
Forward proxy services are offered at coaps+ws://rd.example.net and
coaps+tcp://rd.example.net.
]]></artwork>
    </section>
    <section anchor="combining-simple-registration-with-edhoc-and-ace">
      <name>Combining simple registration with EDHOC and ACE</name>
      <t>For very constrained devices,
starting a simple registration may be the only occasion at which they use the CoAP client role.
If they exclusively send piggybacked responses (<xref section="5.2.1" sectionFormat="of" target="RFC7252"/>)
and handle only idempotent requests,
they can completely avoid the need for handling retransmissions.</t>
      <t>This section presents some patterns in which an endpoint can register securely
without implementing more CoAP features.</t>
      <section anchor="generic-edhoc-in-reverse-flow">
        <name>Generic EDHOC in reverse flow</name>
        <t>When such a endpoints uses EDHOC <xref target="I-D.ietf-lake-edhoc"/>,
it can follow this flow:</t>
        <t>The endpoints requests simple registration with its RD.
This request is unencrypted.
Both for privacy reasons and to reduce configuration effort,
the endpoints elides the <tt>ep</tt> registration parameter --
it will be established during authentication anyway.</t>
        <t>TBD: Can we establish the correctness of the parameters somewhere later?
(It could if it repeated any parameters in EAD3, at least as an empty item indicating that it's a simple registration).</t>
        <t>The RD initiates an EDHOC exchange
as part of its query for the endpoints's /.well-known/core resource.
As the endpoints has the more vulnerable identity,
EDHOC is performed in reverse message flow.
After the RD has received message 3,
it sends the GET request for the endpoints's /.well-known/core resource
to complete the registration
and responds to the original unencrypted registration.</t>
        <t>TBD: Can the endpoints obtain confirmation that it is now registered?
(It could, if the EAD3 item above is critical:
then, the presence of OSCORE traffic with that key material implies acceptance of that EAD3.)</t>
      </section>
      <section anchor="ace-roles">
        <name>ACE roles</name>
        <t>In an ACE context (<xref target="RFC9200"/>), the endpoints is the Resource Server (RS),
and the RD is the client (C).
This is aligned with the endpoints' capabilities:
The RD is in a position to talk to the ACE Authorization Server (AS)
and obtain a token to enable communication with the endpoints,
and the endpoints does not need to perform any additional communication.</t>
        <t>The token's audience may be "any endpoint eligible for RD registration" or a particular endpoint.
Its subject is the RD.
Its scope is to read the /.well-known/core resource.</t>
        <t>In some scenarios
it may make sense to operate the AS and the RD in a single system,
in which case communication between those parties is cut short.</t>
      </section>
      <section anchor="ace-edhoc-profile">
        <name>ACE EDHOC profile</name>
        <t>When the ACE EDHOC profile <xref target="I-D.ietf-ace-edhoc-oscore-profile"/> is used,
the RD needs to upload its token to the endpoints's authz-info endpoint
(which is a term from ACE, using "endpoint" for a resource path and not for a host as the RD specification does)
before executing EDHOC,
because sending a token is only supported in EDHOC messages 1 and 3
(whereas the RD sends message 2).
The posted token needs to be issued for the audience group of all eligible endpoints,
as the RD does not know the identity of the endpoint at this stage.
When the endpoint sends its credentials,
the RD will know from matching the endpoint's credentials against the <tt>rs_cnf2</tt> and <tt>aud2</tt> list it obtained with the token
(defined in <xref section="3.2" sectionFormat="of" target="I-D.ietf-ace-workflow-and-params"/>)
which endpoint is being registered.</t>
        <t>Both parties can use <tt>kid</tt> as their <tt>ID_CRED_x</tt>
to keep messages small.
The endpoint receives the full <tt>ID_CRED</tt> of the RD as part of the signed token;
the RD can look up the <tt>ID_CRED</tt> of the endpoint in its <tt>rs_cnf2</tt> data.</t>
        <t>Hypothetically,
if a token were permitted to be sent in message 2,
the RS could do that,
and save the extra round-trip for POSTing the token.</t>
        <t>Alternatively,
the RD could initiate EDHOC in forward message flow.
By the time it receives the endpoint's credentials (eg. <tt>kid</tt>) in message 2,
it can ask the AS for a token suitable for that particular endpoint,
or find a suitable token in a list it has obtained earlier
(TBD: how?).
This workflow has the downside of revealing the endpoint's <tt>ID_CRED_x</tt>
to active attackers.
This may be acceptable,
especially when the endpoint is only sending a <tt>kid</tt>,
and more so if the AS has a means of updating that ID.</t>
      </section>
      <section anchor="rd-ace-oscore">
        <name>ACE OSCORE profile</name>
        <t>In the ACE OSCORE profile <xref target="RFC9203"/>,
a token is used that contains symmetric key material.</t>
        <t>The message flow is similar to EDHOC and OSCORE:
The endpoint sends an unencrypted registration request,
but the endpoint needs to publicly reveal its identity by sending the <tt>ep</tt> registration parameter.</t>
        <t>Then, the RD can obtain a token for this particular endpoint.
Like in ACE EDHOC,
it POSTs it to the endpoint's authz-info endpoint;
in addition, it sends a random nonce and receives one in the response.</t>
        <t>Without any further steps,
it can then derive an OSCORE context from the token and the nonces,
and send an OSCORE request for the endpoint's /.well-known/core resource.</t>
        <t>This mode of operation is only recommended
if the endpoint already makes its identity public for other reasons.</t>
      </section>
      <section anchor="ace-oscore-profile-without-ace">
        <name>ACE OSCORE profile without ACE</name>
        <t>When assigning the reversed ACE roles to the participants,
there is a mode of operation that enables the ACE OSCORE profile
while preserving privacy of the endpoint:</t>
        <t>If the endpoint is provisioned with a public key of the AS
in addition to the symmetric material it shares with it in the ACE OSCORE profile,
the device can generate a token containing a secret key,
symmstrically encrypt (or MAC it) for the AS,
and asymmetrically encrypt it for the AS (eg. using Direct Key Agreement).
It then initiates the ACE OSCORE profile with the RD,
which needs to introspect the token at the AS
to obtain the secret key material within.</t>
        <t>This token's roles are different:
Its subject is an endpoint,
its audience is the RD,
and its scope is to register with a particular endpoint name.
The AS verifies during introspection
whether the endpoint is actually eligible to do this.</t>
        <t>It is unsure whether this whole process provides complexity benefits over the EDHOC based workflow,
given that it does necessitate an asymmetric operation.</t>
        <t>(Note that while it is well possible to perform ACE OSCORE profile without the asymmetrical step,
for example by just symmetrically encrypting the token created by the endpoint,
by provisioning the endpoint with a single token response
containing a token encrypted to the RS,
or with one containing an abbreviated token which the RS can introspect at the AS,
this adds little compared to <xref target="rd-ace-oscore"/>,
because the endpoint's initial message will always contain identical parts that allow identification.
The endpoint creating a random token and encrypting it symmetrically to the AS is almost viable and privacy preserving,
but decrypting the token at the AS without any information identifying the symmetric ke
would scale badly.)</t>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="rfc9176">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="M. Koster" initials="M." surname="Koster"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>In many Internet of Things (IoT) applications, direct discovery of resources is not practical due to sleeping nodes or networks where multicast traffic is inefficient. These problems can be solved by employing an entity called a Resource Directory (RD), which contains information about resources held on other servers, allowing lookups to be performed for those resources. The input to an RD is composed of links, and the output is composed of links constructed from the information stored in the RD. This document specifies the web interfaces that an RD supports for web servers to discover the RD and to register, maintain, look up, and remove information on resources. Furthermore, new target attributes useful in conjunction with an RD are defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9176"/>
          <seriesInfo name="DOI" value="10.17487/RFC9176"/>
        </reference>
        <reference anchor="I-D.amsuess-core-rd-replication">
          <front>
            <title>Resource Directory Replication</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <date day="11" month="March" year="2019"/>
            <abstract>
              <t>   Discovery of endpoints and resources in M2M applications over large
   networks is enabled by Resource Directories, but no special
   consideration has been given to how such directories can scale beyond
   what can be managed by a single device.

   This document explores different ways in which Resource Directories
   can be scaled up from single network to enterprise and global scale.
   It does not attempt to standardize any of those methods, but only to
   demonstrate the feasibility of such extensions and to provide
   terminology and exploratory groundwork for later documents.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-core-rd-replication-02"/>
        </reference>
        <reference anchor="RFC6874">
          <front>
            <title>Representing IPv6 Zone Identifiers in Address Literals and Uniform Resource Identifiers</title>
            <author fullname="B. Carpenter" initials="B." surname="Carpenter"/>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>This document describes how the zone identifier of an IPv6 scoped address, defined as in the IPv6 Scoped Address Architecture (RFC 4007), can be represented in a literal IPv6 address and in a Uniform Resource Identifier that includes such a literal address. It updates the URI Generic Syntax specification (RFC 3986) accordingly.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6874"/>
          <seriesInfo name="DOI" value="10.17487/RFC6874"/>
        </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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC8323">
          <front>
            <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="S. Lemay" initials="S." surname="Lemay"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="B. Silverajan" initials="B." surname="Silverajan"/>
            <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP. The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
              <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports. It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8323"/>
          <seriesInfo name="DOI" value="10.17487/RFC8323"/>
        </reference>
        <reference anchor="RFC6887">
          <front>
            <title>Port Control Protocol (PCP)</title>
            <author fullname="D. Wing" initials="D." role="editor" surname="Wing"/>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="R. Penno" initials="R." surname="Penno"/>
            <author fullname="P. Selkirk" initials="P." surname="Selkirk"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>The Port Control Protocol allows an IPv6 or IPv4 host to control how incoming IPv6 or IPv4 packets are translated and forwarded by a Network Address Translator (NAT) or simple firewall, and also allows a host to optimize its outgoing NAT keepalive messages.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6887"/>
          <seriesInfo name="DOI" value="10.17487/RFC6887"/>
        </reference>
        <reference anchor="I-D.ietf-core-transport-indication">
          <front>
            <title>CoAP Protocol Indication</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <date day="23" month="October" year="2023"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP, [RFC7252]) is available
   over different transports (UDP, DTLS, TCP, TLS, WebSockets), but
   lacks a way to unify these addresses.  This document provides
   terminology and provisions based on Web Linking [RFC8288] to express
   alternative transports available to a device, and to optimize
   exchanges using these.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-transport-indication-03"/>
        </reference>
        <reference anchor="RFC7556">
          <front>
            <title>Multiple Provisioning Domain Architecture</title>
            <author fullname="D. Anipko" initials="D." role="editor" surname="Anipko"/>
            <date month="June" year="2015"/>
            <abstract>
              <t>This document is a product of the work of the Multiple Interfaces Architecture Design team. It outlines a solution framework for some of the issues experienced by nodes that can be attached to multiple networks simultaneously. The framework defines the concept of a Provisioning Domain (PvD), which is a consistent set of network configuration information. PvD-aware nodes learn PvD-specific information from the networks they are attached to and/or other sources. PvDs are used to enable separation and configuration consistency in the presence of multiple concurrent connections.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7556"/>
          <seriesInfo name="DOI" value="10.17487/RFC7556"/>
        </reference>
        <reference anchor="RFC8801">
          <front>
            <title>Discovering Provisioning Domain Names and Data</title>
            <author fullname="P. Pfister" initials="P." surname="Pfister"/>
            <author fullname="É. Vyncke" surname="É. Vyncke"/>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <author fullname="W. Shao" initials="W." surname="Shao"/>
            <date month="July" year="2020"/>
            <abstract>
              <t>Provisioning Domains (PvDs) are defined as consistent sets of network configuration information. PvDs allows hosts to manage connections to multiple networks and interfaces simultaneously, such as when a home router provides connectivity through both a broadband and cellular network provider.</t>
              <t>This document defines a mechanism for explicitly identifying PvDs through a Router Advertisement (RA) option. This RA option announces a PvD identifier, which hosts can compare to differentiate between PvDs. The option can directly carry some information about a PvD and can optionally point to PvD Additional Information that can be retrieved using HTTP over TLS.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8801"/>
          <seriesInfo name="DOI" value="10.17487/RFC8801"/>
        </reference>
        <reference anchor="RFC9290">
          <front>
            <title>Concise Problem Details for Constrained Application Protocol (CoAP) APIs</title>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="October" year="2022"/>
            <abstract>
              <t>This document defines a concise "problem detail" as a way to carry machine-readable details of errors in a Representational State Transfer (REST) response to avoid the need to define new error response formats for REST APIs for constrained environments. The format is inspired by, but intended to be more concise than, the problem details for HTTP APIs defined in RFC 7807.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9290"/>
          <seriesInfo name="DOI" value="10.17487/RFC9290"/>
        </reference>
        <reference anchor="RFC7390">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Rahman" initials="A." role="editor" surname="Rahman"/>
            <author fullname="E. Dijk" initials="E." role="editor" surname="Dijk"/>
            <date month="October" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for constrained devices and constrained networks. It is anticipated that constrained devices will often naturally operate in groups (e.g., in a building automation scenario, all lights in a given room may need to be switched on/off as a group). This specification defines how CoAP should be used in a group communication context. An approach for using CoAP on top of IP multicast is detailed based on existing CoAP functionality as well as new features introduced in this specification. Also, various use cases and corresponding protocol flows are provided to illustrate important concepts. Finally, guidance is provided for deployment in various network topologies.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7390"/>
          <seriesInfo name="DOI" value="10.17487/RFC7390"/>
        </reference>
        <reference anchor="I-D.tiloca-core-groupcomm-proxy">
          <front>
            <title>Proxy Operations for CoAP Group Communication</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <date day="31" month="August" year="2023"/>
            <abstract>
              <t>   This document specifies the operations performed by a proxy, when
   using the Constrained Application Protocol (CoAP) in group
   communication scenarios.  Such a proxy processes a single request
   sent by a client over unicast, and distributes the request over IP
   multicast to a group of servers.  Then, the proxy collects the
   individual responses from those servers and relays those responses
   back to the client, in a way that allows the client to distinguish
   the responses and their origin servers through embedded addressing
   information.  This document updates RFC7252 with respect to caching
   of response messages at proxies.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-groupcomm-proxy-09"/>
        </reference>
        <reference anchor="RFC6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links. Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type. "RESTful" refers to the Representational State Transfer (REST) architecture. A well-known URI is defined as a default entry point for requesting the links hosted by a server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="I-D.ietf-core-coap-pubsub">
          <front>
            <title>A publish-subscribe architecture for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Jaime Jimenez" initials="J." surname="Jimenez">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Michael Koster" initials="M." surname="Koster">
              <organization>Dogtiger Labs</organization>
            </author>
            <author fullname="Ari Keränen" initials="A." surname="Keränen">
              <organization>Ericsson</organization>
            </author>
            <date day="20" month="October" year="2023"/>
            <abstract>
              <t>   This document describes a publish-subscribe architecture for the
   Constrained Application Protocol (CoAP), extending the capabilities
   of CoAP communications for supporting endpoints with long breaks in
   connectivity and/or up-time.  CoAP clients publish on and subscribe
   to a topic via a corresponding topic resource at a CoAP server acting
   as broker.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coap-pubsub-13"/>
        </reference>
        <reference anchor="I-D.ietf-lake-edhoc">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="22" month="January" year="2024"/>
            <abstract>
              <t>   This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a
   very compact and lightweight authenticated Diffie-Hellman key
   exchange with ephemeral keys.  EDHOC provides mutual authentication,
   forward secrecy, and identity protection.  EDHOC is intended for
   usage in constrained scenarios and a main use case is to establish an
   OSCORE security context.  By reusing COSE for cryptography, CBOR for
   encoding, and CoAP for transport, the additional code size can be
   kept very low.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-23"/>
        </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="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="23" month="October" year="2023"/>
            <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 OAuth 2.0 Client and Resource
   Server, and it binds an authentication credential of the Client to an
   OAuth 2.0 access token.  EDHOC also establishes an Object Security
   for Constrained RESTful Environments (OSCORE) Security Context, which
   is used to secure communications 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-03"/>
        </reference>
        <reference anchor="I-D.ietf-ace-workflow-and-params">
          <front>
            <title>Alternative Workflow and 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="2" month="January" year="2024"/>
            <abstract>
              <t>   This document updates the Authentication and Authorization for
   Constrained Environments Framework (ACE, RFC 9200) as follows.
   First, it defines a new, alternative workflow that the Authorization
   Server can use for uploading an access token to a Resource Server on
   behalf of the Client.  Second, it defines new parameters and
   encodings for the OAuth 2.0 token endpoint at the Authorization
   Server.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-workflow-and-params-00"/>
        </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="I-D.ietf-core-coral">
          <front>
            <title>The Constrained RESTful Application Language (CoRAL)</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>ARM</organization>
            </author>
            <date day="4" month="March" year="2024"/>
            <abstract>
              <t>   The Constrained RESTful Application Language (CoRAL) defines a data
   model and interaction model as well as a compact serialization
   formats for the description of typed connections between resources on
   the Web ("links"), possible operations on such resources ("forms"),
   and simple resource metadata.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coral-06"/>
        </reference>
      </references>
    </references>
    <section anchor="attic">
      <name>Attic</name>
      <t>Several extensions to the RD have been proposed in earlier versions of this document
and were removed;
this section summarizes them,
lists where to look up the latest version,
and gives reasons for their removal:</t>
      <ul spacing="normal">
        <li>
          <t>Opportunistic RD (until -10)  </t>
          <t>
Describes how moderately capable devices can automatically configure and advertise themselves as an RD
while no administratively configured RD is present.  </t>
          <t>
Removed due to large complexity
and lack of real use cases.</t>
        </li>
        <li>
          <t>Lifetime age (until -10)  </t>
          <t>
References <xref section="5.2" sectionFormat="of" target="I-D.amsuess-core-rd-replication"/> to allow administrators to see how much of a registration's lifetime has expired.  </t>
          <t>
Removed in favor of more generic provenance mechanisms described in <xref section="5.1" sectionFormat="of" target="I-D.amsuess-core-rd-replication"/>,
and for lack of use cases.</t>
        </li>
        <li>
          <t>Lookup across link relations (until -10)  </t>
          <t>
Describes how a lookup may be combined ahead of time with requests for following more link relations.  </t>
          <t>
Removed in favor of utilizing <xref target="I-D.ietf-core-coral"/> FETCH requests.</t>
        </li>
      </ul>
    </section>
    <section anchor="change-log">
      <name>Change log</name>
      <t>Since -09:</t>
      <ul spacing="normal">
        <li>Added section on use with EDHOC and ACE security</li>
        <li>Moved Opportunistic RD, Lifetime age and Lookup across link relations into the newly created attic.</li>
      </ul>
      <t>Since -08:</t>
      <ul spacing="normal">
        <li>Add section on propagating server generated information.</li>
        <li>Reference transport-indication appendix as one reason why propagation can be relevant.</li>
      </ul>
      <t>Since -07:</t>
      <ul spacing="normal">
        <li>Update references.</li>
      </ul>
      <t>Since -06:</t>
      <ul spacing="normal">
        <li>Add sketch for DNS updates.</li>
        <li>Add sketch for forward proxying.</li>
        <li>Fix erroneous section numbers.</li>
      </ul>
      <t>Since -05:</t>
      <ul spacing="normal">
        <li>Add section on Limited Lifetimes.</li>
        <li>Point out limitations to applications that use reverse proxying.</li>
        <li>Minor reference and bugfix updates.</li>
      </ul>
      <t>Since -04:</t>
      <ul spacing="normal">
        <li>
          <t>Minor adjustments:
          </t>
          <ul spacing="normal">
            <li>Mention LwM2M and how it is already doing RD proxying.</li>
            <li>Tie proxying in with infinite lifetimes.</li>
            <li>Remove note on not being able to switch protocols: RDs that support some future protocol negotiation can do that.</li>
            <li>Point out that there is no Uri-Host from the RD proxy to the EP, but there could be.</li>
            <li>Infinite lifetimes: Take up CTs more explicitly from RD discussion.</li>
            <li>Start exploring interactions with groupcomm-proxy.</li>
          </ul>
        </li>
      </ul>
      <t>Since -03:</t>
      <ul spacing="normal">
        <li>Added interaction with PvD (Provisioning Domains)</li>
      </ul>
      <t>Since -02:</t>
      <ul spacing="normal">
        <li>Added abstract</li>
        <li>Added example of CoRAL FETCH to Lookup across link relations section</li>
      </ul>
      <t>Since -01:</t>
      <ul spacing="normal">
        <li>Added section on Opportunistic RDs</li>
      </ul>
      <t>Since -00:</t>
      <ul spacing="normal">
        <li>Add multicast proxy usage pattern</li>
        <li>ondemand proxying: Probing queries must be sent from a different address</li>
        <li>proxying: Point to RFC7252 to describe how the actual proxying happens</li>
        <li>proxying: Describe this as a last-resort options and suggest attempting PCP first</li>
      </ul>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>[ Reviews from: Jaime Jimenez ]</t>
      <t><xref target="limited-lifetimes"/> was inspired by Ben Kaduk's comments from reviewing <xref target="rfc9176"/>.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA619e3fbVrbf//gUuPLqRHJJRpITx6GbmyqSc+M7TuxK9prV
zmSNQeCQxDUIsDiAZMbL36z/9Yt1//be5wGQUpK2s2bNWCRwHvv95nQ6Tbqy
q8w8vWyuX6TXxjZ9m5v0qmxN3jXtLn3xsTO1LZvaJkWT19mGni3abNlNs43t
jbXTvGnNtNU3p4V7c2r8m9Oz08R2WV38M6uamhbo2t4k5bblf9nu/PT029Pz
JM+6eWo+bpNtOU/S1HZtmdMnX+yM/YL+7pp88Edhtt2aPnmCv+1u05qlDQ/Y
pu2Gn+TNZpvFC9IHG1N39Ah9gFf6RXimbvAInbFuunJZmkI/y1qTzdOXdWfa
2nTJ3UpAl3y4k39M0r+ZRfqqrD+U9WoSQ9Tmza1pd5MDUJ6kb9rm4y7J+m7d
tPNkmpY1Hetyll5s7P/+XxanE9BfrtvSdmVWR9+YTVZW8zR3X/1XxcyMbpPU
TbvJuvLWAKTtMv/27Jun+OfL6dVsiMGCkLitSsIC4WyelPUyvJpMp9M0WxBK
CDpJckGwqyo6Oz2ZNss0oJoQk3Zrc4iSPn3S7T9/Trp11qU53YLJIqVV6KWy
TZu7epLik3V2a9K6SfPKZG267Lu+NQSU1G5NTuiQQxLeupmcbVMWRWWS5BFQ
0zZFL2f79KiM/vycJG/XpU2JkHtgPt02TWWJVDbmD10hia6Q8hU25WrdpQuT
9tYs+ypd9J0/+rbKcpw5wWJNW67KOqv83jOcxez8CjkOUdZFeVsWffScTQkN
6csXb38EfW5KizNOUltutnTf1qxKIKXjg5e1HPwqfZO1RC5Eo3QLfmKX0mlf
XvxyMaGjpKu2uaOn6aJZatfZ1qR3a9ManHTHaKEb8W5dZ4o0s/TYEOEdAEdX
uOjSko6Y920LeBI2OzOhQwDIEBJpuf9uWZgM7z6isxFDWCPEn7bmfxI10mqf
HrXyxRafE9L+tjY1LeMuSxvJP+kZXCs7yFGlww4xsOAkS2xfdtmion8WBUks
i4dwXcKe3HKRWf/lLHm72xKlVbRbZgW+edUXhqBDvA0WpavQS79cvE3vSuJc
Qn7egN6qFKxO5NV2QN9d1haQBgmBvqmrnS7AJyEcNFu6Hr28avAprVALsGxy
TIciIKwImWnb1/Vg2zuSMwtCpKWd+q6syt/w9WVz8UZ2Jzl00+QfTEec9/31
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

-->

</rfc>
