<?xml version='1.0' encoding='UTF-8'?>

<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>

<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-scim-device-model-18" number="9944" updates="" obsoletes="" xml:lang="en" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">

<!-- [rfced] Please note that the title of the document has been updated as
follows:

Abbreviations have been expanded per Section 3.6 of RFC 7322 ("RFC
Style Guide"). Please review.

Original:

    Device Schema Extensions to the SCIM model

Current:

    Device Schema Extensions to the System for Cross-Domain Identity
                        Management (SCIM) Model

-->

  <front>
    <title abbrev="SCIM Device Schema Extensions">Device Schema Extensions to the System for Cross-Domain Identity Management (SCIM) Model</title>
    <seriesInfo name="RFC" value="9944"/>
    <author initials="M." surname="Shahzad" fullname="Muhammad Shahzad">
      <organization>North Carolina State University</organization>
      <address>
        <postal>
          <street>Department of Computer Science</street>
          <street>890 Oval Drive</street>
          <street>Campus Box 8206</street>
          <city>Raleigh</city><region>NC</region>
          <code>27695-8206</code>
          <country>United States of America</country>
        </postal>
        <email>mshahza@ncsu.edu</email>
      </address>
    </author>
    <author initials="H." surname="Iqbal" fullname="Hassan Iqbal">
      <organization>North Carolina State University</organization>
      <address>
        <postal>
          <street>Department of Computer Science</street>
          <street>890 Oval Drive</street>
          <street>Campus Box 8206</street>
          <city>Raleigh</city><region>NC</region>
          <code>27695-8206</code>
          <country>United States of America</country>
        </postal>
        <email>hassaniqbal931@gmail.com</email>
      </address>
    </author>
    <author initials="E." surname="Lear" fullname="Eliot Lear">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>Richtistrasse 7</street>
          <city>Wallisellen</city>
          <code>8304</code>
          <country>Switzerland</country>
        </postal>
        <phone>+41 44 878 9200</phone>
        <email>lear@cisco.com</email>
      </address>
    </author>
    <date year="2026" month="March"/>

    <area>SEC</area>
    <workgroup>scim</workgroup>

<!-- [rfced] Please insert any keywords (beyond those that appear in
the title) for use on https://www.rfc-editor.org/search. -->

<keyword>example</keyword>

    <abstract>
<t>The initial core schema for the System for Cross-domain Identity Management
(SCIM) was designed for provisioning users. This memo specifies schema
extensions that enable provisioning of devices using various underlying
bootstrapping systems such as Wi-Fi Easy Connect, FIDO device onboarding
vouchers, Bluetooth Low Energy (BLE) passcodes, and MAC Authenticated Bypass (MAB).</t>
    </abstract>
  </front>
  <middle>

    <section anchor="introduction">
      <name>Introduction</name>
      <t>The Internet of Things presents a management challenge in many
dimensions. One of them is the ability to onboard and manage a large
number of devices. There are many models for bootstrapping trust
between devices and network deployments. Indeed, it is expected that
different manufacturers will make use of different methods.</t>
      <t>The System for Cross-domain Identity Management (SCIM) <xref target="RFC7643"/> <xref target="RFC7644"/>
defines a protocol and a schema for the provisioning of users. However, it
can easily be extended to provision device credentials and other
attributes into a network. The protocol and core schema were designed
to permit just such extensions. Bulk operations are supported. This is
good because often devices are procured in bulk.</t>
      <t>A primary purpose of this specification is to provision the network
for onboarding and communications access to and from devices within a
local deployment based on the underlying capabilities of those
devices.</t>
      <t>The underlying security mechanisms of some devices range from
non-existent such as the Bluetooth Low Energy (BLE) "Just Works"
pairing method to a robust FIDO Device Onboard (FDO) mechanism.
Information from the SCIM server is dispatched to control functions
based on selected schema extensions to enable these communications
within a network.  The SCIM database is therefore essentially
equivalent to a network's Authentication, Authorization, and
Accounting (AAA) database and should be carefully managed as such.</t>
      <section anchor="why-scim-for-devices">
        <name>Why SCIM for Devices?</name>
        <t>There are a number of existing models that might provide the basis for
a scheme for provisioning devices onto a network, including two
standardized by the IETF: NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/>
with YANG <xref target="RFC7950"/>. SCIM was chosen for the following reasons:</t>
        <ul spacing="normal">
          <li>
            <t>NETCONF and RESTCONF focus on <strong>configuration</strong> rather than
provisioning.</t>
          </li>
          <li>
            <t>SCIM is designed with inter-domain provisioning in mind.
The use of HTTP as a substrate permits both user-based authentication
for local provisioning applications, as well as OAUTH or certificate-
based authentication.  The inter-domain nature of these operations
does not expose local policy, which itself must be (and often is)
configured with other APIs, many of which are not standardized.</t>
          </li>
          <li>
            <t>SCIM is also a familiar tool within the enterprise environment, used
extensively to configure federated user accounts.</t>
          </li>
          <li>
            <t>Finally, once one chooses a vehicle such as SCIM, one is beholden
to its data model.  The SCIM data model is more targeted to provisioning
as articulated in <xref target="RFC7643"/>.</t>
          </li>
        </ul>
        <t>This taken together with the fact that end devices are not intended to
be <strong>directly</strong> configured leaves us with SCIM as the best standard option.</t>
      </section>
      <section anchor="protocol-participants">
        <name>Protocol Participants</name>
        <t>In the normal SCIM model, it was presumed that large federated
deployments would be SCIM clients who provision and remove employees
and contractors as they enter and depart those deployments, and
federated services such as sales, payment, or conferencing services
would be the servers.</t>
        <t>In the device model, the roles are reversed and may be somewhat more
varied. The SCIM server resides within a deployment and is used for
receiving information about devices that are expected to be connected
to its network. That server will apply appropriate local policies
regarding whether/how the device should be connected.</t>
        <t>The client may be one of a number of entities:</t>
        <ul spacing="normal">
          <li>
            <t>A vendor who is authorized to add devices to a network as part of
a sales transaction. This is similar to the sales integration
sometimes envisioned by Bootstrapping Remote Secure Key Infrastructure
(BRSKI) <xref target="RFC8995"/>.</t>
          </li>
          <li>
            <t>A client application that administrators or employees use to add,
remove, or get information about devices. An example might be a
tablet or phone app that scans Wi-Fi Easy Connect QR codes.</t>
          </li>
        </ul>
        <figure anchor="arch">
          <name>Basic Architecture - Non-IP Example</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="304" width="496" viewBox="0 0 496 304" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,64 L 8,112" fill="none" stroke="black"/>
                <path d="M 8,176 L 8,224" fill="none" stroke="black"/>
                <path d="M 104,64 L 104,112" fill="none" stroke="black"/>
                <path d="M 104,176 L 104,224" fill="none" stroke="black"/>
                <path d="M 200,32 L 200,72" fill="none" stroke="black"/>
                <path d="M 200,128 L 200,256" fill="none" stroke="black"/>
                <path d="M 224,64 L 224,112" fill="none" stroke="black"/>
                <path d="M 224,176 L 224,208" fill="none" stroke="black"/>
                <path d="M 264,120 L 264,168" fill="none" stroke="black"/>
                <path d="M 304,64 L 304,112" fill="none" stroke="black"/>
                <path d="M 328,176 L 328,208" fill="none" stroke="black"/>
                <path d="M 408,176 L 408,208" fill="none" stroke="black"/>
                <path d="M 472,176 L 472,208" fill="none" stroke="black"/>
                <path d="M 488,32 L 488,256" fill="none" stroke="black"/>
                <path d="M 200,32 L 488,32" fill="none" stroke="black"/>
                <path d="M 8,64 L 104,64" fill="none" stroke="black"/>
                <path d="M 224,64 L 304,64" fill="none" stroke="black"/>
                <path d="M 112,80 L 216,80" fill="none" stroke="black"/>
                <path d="M 112,96 L 216,96" fill="none" stroke="black"/>
                <path d="M 8,112 L 104,112" fill="none" stroke="black"/>
                <path d="M 224,112 L 304,112" fill="none" stroke="black"/>
                <path d="M 8,176 L 104,176" fill="none" stroke="black"/>
                <path d="M 224,176 L 328,176" fill="none" stroke="black"/>
                <path d="M 408,176 L 472,176" fill="none" stroke="black"/>
                <path d="M 224,208 L 328,208" fill="none" stroke="black"/>
                <path d="M 408,208 L 472,208" fill="none" stroke="black"/>
                <path d="M 8,224 L 104,224" fill="none" stroke="black"/>
                <path d="M 200,256 L 488,256" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="272,168 260,162.4 260,173.6" fill="black" transform="rotate(90,264,168)"/>
                <polygon class="arrowhead" points="224,80 212,74.4 212,85.6" fill="black" transform="rotate(0,216,80)"/>
                <polygon class="arrowhead" points="120,96 108,90.4 108,101.6" fill="black" transform="rotate(180,112,96)"/>
                <g class="text">
                  <text x="160" y="68">Request</text>
                  <text x="60" y="84">Onboarding</text>
                  <text x="260" y="84">SCIM</text>
                  <text x="56" y="100">App</text>
                  <text x="260" y="100">Server</text>
                  <text x="140" y="116">Ctrl</text>
                  <text x="184" y="116">Endpt</text>
                  <text x="296" y="148">(Device</text>
                  <text x="352" y="148">Info)</text>
                  <text x="56" y="196">Control</text>
                  <text x="152" y="196">...........</text>
                  <text x="212" y="196">..</text>
                  <text x="272" y="196">ALG</text>
                  <text x="368" y="196">.........</text>
                  <text x="436" y="196">Device</text>
                  <text x="56" y="212">App</text>
                  <text x="296" y="244">Local</text>
                  <text x="352" y="244">Network</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
                            +-----------------------------------+
                            |                                   |
    +-----------+   Request |  +---------+                      |
    | Onboarding|------------->|  SCIM   |                      |
    |    App    |<-------------| Server  |                      |
    +-----------+  Ctrl Endpt  +---------+                      |
                            |       |                           |
                            |       |(Device Info)              |
                            |       v                           |
    +-----------+           |  +------------+         +-------+ |
    |  Control  |...........|..|    ALG     |.........|Device | |
    |    App    |           |  +------------+         +-------+ |
    +-----------+           |                                   |
                            |         Local Network             |
                            +-----------------------------------+

]]></artwork>
          </artset>
        </figure>
        <t>In <xref target="arch"/>, the onboarding application (app) provides the device particulars,
which will vary based on the type of device, as indicated by the
selection of schema extensions. As
part of the response, the SCIM server might provide additional
information, especially in the case of non-IP devices, where an
application-layer gateway may need to be used to communicate with
the device (c.f., <xref target="I-D.ietf-asdf-nipc"/>). The control endpoint
is one among a number of objects
that may be returned.  That control endpoint will then communicate
with the Application Layer Gateway (ALG) to reach the device.</t>
        <figure anchor="arch2">
          <name>Interaction with AAA</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="272" width="504" viewBox="0 0 504 272" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,64 L 8,112" fill="none" stroke="black"/>
                <path d="M 8,144 L 8,192" fill="none" stroke="black"/>
                <path d="M 104,64 L 104,112" fill="none" stroke="black"/>
                <path d="M 104,144 L 104,192" fill="none" stroke="black"/>
                <path d="M 200,32 L 200,72" fill="none" stroke="black"/>
                <path d="M 200,128 L 200,224" fill="none" stroke="black"/>
                <path d="M 224,64 L 224,112" fill="none" stroke="black"/>
                <path d="M 224,144 L 224,176" fill="none" stroke="black"/>
                <path d="M 304,64 L 304,112" fill="none" stroke="black"/>
                <path d="M 328,144 L 328,176" fill="none" stroke="black"/>
                <path d="M 336,64 L 336,96" fill="none" stroke="black"/>
                <path d="M 376,64 L 376,96" fill="none" stroke="black"/>
                <path d="M 408,144 L 408,176" fill="none" stroke="black"/>
                <path d="M 416,64 L 416,96" fill="none" stroke="black"/>
                <path d="M 440,104 L 440,136" fill="none" stroke="black"/>
                <path d="M 472,64 L 472,96" fill="none" stroke="black"/>
                <path d="M 472,144 L 472,176" fill="none" stroke="black"/>
                <path d="M 496,32 L 496,224" fill="none" stroke="black"/>
                <path d="M 200,32 L 496,32" fill="none" stroke="black"/>
                <path d="M 8,64 L 104,64" fill="none" stroke="black"/>
                <path d="M 224,64 L 304,64" fill="none" stroke="black"/>
                <path d="M 336,64 L 376,64" fill="none" stroke="black"/>
                <path d="M 416,64 L 472,64" fill="none" stroke="black"/>
                <path d="M 112,80 L 216,80" fill="none" stroke="black"/>
                <path d="M 312,80 L 328,80" fill="none" stroke="black"/>
                <path d="M 384,80 L 408,80" fill="none" stroke="black"/>
                <path d="M 112,96 L 216,96" fill="none" stroke="black"/>
                <path d="M 336,96 L 376,96" fill="none" stroke="black"/>
                <path d="M 416,96 L 472,96" fill="none" stroke="black"/>
                <path d="M 8,112 L 104,112" fill="none" stroke="black"/>
                <path d="M 224,112 L 304,112" fill="none" stroke="black"/>
                <path d="M 8,144 L 104,144" fill="none" stroke="black"/>
                <path d="M 224,144 L 328,144" fill="none" stroke="black"/>
                <path d="M 408,144 L 472,144" fill="none" stroke="black"/>
                <path d="M 224,176 L 328,176" fill="none" stroke="black"/>
                <path d="M 408,176 L 472,176" fill="none" stroke="black"/>
                <path d="M 8,192 L 104,192" fill="none" stroke="black"/>
                <path d="M 200,224 L 496,224" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="416,80 404,74.4 404,85.6" fill="black" transform="rotate(0,408,80)"/>
                <polygon class="arrowhead" points="392,80 380,74.4 380,85.6" fill="black" transform="rotate(180,384,80)"/>
                <polygon class="arrowhead" points="336,80 324,74.4 324,85.6" fill="black" transform="rotate(0,328,80)"/>
                <polygon class="arrowhead" points="224,80 212,74.4 212,85.6" fill="black" transform="rotate(0,216,80)"/>
                <polygon class="arrowhead" points="120,96 108,90.4 108,101.6" fill="black" transform="rotate(180,112,96)"/>
                <g class="text">
                  <text x="160" y="68">Request</text>
                  <text x="60" y="84">Onboarding</text>
                  <text x="260" y="84">SCIM</text>
                  <text x="360" y="84">AAA</text>
                  <text x="444" y="84">Switch</text>
                  <text x="56" y="100">App</text>
                  <text x="260" y="100">Server</text>
                  <text x="140" y="116">Ctrl</text>
                  <text x="184" y="116">Endpt</text>
                  <text x="56" y="164">Control</text>
                  <text x="152" y="164">...........</text>
                  <text x="212" y="164">..</text>
                  <text x="272" y="164">Router/fw</text>
                  <text x="368" y="164">.........</text>
                  <text x="436" y="164">Device</text>
                  <text x="56" y="180">App</text>
                  <text x="304" y="212">Local</text>
                  <text x="360" y="212">Network</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
                            +------------------------------------+
                            |                                    |
    +-----------+   Request |  +---------+   +----+    +------+  |
    | Onboarding|------------->|  SCIM   |-->| AAA|<-->|Switch|  |
    |    App    |<-------------| Server  |   +----+    +------+  |
    +-----------+  Ctrl Endpt  +---------+                |      |
                            |                             |      |
    +-----------+           |  +------------+         +-------+  |
    |  Control  |...........|..| Router/fw  |.........|Device |  |
    |    App    |           |  +------------+         +-------+  |
    +-----------+           |                                    |
                            |          Local Network             |
                            +------------------------------------+
]]></artwork>
          </artset>
        </figure>
        <t><xref target="arch2"/> shows how IP-based endpoints can be provisioned.  In this
case, the onboarding application provisions a device via SCIM. The necessary
information is passed to the Authentication, Authorization, and Accounting
(AAA) subsystem, such that the device is
permitted to connect.  Once it is online, since the device is based
on IP, it will not need an ALG, but it will use the normal IP
infrastructure to communicate with its control application.</t>
      </section>
      <section anchor="schema-description">
        <name>Schema Description</name>

<!-- [rfced] In the text below, we have updated "JSON Schema" to "JSON Schemas" (plural) 
and "OpenAPI" to "OpenAPI versions" (for consistency with the first sentence).
Please review to confirm these changes are accurate.

Original:

   In addition, we provide non-normative JSON Schema [JSONSchema] and OpenAPI
   [OpenAPI] versions in the appendices for ease of implementation, neither of
   which existed when SCIM was originally developed.  The only difference the
   authors note between the normative schema representations is that JSON
   Schema and OpenAPI do not have a means to express...

Current:

   In addition, we provide non-normative JSON Schemas [JSONSchema] and OpenAPI
   [OpenAPI] versions in the appendices for ease of implementation, neither of
   which existed when SCIM was originally developed.  The only difference the
   authors note between the normative schema representations is that the JSON
   Schemas and OpenAPI versions do not have a means to express...

-->

        <t><xref target="RFC7643"/> does not prescribe a language to describe a schema but instead
uses a narrative description with examples.  We follow that approach.
In addition, we provide non-normative JSON Schemas 
<xref target="JSONSchema"/> and OpenAPI <xref target="OpenAPI"/> versions in the appendices for 
ease of implementation, neither of which existed when SCIM was originally
developed.  The only difference the authors note
between the normative schema representations is that the JSON Schemas and OpenAPI versions
do not have a means to express case sensitivity, and thus attributes that
are not case sensitive must be manually validated.</t>
        <t>Several additional schemas specify specific onboarding mechanisms,
such as Bluetooth Low Energy (BLE) <xref target="BLE54"/>, Wi-Fi Easy Connect <xref target="DPP2"/>,
and FIDO Device Onboard <xref target="FDO11"/>.</t>
      </section>
      <section anchor="schema-representation">
        <name>Schema Representation</name>

<!-- [rfced] Could the citations below be updated as follows for clarity?
We ask because it appears that attribute characteristics are defined 
in Section 2.2 of RFC 7643, and that attribute datatypes are defined
in Section 2.3 of RFC 7643.

Original:

   Attributes defined in the device core schema and extensions comprise
   characteristics and SCIM datatypes defined in Sections 2.2 and 2.3 of
   [RFC7643].

Perhaps:

   Attributes defined in the device core schema (see Section 2.2 of
   [RFC7643]) and extensions comprise characteristics and the SCIM datatypes
   (defined in Section 2.3 of [RFC7643]).

-->
        <t>Attributes defined in the device core schema and extensions comprise
characteristics and SCIM datatypes defined in Sections <xref target="RFC7643" sectionFormat="bare" section="2.2"/> and <xref target="RFC7643" sectionFormat="bare" section="2.3"/> of
<xref target="RFC7643"/>. This specification does not define new
characteristics and datatypes for the SCIM attributes.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>
    The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>",
    "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL NOT</bcp14>",
    "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>",
    "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
    "<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be
    interpreted as described in BCP&nbsp;14 <xref target="RFC2119"/> <xref
    target="RFC8174"/> when, and only when, they appear in all capitals, as
    shown here.
        </t>
        <t>The reader is also expected to be familiar with the narrative schema
language used in <xref target="RFC7643"/>.</t>
      </section>
    </section>
    <section anchor="resourcetype-device">
      <name>ResourceType Device</name>
      <t>A new resource type 'Device' is specified. The "ResourceType" schema
specifies the metadata about a resource type (see 
<xref target="RFC7643" section="6"/>).  It comprises a core device schema and several
extension schemas. This schema provides a minimal resource
representation, whereas extension schemas extend it
depending on the device's capability.</t>
      <section anchor="commonatts">
        <name>Common Attributes</name>
        <t>The Device schema contains three common attributes as defined in 
<xref target="RFC7643" section="3.1"/>.  No semantic or syntax changes are made here, but the
attributes are listed merely for completeness.</t>
        <dl>
          <dt>id:</dt>
          <dd>
            <t>A required and unique attribute of the core device schema
 (see <xref target="RFC7643" section="3.1"/>).</t>
          </dd>
          <dt>externalId:</dt>
          <dd>
            <t>An optional attribute (see <xref target="RFC7643" section="3.1"/>).</t>
          </dd>
          <dt>meta:</dt>
          <dd>
            <t>A required and complex attribute (see <xref target="RFC7643" section="3.1"/>).</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="scim-core-device-schema">
      <name>SCIM Core Device Schema</name>
      <t>The core device schema provides the minimal representation of a
resource "Device". It contains only those attributes that any device
may need, and only one attribute is required.  It is identified using the
schema URI:</t>
<t>urn:ietf:params:scim:schemas:core:2.0:Device</t>
      <t>The following attributes are defined in the core device schema.</t>

      <section anchor="singular-attributes">
        <name>Singular Attributes</name>
        <dl>
          <dt>displayName:</dt>
          <dd>
            <t>A string that provides a human-readable name
  for a device. It is intended to be displayed to end users and should be
  suitable for that purpose. The attribute is not required and is not
  case sensitive. It may be modified and <bcp14>SHOULD</bcp14> be returned
  by default. No uniqueness constraints are imposed on this attribute.</t>
          </dd>
<!-- [rfced] For clarity, may we update the text below as follows? Note that
this update is similar to text that appears in Appendix A.2.

Original:

      For example, when used in conjunction with NIPC [I-D.brinckman-nipc],
      commands such as connect, disconnect, subscribe that control application
      sends to the controller for the devices any command will be rejected by
      the controller.

Perhaps:

      For example, when used in conjunction with Non-IP Device Control (NIPC) [NIPC],
      commands (such as connect, disconnect, and subscribe) that control application
      sends to the controller for devices will be rejected by the controller.

-->
          <dt>active:</dt>
          <dd>
            <t>A mutable boolean that is required. If set to TRUE, it means that this device
 is intended to be operational. Attempts to control or access a device
 where this value is set to FALSE may fail. For example, when used in
 conjunction with Non-IP Device Control (NIPC) <xref target="I-D.brinckman-nipc"/>, commands such as
 connect, disconnect, and subscribe that control application sends to the
 controller for the devices any command will be rejected by the controller.</t>
          </dd>

<!-- [rfced] To make this definition more concise, may we combine the second
and fifth sentences as follows?

Original:

   mudUrl:  A string that represents the URL to the Manufacturer Usage
      Description (MUD) file associated with this device.  This
      attribute is optional and mutable.
      The mudUrl value is case sensitive and not unique.  
      When present, this attribute may be used as described in [RFC8520].
      This attribute is case sensitive and returned by default.

Perhaps:

   mudUrl:  A string that represents the URL to the Manufacturer Usage
      Description (MUD) file associated with this device.  This
      attribute is optional, case sensitive, mutable, and returned by default.
      When present, this attribute may be used as described in [RFC8520].      
      The mudUrl value is case sensitive and not unique.

-->
          <dt>mudUrl:</dt>
          <dd>
            <t>A string that represents the URL to the Manufacturer Usage Description
 (MUD) file associated with this device. This attribute is optional and mutable.
 The mudUrl value is case sensitive and not unique. When present, this attribute
 may be used as described in <xref target="RFC8520"/>. This attribute is case
 sensitive and returned by default.</t>
          </dd>
          <dt>groups:</dt>
          <dd>
            <t>An optional read-only complex object that indicates group membership.  Its
form is precisely the same as that defined in <xref section="4.1.2" sectionFormat="of" target="RFC7643"/>.</t>
          </dd>
        </dl>
        <table anchor="tabDevice">
          <name>Characteristics of Device Schema Attributes</name>
          <thead>
            <tr>
              <th align="left">Attribute</th>
              <th align="left">Multi Value</th>
              <th align="left">Req</th>
              <th align="left">Case Exact</th>
              <th align="left">Mutable</th>
              <th align="left">Return</th>
              <th align="left">Unique</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">displayName</td>
              <td align="left">F</td>
              <td align="left">F</td>
              <td align="left">F</td>
              <td align="left">RW</td>
              <td align="left">Def</td>
              <td align="left">None</td>
            </tr>
            <tr>
              <td align="left">active</td>
              <td align="left">F</td>
              <td align="left">T</td>
              <td align="left">F</td>
              <td align="left">RW</td>
              <td align="left">Def</td>
              <td align="left">None</td>
            </tr>
            <tr>
              <td align="left">mudUrl</td>
              <td align="left">F</td>
              <td align="left">F</td>
              <td align="left">T</td>
              <td align="left">RW</td>
              <td align="left">Def</td>
              <td align="left">None</td>
            </tr>
            <tr>
              <td align="left">groups</td>
              <td align="left">T</td>
              <td align="left">F</td>
              <td align="left">T</td>
              <td align="left">RO</td>
              <td align="left">Def</td>
              <td align="left">n/a</td>
            </tr>
          </tbody>
	  </table>
<!-- [rfced] Please review the following questions regarding the notation used
in Tables 1 through 8:

a) We note different notation used for "ReadOnly" in
these tables ("R" vs. "RO"). Please review and let us know
which form you prefer so we may update for consistency:

   R:  ReadOnly
   RO:  ReadOnly

b) We note these notations also appear with and without a space. Please review
and let us know how to update for consistency:

   WO:  Write Only
   WO:  WriteOnly

c) We note that "Manuf" is not included in Table 2. May we remove it from the
legend listed directly after the table?

   Manuf:  Manufacturer

-->


	  <t>Legend:</t>
	  <dl spacing="compact" newline="false">
	    <dt>Req:</dt><dd>Required</dd>
	    <dt>T:</dt><dd>True</dd>
	    <dt>F:</dt><dd>False</dd>
	    <dt>RO:</dt><dd>ReadOnly</dd>
	    <dt>RW:</dt><dd>ReadWrite</dd>
	    <dt>Def:</dt><dd>Default</dd>
	  </dl>		

        <figure anchor="coreExample">
          <name>Core Device Example Entries</name>
          <sourcecode markers="true"><![CDATA[
{
        "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device"],
        "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
        "displayName": "BLE Heart Monitor",
        "active": true,
        "meta": {
          "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
          "lastModified": "2022-05-13T04:42:34Z",
          "version": "W\/\"a330bc54f0671c9\"",
          "location": "https://example.com/v2/Devices/e9e30dba-f08f
             -4109-8486-d5c6a3316111"
        }
}]]></sourcecode>
        </figure>
      </section>
    </section>
    <section anchor="groups">
      <name>Groups</name>
      <t>Device and EndpointApp groups are created using the SCIM groups as defined
in <xref section="4.2" sectionFormat="of" target="RFC7643"/>.  If set, the "type" subattribute
of the "members" attribute <bcp14>MUST</bcp14> be set to "Device" for devices and
"EndpointApp" for endpoint applications.</t>
    </section>
    <section anchor="resource-type-endpointapp">
      <name>Resource Type EndpointApp</name>
      <t>This section defines the 'EndpointApp' resource type. The
"ResourceType" schema specifies the metadata about a resource type
(see <xref target="RFC7643" section="6"/>). The resource "EndpointApp" represents
client applications that can control and/or receive data from the
devices.</t>
    </section>
    <section anchor="endpointapp-schema">
      <name>SCIM EndpointApp Schema</name>
      <t>The EndpointApp schema is used to authorize control
or telemetry services for clients.  The schema identifies the application
and how clients are to authenticate to the various services.</t>
<t>The schema for "EndpointApp" is identified using the schema URI:</t>
<t>urn:ietf:params:scim:schemas:core:2.0:EndpointApp</t>
      <t>The following attributes are defined in this schema.</t>
      <section anchor="common-attributes">
        <name>Common Attributes</name>
        <t>Like <xref target="commonatts"/>, the EndpointApp schema contains the three common 
attributes specified in <xref target="RFC7643" section="3.1"/>.</t>
      </section>
      <section anchor="singular-attributes-1">
        <name>Singular Attributes</name>
        <dl>
          <dt>applicationType:</dt>
          <dd>
            <t>A string that represents the type of
 application. It will only contain two values: 'deviceControl'
 or 'telemetry'. deviceControl is the application that sends commands
 to control the device. telemetry is the application that receives
 data from the device. The attribute is required and is not
 case sensitive. The attribute is readOnly and should be returned
 by default. No uniqueness constraints are imposed on this attribute.</t>
          </dd>
          <dt>applicationName:</dt>
          <dd>
            <t>A string that represents a
 human-readable name for the application. This attribute is required and
 mutable. The attribute should be returned by default and there is no
 uniqueness constraint on the attribute.</t>
          </dd>

<!-- [rfced] May we adjust these definitions below in order to clarify what
list items "not" refers to?

Original:

   It is not mutable, read-only, generated if no certificateInfo
   object is provisioned, case sensitive and returned by default if it exists.
   ...
   This attribute is not required, mutable, singular and NOT case
   sensitive.
   ...
   It is not required, multivalued, mutable, and returned by default.

Perhaps:

   It is not mutable. It is read only, case sensitive, and generated if no certificateInfo
   object is provisioned. It is returned by default if it exists.
   ...
   This attribute is not required and not case sensitive. It is mutable and singular.
   ...
   It is not required. It is multivalued, mutable, and returned by default.

-->


<dt>clientToken:</dt>
          <dd>
            <t>A string that contains a token that the client will use
 to authenticate itself. Each token may be a string up to 500
 characters in length. It is not mutable, read only, generated if
 no certificateInfo object is provisioned, case sensitive, and returned
 by default if it exists.  The SCIM server should expect that client
 tokens will be shared by the SCIM client with other components within
 the client's infrastructure.</t>
          </dd>
          <dt>groups:</dt>
          <dd>
            <t>An optional read-only complex object that indicates group membership.  Its
form is precisely the same as that defined in <xref section="4.1.2" sectionFormat="of" target="RFC7643"/>.</t>
          </dd>
        </dl>
      </section>
      <section anchor="complex-attributes">
        <name>Complex Attributes</name>
        <section anchor="certificateinfo">
          <name>certificateInfo</name>
          <t>certificateInfo is a complex attribute that contains an X.509 certificate's subject
name and root Certificate Authority (CA) information associated with application clients that
will connect for purposes of device control or telemetry.</t>
          <dl>
<!-- [rfced] How may we clarify "a trust anchor certificate" in the first sentence
below? In addition, may we adjust the second sentence as follows, in order to 
clarify what list items "not" refers to?

Original:

   rootCA:  A base64-encoded string as described in [RFC4648] Section 4
      a trust anchor certificate.  This trust anchor is applicable for
      certificates used for client application access.
      The object is not required, singular, case sensitive, and read/write.  

Perhaps:

   rootCA:  A base64-encoded string as described in Section 4 of
      [RFC4648]. It is a trust anchor certificate applicable for 
      certificates used for client application access.
      The object is not required. It is singular, case sensitive, and read/write.

-->
            <dt>rootCA:</dt>
            <dd>
              <t>A base64-encoded string as
 described in <xref target="RFC4648" section="4"/> a trust anchor certificate.
 This trust anchor is applicable
 for certificates used for client application access.  The object
 is not required, singular, case sensitive, and read/write.  If not
 present, a set of trust anchors <bcp14>MUST</bcp14> be configured out of band.</t>
            </dd>
            <dt>subjectName:</dt>
            <dd>
              <t>When present, a string that contains one of two names:</t>
              <ul spacing="normal">
                <li>
                  <t>a distinguished name that will be present in the certificate
subject field, as described in <xref target="RFC5280" section="4.1.2.4"/> or</t>
                </li>
                <li>
                  <t>a dnsName as part of a subjectAlternateName, as described in
<xref target="RFC5280" section="4.2.1.6"/>.</t>
                </li>
              </ul>
              <t>In the latter case, servers validating such certificates <bcp14>SHALL</bcp14> reject
 connections when the name of the peer as resolved by a DNS reverse lookup
 does not match the dnsName in the certificate.  If multiple dnsNames
 are present, it is left to server implementations to address any
 authorization conflicts associated with those names.  This attribute
 is not required, mutable, singular, and NOT case sensitive.</t>
            </dd>
          </dl>
          <table anchor="tabEndpointApp">
            <name>Characteristics of EndpointApp Schema Attributes</name>
            <thead>
              <tr>
                <th align="left">Attribute</th>
                <th align="left">Multi Value</th>
                <th align="left">Req</th>
                <th align="left">Case Exact</th>
                <th align="left">Mutable</th>
                <th align="left">Return</th>
                <th align="left">Unique</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">applicationType</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">R</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">applicationName</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">clientToken</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">R</td>
                <td align="left">N</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">certificateInfo</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">rootCA</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">subjectName</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">T</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
            </tbody>
	</table>
	<t>Legend:</t>
	<dl spacing="compact" newline="false">
	    <dt>Req:</dt><dd>Required</dd>
	    <dt>T:</dt><dd>True</dd>
	    <dt>F:</dt><dd>False</dd>
	    <dt>R:</dt><dd>ReadOnly</dd>
	    <dt>RW:</dt><dd>ReadWrite</dd>
	    <dt>Manuf:</dt><dd>Manufacturer</dd>
	    <dt>N:</dt><dd>No</dd>
	    <dt>Def:</dt><dd>Default</dd>
	</dl>
          <t>Note that either clientToken or certificateInfo is used for the
authentication of the application.  If certificateInfo is NOT present
when an endpointApp object is created, then the server <bcp14>SHOULD</bcp14> return
a clientToken.  Otherwise, if the server accepts the certificateInfo
object for authentication, it <bcp14>SHOULD NOT</bcp14> return a clientToken.
If the server accepts and produces a clientToken, then control and
telemetry servers <bcp14>MUST</bcp14> validate both.  The SCIM client will know
that this is the case based on the SCIM object that is returned.</t>
          <t>certificateInfo is preferred in situations where client functions
are federated such that different clients may connect for different
purposes.</t>
          <figure anchor="eaExample">
            <name>Endpoint App Example</name>
            <sourcecode markers="true"><![CDATA[
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:EndpointApp"],
  "id": "e9e30dba-f08f-4109-8486-d5c6a3316212",
  "applicationType": "deviceControl",
  "applicationName": "Device Control App 1",
  "certificateInfo": {
      "rootCA" : "MIIBIjAN...",
      "subjectName": "www.example.com"
  },
  "meta": {
    "resourceType": "EndpointApp",
    "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/EndpointApps/e9e30dba-f08f
       -4109-8486-d5c6a3316212"
  }
}]]></sourcecode>
          </figure>
        </section>
      </section>
    </section>
<!-- [rfced] May we adjust the text below as follows to make these list items
more parallel and readable?

Original:

   SCIM provides various extension schemas, their attributes, JSON
   representation, and example object.  

Perhaps:

   SCIM provides various extension schemas and their attributes, along with JSON
   representations and example objects.

-->
    <section anchor="extensions">
      <name>SCIM Device Extensions</name>
      <t>SCIM provides various extension schemas, their attributes, JSON
representation, and example object. The core schema is extended with a
new resource type, Device.  No
schemaExtensions list is specified in that definition.  Instead,
IANA registry entries have been created, where all values for "required" are set to
false.  All extensions to the Device schema <bcp14>MUST</bcp14> be registered via IANA,
as described in <xref target="device-schema-extensions"/>.  The schemas below demonstrate how
this model is to work.  All the SCIM server-related schema URIs are valid only
with Device resource types.</t>
      <section anchor="ble-extension">
        <name>Bluetooth Low Energy (BLE) Extension</name>
        <t>This schema extends the device schema to represent the devices
supporting BLE. The extension is identified using the following
	schema URI:</t>
<t>urn:ietf:params:scim:schemas:extension:ble:2.0:Device</t>
        <t>The attributes are as follows.</t>
        <section anchor="singular-attributes-2">
          <name>Singular Attributes</name>
          <dl>
            <dt>deviceMacAddress:</dt>
            <dd>
              <t>A string value that represents a public MAC address assigned by the
 manufacturer. It is a unique 48-bit value. It is required, case
 insensitive, mutable, and returned by default. The ECMA
 regular expression pattern <xref target="ECMA"/> is the following:</t>
          <artwork><![CDATA[
^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}$
]]></artwork>
            </dd>

            <dt>isRandom:</dt>
            <dd>
              <t>A boolean flag taken from <xref target="BLE54"/>. If FALSE,
 the device is using a public MAC address. If TRUE, the device uses a
 random address.  If an Identifying Resolving Key (IRK) is present, the
 address represents a resolvable private address.  Otherwise, the
 address is assumed to be a random static address.  Non-resolvable
 private addresses are not supported by this specification.  This
 attribute is not required. It is mutable and is returned by default.
 The default value is FALSE.</t>
            </dd>
            <dt>separateBroadcastAddress:</dt>
            <dd>
              <t>When present, this string represents an address used for broadcasts/advertisements.
 This value <bcp14>MUST NOT</bcp14> be set when an IRK is provided. Its form is the
 same as deviceMacAddress. It is not required, multivalued, mutable,
 and returned by default.</t>
            </dd>
            <dt>irk:</dt>
            <dd>

              <t>A string value that specifies the IRK, which
 is unique to each device. It is used to resolve a private random
 address. It should only be provisioned when isRandom is TRUE. It is
 mutable and never returned.  For more information about the use of
 the IRK, see Volume 1, Part A, Section 5.4.5 of <xref target="BLE54"/>.</t>
            </dd>
            <dt>mobility:</dt>
            <dd>
              <t>A boolean attribute to enable BLE device mobility. If set to TRUE, the
 device could be expected to move within a network of APs.  For
 example, if a BLE device is connected with AP-1 and moves out of range but
 comes in range of AP-2, it will be disconnected with AP-1 and connected
 with AP-2. It is returned by default and mutable.</t>
            </dd>
          </dl>
        </section>
        <section anchor="multivalued-attributes">
          <name>Multivalued Attributes</name>
          <dl>
            <dt>versionSupport:</dt>
            <dd>
              <t>A multivalued set of strings that specifies the BLE versions supported by the
 device in the form of an array, for example,
 ["4.1", "4.2", "5.0", "5.1", "5.2", "5.3", "5.4"]. It is required, mutable, and
 returned by default.</t>
            </dd>
            <dt>pairingMethods:</dt>
            <dd>
              <t>A multivalued set of strings that specifies pairing methods associated with the BLE
 device. The pairing methods may require subattributes such as
 key/password for the device pairing process. To enable the
 scalability of pairing methods in the future, they are represented as
 extensions to incorporate various attributes that are part of the
 respective pairing process. Pairing method extensions are nested
 inside the BLE extension. It is required, case sensitive, mutable, and
 returned by default.</t>
            </dd>
          </dl>
        </section>
        <section anchor="ble-pairing-method-extensions">
          <name>BLE Pairing Method Extensions</name>
          <t>The details on pairing methods and their associated attributes are in
Volume 1, Part A, Section 5.2.4 of <xref target="BLE54"/>. This memo defines extensions for four
pairing methods that are nested inside the BLE extension schema. Each
extension contains the common attributes in <xref target="common-attributes"/>. These
extensions are as follows:</t>

<!--[rfced] Because these following URNs appear in an ordered list, the
indentation causes the lines to exceed the 72-character limit. In order to
fit the character limit, we suggest converting the ordered list into a
definitions list as follows. Please review.

Current:

   ii.   The pairingJustWorks extension is identified using the
         following schema URI:

         urn:ietf:params:scim:schemas:extension:pairingJustWorks:2.0:Device

         The Just Works pairing method does not require a key to pair
         devices.  For completeness, the key attribute is included and
         is set to 'null'.  The key attribute is required, immutable,
         and returned by default.

   iii.  The pairingPassKey extension is identified using the following
         schema URI:

         urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0:Device

         The passkey pairing method requires a 6-digit key to pair
         devices.  This extension has one singular integer attribute,
         "key", which is required, mutable, and returned by default.
         The key pattern is as follows:

      ^[0-9]{6}$

Perhaps:

   pairingJustWorks extension:  Identified using the following schema
      URI:

      urn:ietf:params:scim:schemas:extension:pairingJustWorks:2.0:Device

      The Just Works pairing method does not require a key to pair
      devices.  For completeness, the key attribute is included and is
      set to 'null'.  The key attribute is required, immutable, and
      returned by default.

   pairingPassKey extension: Identified using the following
      schema URI:

      urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0:Device

      The passkey pairing method requires a 6-digit key to pair
      devices.  This extension has one singular integer attribute,
      "key", which is required, mutable, and returned by default.
      The key pattern is as follows:

   ^[0-9]{6}$
-->

<ol type="i">
  <li><t>The pairingNull extension is identified using the following schema URI:</t>
  <t>urn:ietf:params:scim:schemas:extension:pairingNull:2.0:Device</t>
  <t>pairingNull does not have any attribute. It allows pairing for BLE
devices that do not require a pairing method.</t></li>
<li><t>The pairingJustWorks extension is identified using the following
  schema URI:</t>
  <t>urn:ietf:params:scim:schemas:extension:pairingJustWorks:2.0:Device</t>
  <t>The Just Works pairing method does not require a key to pair devices. For
  completeness, the key attribute is included and is set to 'null'. The key
  attribute is required, immutable, and returned by default.</t></li>
  <li><t>The pairingPassKey extension is identified using the following
  schema URI:</t>
  <t>urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0:Device</t>
  <t>The passkey pairing method requires a 6-digit key to pair devices.
  This extension has one singular integer attribute, "key", which is
  required, mutable, and returned by default. The key pattern is
  as follows:</t>
          <artwork><![CDATA[
^[0-9]{6}$
]]></artwork></li>
   <li><t>The pairingOOB extension is identified using the following
   schema URI:</t>
   <t>urn:ietf:params:scim:schemas:extension:pairingOOB:2.0:Device</t>
   <t>The out-of-band (OOB) pairing method includes three singular attributes:
   key, randomNumber, and confirmationNumber.</t>
          <dl>
            <dt>key:</dt>
            <dd>
              <t>A string value that is required and received from out-of-band
 sources such as Near Field Communication (NFC). It is case sensitive, mutable, and returned
 by default.</t>
            </dd>
            <dt>randomNumber:</dt>
            <dd>
              <t>An integer that represents a nonce added to the key. It is 
 a required attribute. It is mutable and returned by default.</t>
            </dd>
            <dt>confirmationNumber:</dt>
            <dd>
              <t>An integer that some solutions require in a RESTful message
 exchange. It is not required. It is mutable and returned by default if
 it exists.</t>
            </dd>
          </dl>
   </li>
</ol>
          <table anchor="tabBLE">
            <name>Characteristics of BLE Extension Schema Attributes</name>
            <thead>
              <tr>
                <th align="left">Attribute</th>
                <th align="left">Multi Value</th>
                <th align="left">Req</th>
                <th align="left">Case Exact</th>
                <th align="left">Mutable</th>
                <th align="left">Return</th>
                <th align="left">Unique</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">deviceMacAddress</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">Manuf</td>
              </tr>
              <tr>
                <td align="left">isRandom</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">sepBroadcastAdd</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">irk</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">WO</td>
                <td align="left">Nev</td>
                <td align="left">Manuf</td>
              </tr>
              <tr>
                <td align="left">versionSupport</td>
                <td align="left">T</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">mobility</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">pairingMethods</td>
                <td align="left">T</td>
                <td align="left">T</td>
                <td align="left">T</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
            </tbody>
          </table>

	  <t>Legend:</t>
	  <dl spacing="compact" newline="false">
	    <dt>sepBroadcastAdd:</dt><dd>separateBroadcastAddress</dd>
	    <dt>Req:</dt><dd>Required</dd>
	    <dt>T:</dt><dd>True</dd>
	    <dt>F:</dt><dd>False</dd>
	    <dt>RW:</dt><dd>ReadWrite</dd>
	    <dt>WO:</dt><dd>Write Only</dd>
	    <dt>Def:</dt><dd>Default</dd>
	    <dt>Nev:</dt><dd>Never</dd>
	    <dt>Manuf:</dt><dd>Manufacturer</dd>
	  </dl>
          <figure anchor="btExample">
            <name>BLE Example</name>
            <sourcecode markers="true"><![CDATA[
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device",
     "urn:ietf:params:scim:schemas:extension:ble:2.0:Device"],

  "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
  "displayName": "BLE Heart Monitor",
  "active": true,
  "urn:ietf:params:scim:schemas:extension:ble:2.0:Device" : {
    "versionSupport": ["5.3"],
    "deviceMacAddress": "2C:54:91:88:C9:E2",
    "isRandom": false,
    "separateBroadcastAddress": ["AA:BB:88:77:22:11", "AA:BB:88:77
       :22:12"],
    "mobility": true,
    "pairingMethods": ["urn:ietf:params:scim:schemas:extension
       :pairingPassKey:2.0:Device"],
    "urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0
       :Device" : {
      "key": 123456
    }
  },
  "meta": {
    "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/Devices/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}]]></sourcecode>
          </figure>
          <t>In the above example, the pairing method is "pairingPassKey", which implies
that this BLE device pairs using only a passkey. In another example below,
the pairing method is "pairingOOB", denoting that this BLE device uses the
out-of-band pairing method.</t>
          <figure anchor="btExample2">
            <name>BLE with pairingOOB</name>
            <sourcecode markers="true"><![CDATA[
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device",
     "urn:ietf:params:scim:schemas:extension:ble:2.0:Device"],

  "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
  "displayName": "BLE Heart Monitor",
  "active": true,
  "urn:ietf:params:scim:schemas:extension:ble:2.0:Device" : {
    "versionSupport": ["5.3"],
    "deviceMacAddress": "2C:54:91:88:C9:E2",
    "isRandom": false,
    "separateBroadcastAddress": ["AA:BB:88:77:22:11", "AA:BB:88:77
       :22:12"],
    "mobility": true,
    "pairingMethods": ["urn:ietf:params:scim:schemas:extension
       :pairingOOB:2.0:Device"],
    "urn:ietf:params:scim:schemas:extension:pairingOOB:2.0:Device":
        {
      "key": "TheKeyvalueRetrievedFromOOB",
      "randomNumber": 238796813516896
    }
  },
  "meta": {
    "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/Devices/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}]]></sourcecode>
          </figure>
          <t>However, a device can have more than one pairing method. Support for multiple
pairing methods is also provided by the multivalued attribute pairingMethods.
In the example below, the BLE device can pair with both passkey and OOB pairing
methods.</t>
          <figure anchor="btExample3">
            <name>BLE Pairing with Both Passkey and OOB</name>
            <sourcecode markers="true"><![CDATA[
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device",
     "urn:ietf:params:scim:schemas:extension:ble:2.0:Device"],

  "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
  "displayName": "BLE Heart Monitor",
  "active": true,
  "urn:ietf:params:scim:schemas:extension:ble:2.0:Device" : {
    "versionSupport": ["5.3"],
    "deviceMacAddress": "2C:54:91:88:C9:E2",
    "isRandom": false,
    "separateBroadcastAddress": ["AA:BB:88:77:22:11", "AA:BB:88:77
       :22:12"],
    "mobility": true,
    "pairingMethods": ["urn:ietf:params:scim:schemas:extension
       :pairingPassKey:2.0:Device",
        "urn:ietf:params:scim:schemas:extension:pairingOOB:2.0
           :Device"],
    "urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0
       :Device" : {
      "key": 123456
    },
    "urn:ietf:params:scim:schemas:extension:pairingOOB:2.0:Device":
        {
      "key": "TheKeyvalueRetrievedFromOOB",
      "randomNumber": 238796813516896
    }
  },
  "meta": {
    "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/Devices/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}]]></sourcecode>
          </figure>
        </section>
      </section>
      <section anchor="wi-fi-easy-connect-extension">
        <name>Wi-Fi Easy Connect Extension</name>

<!-- [rfced] How may we make the two instances below complete sentences in
order to provide more context for the reader?

Original:

7.2.  Wi-Fi Easy Connect Extension

   A schema that extends the device schema to enable Wi-Fi Easy Connect
   (otherwise known as Device Provisioning Protocol or DPP).  

7.5.  Zigbee Extension

   A schema that extends the device schema to enable the provisioning of
   Zigbee devices [Zigbee].

Perhaps:

7.2.  Wi-Fi Easy Connect Extension

   This section describes a schema that extends the device schema to enable Wi-Fi Easy Connect
   (otherwise known as Device Provisioning Protocol (DPP)).

7.5.  Zigbee Extension

   This section describes a schema that extends the device schema to enable the provisioning of
   Zigbee devices [Zigbee].  
-->


        <t>A schema that extends the device schema to enable Wi-Fi Easy Connect
(otherwise known as Device Provisioning Protocol (DPP)). Throughout this
specification, we use the term "DPP".  The extension
	is identified using the following schema URI:</t>
<t>urn:ietf:params:scim:schemas:extension:dpp:2.0:Device</t>
        <t>The attributes in this extension are adopted from <xref target="DPP2"/>. The
attributes are as follows.</t>
        <section anchor="singular-attributes-3">
          <name>Singular Attributes</name>
          <dl>
            <dt>dppVersion:</dt>
            <dd>
              <t>An integer that represents the version of DPP the device supports.
 This attribute is required, case insensitive, mutable, and
 returned by default.</t>
            </dd>
            <dt>bootstrapKey:</dt>
            <dd>
              <t>A string value representing an Elliptic Curve Diffie-Hellman (ECDH) public
 key. The base64-encoded lengths for P-256, P-384, and P-521 are
 80, 96, and 120 characters. This attribute is required, case sensitive,
 mutable, and returned by default.</t>
            </dd>
            <dt>deviceMacAddress:</dt>
            <dd>
              <t>A MAC address stored as a string. It is a unique 48-bit value. This attribute
 is optional, case insensitive, mutable, and returned by default.  Its form
 is identical to that of the deviceMacAddress for BLE devices.</t>
            </dd>
            <dt>serialNumber:</dt>
            <dd>
              <t>An alphanumeric serial number stored as a string. It may also be passed
 as bootstrapping information. This attribute is optional, case
 insensitive, mutable, and returned by default.</t>
            </dd>
          </dl>
        </section>
        <section anchor="multivalued-attributes-1">
          <name>Multivalued Attributes</name>
          <dl>
            <dt>bootstrappingMethod:</dt>
            <dd>
              <t>One or more strings of all the bootstrapping methods available
on the enrollee device, for example, [QR, NFC]. This attribute is
optional, case insensitive, mutable, and returned by default.</t>
            </dd>
            <dt>classChannel:</dt>
            <dd>
              <t>One or more strings representing the global operating class and
 channel shared as bootstrapping information. It is formatted as
 class/channel, for example, ['81/1','115/36']. This attribute
 is optional, case insensitive, mutable, and returned by default.</t>
            </dd>
          </dl>
          <table anchor="tabDPP">
            <name>Characteristics of DPP Extension Schema Attributes</name>
            <thead>
              <tr>
                <th align="left">Attribute</th>
                <th align="left">Multi Value</th>
                <th align="left">Req</th>
                <th align="left">Case Exact</th>
                <th align="left">Mutable</th>
                <th align="left">Return</th>
                <th align="left">Unique</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">dppVersion</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">bootstrapKey</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">T</td>
                <td align="left">WO</td>
                <td align="left">Nev</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">deviceMacAddress</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">Manuf</td>
              </tr>
              <tr>
                <td align="left">serialNumber</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">bootstrappingMethod</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">classChannel</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
            </tbody>
          </table>
	  <t>Legend:</t>
		  <dl spacing="compact" newline="false">
		    <dt>Req:</dt><dd>Required</dd>
		    <dt>T:</dt><dd>True</dd>
		    <dt>F:</dt><dd>False</dd>
		    <dt>RW:</dt><dd>ReadWrite</dd>
		    <dt>WO:</dt><dd>Write Only</dd>
		    <dt>Def:</dt><dd>Default</dd>
		    <dt>Nev:</dt><dd>Never</dd>
		    <dt>Manuf:</dt><dd>Manufacturer</dd>
		  </dl>

          <figure anchor="dPPExample">
            <name>DPP Example</name>
            <sourcecode markers="true"><![CDATA[
{
        "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device",
                 "urn:ietf:params:scim:schemas:extension:dpp:2.0
                    :Device"],

        "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
        "displayName": "WiFi Heart Monitor",
        "active": true,
        "urn:ietf:params:scim:schemas:extension:dpp:2.0:Device" : {
                "dppVersion": 2,
                "bootstrappingMethod": ["QR"],
                "bootstrapKey":
                    "MDkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDIgADURzxmt
                   tZoIRIPWGoQMV00XHWCAQIhXruVWOz0NjlkIA=",
                "deviceMacAddress": "2C:54:91:88:C9:F2",
                "classChannel": ["81/1", "115/36"],
                "serialNumber": "4774LH2b4044"
        },

        "meta": {
          "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
          "lastModified": "2022-05-13T04:42:34Z",
          "version": "W\/\"a330bc54f0671c9\"",
          "location": "https://example.com/v2/Devices/e9e30dba-f08f
             -4109-8486-d5c6a3316111"
        }
}]]></sourcecode>
          </figure>
        </section>
      </section>
      <section anchor="ethernet-mab-extension">
        <name>Ethernet MAB Extension</name>
        <t>This extension enables a legacy means of (very) weak authentication,
known as MAC Authenticated Bypass (MAB), that is supported in many wired
ethernet solutions. If the MAC address is known, then the device may
be permitted (perhaps limited) access. The extension is identified
	by the following URI:</t>
<t>urn:ietf:params:scim:schemas:extension:ethernet-mab:2.0:Device</t>
        <t>Note that this method is not likely to work properly with
MAC address randomization.</t>
        <section anchor="single-attribute">
          <name>Single Attribute</name>
          <t>This extension has a singular attribute:</t>
          <dl>
            <dt>deviceMacAddress:</dt>
            <dd>
              <t>This is the Ethernet address to be provisioned onto the network. It
 takes the identical form as found in the BLE extension.</t>
            </dd>
          </dl>
          <table anchor="tabMAB">
            <name>Characteristics of MAB Extension Schema Attributes</name>
            <thead>
              <tr>
                <th align="left">Attribute</th>
                <th align="left">Multi Value</th>
                <th align="left">Req</th>
                <th align="left">Case Exact</th>
                <th align="left">Mutable</th>
                <th align="left">Return</th>
                <th align="left">Unique</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">deviceMacAddress</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
            </tbody>
          </table>
	  <t>Legend:</t>
	  <dl spacing="compact" newline="false">
	    <dt>Req:</dt><dd>Required</dd>
	    <dt>T:</dt><dd>True</dd>
	    <dt>F:</dt><dd>False</dd>
	    <dt>RW:</dt><dd>ReadWrite</dd>
	    <dt>Def:</dt><dd>Default</dd>
	  </dl>

          <figure anchor="MABExample">
            <name>MAB Example</name>
            <sourcecode markers="true"><![CDATA[
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device",
     "urn:ietf:params:scim:schemas:extension:ethernet-mab:2.0
        :Device"],

  "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
  "displayName": "Some random Ethernet Device",
  "active": true,
  "urn:ietf:params:scim:schemas:extension:ethernet-mab:2.0:Device" 
     : {
    "deviceMacAddress": "2C:54:91:88:C9:E2"
  },

  "meta": {
    "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/Devices/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}]]></sourcecode>
          </figure>
        </section>
      </section>
      <section anchor="fido-device-onboard-extension">
        <name>FIDO Device Onboard Extension</name>
        <t>This extension specifies a voucher to be used by the FDO Device
Onboard (FDO) protocols <xref target="FDO11"/> to complete a trusted transfer of
ownership and control of the device to the environment.  The SCIM
server <bcp14>MUST</bcp14> know how to process the voucher, either directly
or by forwarding it along to an owner process as defined in the FDO
specification. The extension is identified
   using the following schema URI:</t>
<!-- [rfced] Section 7.4: FYI - We have added an introductory sentence to the
URN below to match other instances in the document. Please review and let us
know if any further updates are needed.
     
Original:

   The SCIM server MUST know how to process the voucher, either directly or by
   forwarding it along to an owner process as defined in the FDO specification.

   urn:ietf:params:scim:schemas:extension:fido-device-onboard:2.0:Device

Current:

   The SCIM server MUST know how to process the voucher, either directly or by
   forwarding it along to an owner process as defined in the FDO
   specification.  The extension is identified using the following schema URI:

   urn:ietf:params:scim:schemas:extension:fido-device-onboard:2.0:Device

-->

<t>urn:ietf:params:scim:schemas:extension:fido-device-onboard:2.0:Device</t>
        <section anchor="single-attribute-1">
          <name>Single Attribute</name>
          <t>This extension has a singular attribute:</t>
          <dl>
            <dt>fdoVoucher:</dt>
            <dd>
              <t>The voucher is formatted as a PEM-encoded object in accordance with <xref target="FDO11"/>.</t>
            </dd>
          </dl>
          <table anchor="tabFDO">
            <name>Characteristics of FDO Extension Schema Attributes</name>
            <thead>
              <tr>
                <th align="left">Attribute</th>
                <th align="left">Multi Value</th>
                <th align="left">Req</th>
                <th align="left">Case Exact</th>
                <th align="left">Mutable</th>
                <th align="left">Return</th>
                <th align="left">Unique</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">fdoVoucher</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">WO</td>
                <td align="left">Nev</td>
                <td align="left">None</td>
              </tr>
            </tbody>
          </table>
	  <t>Legend:</t>
	  <dl spacing="compact" newline="false">
	    <dt>Req:</dt><dd>Required</dd>
	    <dt>T:</dt><dd>True</dd>
	    <dt>F:</dt><dd>False</dd>
	    <dt>WO:</dt><dd>WriteOnly</dd>
	    <dt>Nev:</dt><dd>Never</dd>
	  </dl>

          <figure anchor="fdoExample">
            <name>FDO Example</name>
            <sourcecode markers="true"><![CDATA[
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Devices",
     "urn:ietf:params:scim:schemas:extension:fido-device-onboard
        :2.0:Devices"],

  "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
  "displayName": "Some random Ethernet Device",
  "active": true,
  "urn:ietf:params:scim:schemas:extension:fido-device-onboard:2.0
     :Devices" : {
     "fdoVoucher": "{... voucher ...}"
  },

  "meta": {
    "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/Devices/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}]]></sourcecode>
          </figure>
        </section>
      </section>
      <section anchor="zigbee-extension">
        <name>Zigbee Extension</name>
        <t>A schema that extends the device schema to enable the provisioning of
Zigbee devices <xref target="Zigbee"/>. The extension is identified using the following
schema URI:</t>
<t>urn:ietf:params:scim:schemas:extension:zigbee:2.0:Device</t>
        <t>It has one singular attribute and one multivalued
attribute. The attributes are as follows.</t>
        <section anchor="singular-attribute">
          <name>Singular Attribute</name>
          <dl>
            <dt>deviceEui64Address:</dt>
            <dd>
              <t>A 64-bit Extended Unique Identifier (EUI-64) device address stored as string.
 This attribute is required, case insensitive, mutable, and returned by
 default. It takes the same form as the deviceMACaddress in the BLE
 extension.</t>
            </dd>
          </dl>
        </section>
        <section anchor="multivalued-attribute">
          <name>Multivalued Attribute</name>
          <dl>
            <dt>versionSupport:</dt>
            <dd>
              <t>One or more strings of all the Zigbee versions supported
 by the device, for example, [3.0]. This attribute is required, case
 insensitive, mutable, and returned by default.</t>
            </dd>
          </dl>
          <table anchor="tabZigbee">
            <name>Characteristics of Zigbee Extension Schema Attributes</name>
            <thead>
              <tr>
                <th align="left">Attribute</th>
                <th align="left">Multi Value</th>
                <th align="left">Req</th>
                <th align="left">Case Exact</th>
                <th align="left">Mutable</th>
                <th align="left">Return</th>
                <th align="left">Unique</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">deviceEui64Address</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">versionSupport</td>
                <td align="left">T</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
            </tbody>
          </table>
	  <t>Legend:</t>
	  <dl spacing="compact" newline="false">
	    <dt>Req:</dt><dd>Required</dd>
	    <dt>T:</dt><dd>True</dd>
	    <dt>F:</dt><dd>False</dd>
	    <dt>RW:</dt><dd>ReadWrite</dd>
	    <dt>Def:</dt><dd>Default</dd>
	  </dl>
          <figure anchor="zigBeeExample">
            <name>Zigbee Example</name>
            <sourcecode markers="true"><![CDATA[
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device",
     "urn:ietf:params:scim:schemas:extension:zigbee:2.0:Device"],

  "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
  "displayName": "Zigbee Heart Monitor",
  "active": true,
  "urn:ietf:params:scim:schemas:extension:zigbee:2.0:Device" : {
    "versionSupport": ["3.0"],
    "deviceEui64Address": "50:32:5F:FF:FE:E7:67:28"
  },

  "meta": {
    "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/Devices/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}]]></sourcecode>
          </figure>
        </section>
      </section>
      <section anchor="endpointsappext-schema">
        <name>The Endpoint Applications Extension Schema</name>
        <t>Sometimes non-IP devices such as those using BLE or Zigbee require an
application gateway interface to manage them. SCIM clients <bcp14>MUST NOT</bcp14>
specify this to describe native IP-based devices.</t>
        <t>endpointAppsExt provides the list of applications that connect to
an enterprise gateway. endpointAppsExt has one multivalued attribute
and two singular attributes. The extension is identified using the
following schema URI:</t>
        <t>urn:ietf:params:scim:schemas:extension:endpointAppsExt:2.0:Device</t>
        <section anchor="singular-attributes-4">
          <name>Singular Attributes</name>
          <dl>
            <dt>deviceControlEnterpriseEndpoint:</dt>
            <dd>
              <t>A string representing the URL of the
 enterprise endpoint to reach the enterprise gateway. When the enterprise
 receives the SCIM object from
 the onboarding application, it adds this attribute to it and sends it back as
 a response to the onboarding application. This attribute is required,
 case sensitive, mutable, and returned by default. The uniqueness is
 enforced by the enterprise.</t>
            </dd>
            <dt>telemetryEnterpriseEndpoint:</dt>
            <dd>
              <t>A string representing a URL of the enterprise endpoint to reach
 an enterprise gateway for telemetry. When the enterprise receives the SCIM object from
 the onboarding application, it adds this attribute to it and sends it back as
 a response to the onboarding application. This attribute is optional,
 case sensitive, mutable, and returned by default. The uniqueness is
 enforced by the enterprise.  An implementation <bcp14>MUST</bcp14> generate an
 exception if telemetryEnterpriseEndpoint is not returned and telemetry
 is required for the proper functioning of a device.</t>
            </dd>
          </dl>
        </section>
        <section anchor="multivalued-attribute-1">
          <name>Multivalued Attribute</name>
          <dl>
            <dt>applications:</dt>
            <dd>
              <t>A multivalued attribute of one or more complex attributes that represent
 a list of endpoint applications, i.e., deviceControl and telemetry. Each
entry in the list comprises two attributes including "value" and "$ref".</t>
            </dd>
            <dt>value:</dt>
            <dd>
              <t>A string containing the identifier of the endpoint
              application formatted as a Universally Unique Identifier
              (UUID). It is the same as the common attribute "$id" of the resource
              "endpointApp".  It is read/write, required, case insensitive,
              and returned by default.</t>
            </dd>
            <dt>$ref:</dt>
            <dd>
              <t>A reference  to the respective endpointApp resource object
 stored in the SCIM server. It is readOnly, required, case sensitive,
 and returned by default.</t>
            </dd>
          </dl>
          <table anchor="tabEndpointAppsExt">
            <name>Characteristics of EndpointAppsExt Extension Schema Attributes</name>
            <thead>
              <tr>
                <th align="left">Attribute</th>
                <th align="left">Multi Value</th>
                <th align="left">Req</th>
                <th align="left">Case Exact</th>
                <th align="left">Mutable</th>
                <th align="left">Return</th>
                <th align="left">Unique</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">devContEntEndpoint</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">T</td>
                <td align="left">R</td>
                <td align="left">Def</td>
                <td align="left">Ent</td>
              </tr>
              <tr>
                <td align="left">telEntEndpoint</td>
                <td align="left">F</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">R</td>
                <td align="left">Def</td>
                <td align="left">Ent</td>
              </tr>
              <tr>
                <td align="left">applications</td>
                <td align="left">T</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">value</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">RW</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
              <tr>
                <td align="left">$ref</td>
                <td align="left">F</td>
                <td align="left">T</td>
                <td align="left">F</td>
                <td align="left">R</td>
                <td align="left">Def</td>
                <td align="left">None</td>
              </tr>
            </tbody>
	  </table>
	    
	    <t>Legend:</t>	    
		  <dl spacing="compact" newline="false">
		    <dt>devContEntEndpoint:</dt><dd>deviceControlEnterpriseEndpoint</dd>
		    <dt>telEntEndpoint:</dt><dd>telemetryEnterpriseEndpoint</dd>
		    <dt>Req:</dt><dd>Required</dd>
		    <dt>T:</dt><dd>True</dd>
		    <dt>F:</dt><dd>False</dd>
		    <dt>R:</dt><dd>ReadOnly</dd>
		    <dt>RW:</dt><dd>ReadWrite</dd>
		    <dt>Ent:</dt><dd>Enterprise</dd>
		    <dt>Def:</dt><dd>Default</dd>
		  </dl>

          <figure anchor="eaExtension">
            <name>Endpoint Applications Extension Example</name>
            <sourcecode markers="true"><![CDATA[
{
  "schemas": ["urn:ietf:params:scim:schemas:core:2.0:Device",
     "urn:ietf:params:scim:schemas:extension:ble:2.0:Device",
     "urn:ietf:params:scim:schemas:extension:endpointAppsExt:2.0
        :Device"],
  "id": "e9e30dba-f08f-4109-8486-d5c6a3316111",
  "displayName": "BLE Heart Monitor",
  "active": true,
  "urn:ietf:params:scim:schemas:extension:ble:2.0:Device" : {
    "versionSupport": ["5.3"],
    "deviceMacAddress": "2C:54:91:88:C9:E2",
    "isRandom": false,
    "separateBroadcastAddress": ["AA:BB:88:77:22:11", "AA:BB:88:77
       :22:12"],
    "mobility": false,
    "pairingMethods": [
        "urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0
           :Device"],
    "urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0
       :Device" : {
      "key": 123456
    }
  },
  "urn:ietf:params:scim:schemas:extension:endpointAppsExt:2.0
     :Device": {
    "applications": [
      {
        "value" : "e9e30dba-f08f-4109-8486-d5c6a3316212",
        "$ref" : "https://example.com/v2/EndpointApps/e9e30dba-f08f
           -4109-8486-d5c6a3316212"
      },
      {
        "value" : "e9e30dba-f08f-4109-8486-d5c6a3316333",
        "$ref" : "https://example.com/v2/EndpointApps/e9e30dba-f08f
           -4109-8486-d5c6a3316333"
      }
    ],
      "deviceControlEnterpriseEndpoint": "https
         ://example.com/device_control_app_endpoint/",
      "telemetryEnterpriseEndpoint": "https
         ://example.com/telemetry_app_endpoint/"
  },
  "meta": {
    "resourceType": "Device",
      "created": "2022-01-23T04:56:22Z",
    "lastModified": "2022-05-13T04:42:34Z",
    "version": "W\/\"a330bc54f0671c9\"",
    "location": "https://example.com/v2/Devices/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}]]></sourcecode>
          </figure>
          <t>The schema for the endpointAppsExt extension along with BLE extension is
presented in JSON format in <xref target="endpointappsext-extension-schema-json"/>, while
the OpenAPI representation is provided in <xref target="endpointappsext-extension-schema-openapi-representation"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Because provisioning operations permit device access to a network,
each SCIM client <bcp14>MUST</bcp14> be appropriately authenticated.</t>
      <section anchor="scim-operations">
        <name>SCIM Operations</name>
        <t>An attacker that has authenticated to a trusted SCIM client could
manipulate portions of the SCIM database.  To be clear on the risks,
we specify each operation below.</t>
        <section anchor="unauthorized-object-creation">
          <name>Unauthorized Object Creation</name>
          <t>An attacker that is authenticated could attempt to add
elements that the enterprise would not normally permit on a network.
For instance, an enterprise may not wish specific devices that have
well-known vulnerabilities to be introduced to their environment.
To mitigate the attack, network administrators should layer additional
policies regarding what devices are permitted on the network.</t>
          <t>An attacker that gains access to SCIM could attempt to add an IP-based
device that itself attempts unauthorized access, effectively acting as
a bot.  Network administrators <bcp14>SHOULD</bcp14> establish appropriate access-control
policies that follow the principle of least privilege to mitigate this
attack.</t>
        </section>
      </section>
      <section anchor="object-deletion">
        <name>Object Deletion</name>
        <t>Once granted, even if the object is removed, the server may or may not
act on that removal.  The deletion of the object is a signal of intent
by the application that it no longer expects the device to be on the
network.  It is strictly up to the SCIM server and its back end policy
to decide whether or not to revoke access to the infrastructure.  It is
<bcp14>RECOMMENDED</bcp14> that SCIM delete operations trigger a workflow in accordance
with local network policy.</t>
      </section>
      <section anchor="read-operations">
        <name>Read Operations</name>
        <t>Read operations are necessary in order for an application to sync its
state to know what devices it is expected to manage.  An attacker with
access to SCIM objects may gain access to the devices themselves.  To
prevent one SCIM client from interfering with devices that it has no
business managing, only clients that have created objects or those
they authorize <bcp14>SHOULD</bcp14> have the ability to read those objects.</t>
      </section>
      <section anchor="update-operations">
        <name>Update Operations</name>
        <t>Update operations may be necessary if a device has been modified in
some way.  Attackers with update access may be able to disable network
access to devices or device access to networks.  To avoid this, the
same access control policy for read operations is <bcp14>RECOMMENDED</bcp14> here.</t>
      </section>
      <section anchor="higher-level-protection-for-certain-systems">
        <name>Higher Level Protection for Certain Systems</name>
        <t>Devices provisioned with this model may be completely controlled by
the administrator of the SCIM server, depending on how those systems
are defined. For instance, if BLE passkeys are provided, the device
can be connected to, and perhaps paired with. If the administrator of
the SCIM client does not wish the network to have complete access to
the device, the device itself <bcp14>MUST</bcp14> support finer levels of access
control and additional authentication mechanisms.
Any additional security
must be provided at higher application layers. For example, if client
applications wish to keep private information to and from the device,
they should encrypt that information over-the-top.</t>
      </section>
      <section anchor="logging">
        <name>Logging</name>
        <t>An attacker could learn what devices are on a network by examining
SCIM logs.  Due to the sensitive nature of SCIM operations, logs
<bcp14>SHOULD</bcp14> be encrypted both on the disk and in transit.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="new-schemas">

<!--[rfced] We acknowledge this note included in the IANA Considerations section:

   Note that the line break in URNs should be removed, as should this
   comment.

However, without the line breaks in the URNs, the tables exceed the 72-character
line limit. We have left the line breaks as is. To keep the URN lines unbroken,
we suggest reformatting to lists rather than tables.

For example:

URN: urn:iet:params:scim:schemas:extension:fido-device-onboard:2.0:Device
Description: FIDO Device Onboard
Resource Type: Device
Reference: RFC 9944, Section 7.4
-->

        <name>New Schemas</name>
        <t>IANA has added the following additions to the "SCIM
Schema URIs for Data Resources" registry:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Schema URI </th>
              <th align="left">Name</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">urn:ietf:params:scim:schemas:core: 2.0:Device</td>
              <td align="left">Core Device Schema</td>
              <td align="left">RFC 9944, <xref target="scim-core-device-schema"/></td>
            </tr>
            <tr>
              <td align="left">urn:ietf:params:scim:schemas:core: 2.0:EndpointApp</td>
              <td align="left">Endpoint Application</td>
              <td align="left">RFC 9944, <xref target="endpointapp-schema"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="device-schema-extensions">
        <name>Device Schema Extensions</name>
        <t>IANA has created the following extensions in the "SCIM
Server-Related Schema URIs" registry as described in <xref target="extensions"/>:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Schema URI</th>
              <th align="left">Description</th>
              <th align="left">Resource Type</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">urn:ietf:params:scim: schemas:extension: ble:2.0:Device</td>
              <td align="left">BLE Extension</td>
              <td align="left">Device</td>
              <td align="left">RFC 9944, <xref target="ble-extension"/></td>
            </tr>
            <tr>
              <td align="left">urn:ietf:params:scim: schemas:extension: ethernet-mab:2.0:Device</td>
              <td align="left">Ethernet MAB</td>
              <td align="left">Device</td>
              <td align="left">RFC 9944, <xref target="ethernet-mab-extension"/></td>
            </tr>
            <tr>
              <td align="left">urn:ietf:params:scim: schemas:extension: fido-device-onboard:2.0:Device</td>
              <td align="left">FIDO Device Onboard</td>
              <td align="left">Device</td>
              <td align="left">RFC 9944, <xref target="fido-device-onboard-extension"/></td>
            </tr>
            <tr>
              <td align="left">urn:ietf:params:scim: schemas:extension: dpp:2.0:Device</td>
              <td align="left">Wi-Fi Easy Connect</td>
              <td align="left">Device</td>
              <td align="left">RFC 9944, <xref target="wi-fi-easy-connect-extension"/></td>
            </tr>
            <tr>
              <td align="left">urn:ietf:params:scim: schemas:extension: endpointAppsExt:2.0:Device</td>
              <td align="left">Application Endpoint Extension</td>
              <td align="left">Device</td>
              <td align="left">RFC 9944, <xref target="ble-pairing-method-extensions"/></td>
            </tr>
            <tr>
              <td align="left">urn:ietf:params:scim: schemas:extension: pairingJustWorks:2.0:Device</td>
              <td align="left">Just Works Auth BLE</td>
              <td align="left">Device</td>
              <td align="left">RFC 9944, <xref target="ble-pairing-method-extensions"/></td>
            </tr>
            <tr>
              <td align="left">urn:ietf:params:scim: schemas:extension: pairingOOB:2.0:Device</td>
              <td align="left">Out-of-Band Pairing for BLE</td>
              <td align="left">Device</td>
              <td align="left">RFC 9944, <xref target="ble-pairing-method-extensions"/></td>
            </tr>
            <tr>
              <td align="left">urn:ietf:params:scim: schemas:extension: pairingPassKey:2.0:Device</td>
              <td align="left">Passkey Pairing for BLE</td>
              <td align="left">Device</td>
              <td align="left">RFC 9944, <xref target="ble-pairing-method-extensions"/></td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>

  </middle>
  <back>
<!-- [rfced] [BLE54]: Please review the following questions regarding this reference:

a) We were unable to find "isRandom" mentioned in [BLE54] as seen
below. Should this citation be updated?

Original:

   isRandom:  A boolean flag taken from [BLE54].  


b) We also note a few instances of "BLE core specifications 5.3" mentioned
throughout this document. However, the Normative References section cites
Version 5.4. Please review and let us know if/how to update accordingly.

For example:

          "description": "The isRandom flag is taken from the BLE
              core specifications 5.3. If TRUE, device is using a
              random address.  Default value is false.",


c) Please review our updates to the text below. There are multiple volumes in
[BLE54]; it appears Section 5.4.5 is referring to Volume 1, Part A, Section
5.4.5 of [BLE54]. Is this the correct section?

Original:

   For more information about the use of the IRK, see Section 5.4.5 of
   [BLE54].

Current:

   For more information about the use of the IRK, see Volume 1, Part A,
   Section 5.4.5 of [BLE54].

 -->
<!-- [rfced] References:

a) We note that [draft-brinckman-nipc] was replaced by [draft-ietf-asdf-nipc].
Should these remain as two separate references? Or, would you like to remove
the citation to [draft-brinckman-nipc] and only keep the 
reference to [draft-ietf-asdf-nipc]?


b) [JSONSchema] also exists as an Internet-Draft:
https://datatracker.ietf.org/doc/draft-bhutton-json-schema/.

May we update this reference to point to the Internet-Draft?


c) We were unable to find Version 2.0 of [DPP2] "Wi-Fi Easy Connect
Specification". We did find Version 3.0 from 2022:
https://www.wi-fi.org/system/files/Wi-Fi_Easy_Connect_Specification_v3.0.pdf.

Should we update this reference to point to Version 3.0 of the "Wi-Fi
Easy Connect Specification"?

Current: 

   [DPP2]     Wi-Fi Alliance, "Wi-Fi Easy Connect Specification",
              Version 2.0, 2020.

Perhaps:
   [DPP3]     Wi-Fi Alliance, "Wi-Fi Easy Connect Specification",
              Version 3.0, 2020, <https://www.wi-fi.org/system/files/Wi-
              Fi_Easy_Connect_Specification_v3.0.pdf>.

-->

<displayreference target="I-D.brinckman-nipc" to="NIPC"/>
<displayreference target="I-D.ietf-asdf-nipc" to="NIPC-API"/>

    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>

        <reference anchor="BLE54" target="https://www.bluetooth.org/DocMan/handlers/DownloadDoc.ashx?doc_id=587177">
          <front>
            <title>Bluetooth Core Specification</title>
            <author>
              <organization>Bluetooth SIG</organization>
            </author>
            <date year="2023"/>
          </front>
          <refcontent>Version 5.4</refcontent>
        </reference>

        <reference anchor="DPP2">
          <front>
            <title>Wi-Fi Easy Connect Specification</title>
            <author>
              <organization>Wi-Fi Alliance</organization>
            </author>
            <date year="2020"/>
          </front>
          <refcontent>Version 2.0</refcontent>
        </reference>
<!-- Note to PE: XML for possible update to [DPP2]
        <reference anchor="DPP2" target="https://www.wi-fi.org/system/files/Wi-Fi_Easy_Connect_Specification_v3.0.pdf">
          <front>
            <title>Wi-Fi Easy Connect Specification</title>
            <author>
              <organization>Wi-Fi Alliance</organization>
            </author>
            <date year="2020"/>
          </front>
          <refcontent>Version 3.0</refcontent>
        </reference>
-->
        <reference anchor="ECMA" target="https://ecma-international.org/publications-and-standards/standards/ecma-262/">
          <front>
            <title>ECMAScript(R) 2025 Language Specification</title>
            <author>
              <organization>ECMA International</organization>
            </author>
            <date year="2025" month="June"/>
          </front>
          <refcontent>ECMA-262, 16th Edition</refcontent>
        </reference>
        <reference anchor="FDO11" target="https://fidoalliance.org/specs/FDO/FIDO-Device-Onboard-PS-v1.1-20220419/FIDO-Device-Onboard-PS-v1.1-20220419.html">
          <front>
            <title>FIDO Device Onboard Specification 1.1</title>
            <author>
              <organization>FIDO Alliance</organization>
            </author>
            <date year="2022" month="April"/>
          </front>
          <refcontent>Proposed Standard</refcontent>
        </reference>
        <reference anchor="Zigbee" target="https://zigbeealliance.org/wp-content/uploads/2019/11/docs-05-3474-21-0csg-zigbee-specification.pdf">
          <front>
            <title>Zigbee Specification</title>
            <author>
              <organization>Zigbee Alliance</organization>
            </author>
            <date year="2015" month="August"/>
          </front>
          <refcontent>ZigBee Document 05-3474-21</refcontent>
        </reference>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7643.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7644.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8520.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4648.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5280.xml"/>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>

        <reference anchor="JSONSchema" target="https://json-schema.org/draft/2020-12/json-schema-core">
          <front>
            <title>JSON Schema- A Media Type for Describing JSON Documents</title>
            <author initials="A." surname="Wright" fullname="Austin Wright" role="editor">
              <organization/>
            </author>
            <author initials="H. A." surname="Andrews" fullname="Henry Andrews" role="editor">
              <organization/>
            </author>
            <author initials="B." surname="Hutton" fullname="Ben Hutton" role="editor">
              <organization>Postman</organization>
            </author>
            <author initials="G." surname="Dennis" fullname="Greg Dennis">
              <organization/>
            </author>
            <date year="2022" month="December"/>
          </front>
        </reference>
        <reference anchor="OpenAPI" target="https://swagger.io/specification/">
          <front>
            <title>OpenAPI Specification</title>
            <author>
              <organization>Swagger</organization>
            </author>
            <date year="2024" month="October"/>
          </front>
          <refcontent>Version 3.1.1</refcontent>
        </reference>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6241.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8040.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7950.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8995.xml"/>
<!-- 
draft-brinckman-nipc-01 
IESG State: Replaced by draft-ietf-asdf-nipc -->
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-asdf-nipc.xml"/>

<!-- 
draft-ietf-asdf-nipc-14 
IESG State: I-D Exists as of 11/26/25
-->
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.brinckman-nipc.xml"/>
      </references>
    </references>

    <section anchor="json-schema-representation">
      <name>JSON Schema Representation</name>
      <section anchor="resource-schema">
        <name>Resource Schema</name>
        <sourcecode markers="true"><![CDATA[
[
  {
    "schemas": ["urn:ietf:params:scim:schemas:core:2.0
       :ResourceType"],
    "id": "Device",
    "name": "Device",
    "endpoint": "/Devices",
    "description": "Device account.",
    "schema": "urn:ietf:params:scim:schemas:core:2.0:Device",
    "meta": {
      "location": "https://example.com/v2/ResourceTypes/Device",
      "resourceType": "ResourceType"
    }
  },
  {
    "schemas": ["urn:ietf:params:scim:schemas:core:2.0
       :ResourceType"],
    "id": "EndpointApp",
    "name": "EndpointApp",
    "endpoint": "/EndpointApp",
    "description": "Endpoint application such as device control and
        telemetry.",
    "schema": "urn:ietf:params:scim:schemas:core:2.0:EndpointApp",
    "meta": {
      "location": "https
         ://example.com/v2/ResourceTypes/EndpointApp",
      "resourceType": "ResourceType"
    }
  }
]]]></sourcecode>
      </section>
      <section anchor="device-schema-json">
        <name>Core Device Schema</name>
        <sourcecode markers="true"><![CDATA[
{
  "id": "urn:ietf:params:scim:schemas:core:2.0:Device",
  "name": "Device",
  "description": "Entry containing attributes about a device.",
  "attributes" : [
    {
      "name": "displayName",
      "type": "string",
      "description": "Human-readable name of the device, suitable
          for displaying to end users, for example, 'BLE Heart
          Monitor', etc.",
      "multiValued": false,
      "required": false,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "active",
      "type": "boolean",
      "description": "A mutable boolean value indicating the device
          administrative status. If set TRUE, the commands (such as
          connect, disconnect, subscribe) that control app sends to
          the controller for the devices will be processed by the
          controller. If set FALSE, any command coming from the
          control app for the device will be rejected by the
          controller.",
      "multiValued": false,
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "mudUrl",
      "type": "reference",
      "description": "A URL to MUD file of the device (RFC 8520).",
      "multiValued": false,
      "required": false,
      "caseExact": true,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "groups",
      "type": "complex",
      "multiValued": true,
      "description": "A list of groups to which the device belongs,
          either through direct membership, through nested groups,
          or dynamically calculated.",
      "required": false,
      "subAttributes": [
        {
          "name": "value",
          "type": "string",
          "multiValued": false,
          "description": "The identifier of the Device's group.",
          "required": false,
          "caseExact": false,
          "mutability": "readOnly",
          "returned": "default",
          "uniqueness": "none"
        },
        {
          "name": "$ref",
          "type": "reference",
          "referenceTypes": [
            "Group"
          ],
          "multiValued": false,
          "description": "The URI of the corresponding 'Group'
              resource to which the device belongs.",
          "required": false,
          "caseExact": false,
          "mutability": "readOnly",
          "returned": "default",
          "uniqueness": "none"
        },
        {
          "name": "display",
          "type": "string",
          "multiValued": false,
          "description": "A human-readable name, primarily used for
              display purposes.  READ ONLY.",
          "required": false,
          "caseExact": false,
          "mutability": "readOnly",
          "returned": "default",
          "uniqueness": "none"
        },
        {
          "name": "type",
          "type": "string",
          "multiValued": false,
          "description": "A label indicating the attribute's
              function, e.g., 'direct' or 'indirect'.",
          "required": false,
          "caseExact": false,
          "canonicalValues": [
            "direct",
            "indirect"
          ],
          "mutability": "readOnly",
          "returned": "default",
          "uniqueness": "none"
        }
      ],
      "mutability": "readOnly",
      "returned": "default"
    }
],
  "meta" : {
    "resourceType" : "Schema",
    "location" :
      "/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Device"
  }
}]]></sourcecode>
      </section>
      <section anchor="endpointapp-schema-json">
        <name>EndpointApp Schema</name>
        <sourcecode markers="true"><![CDATA[
{
  "id": "urn:ietf:params:scim:schemas:core:2.0:EndpointApp",
  "name": "EndpointApp",
  "description": "Endpoint application and their credentials.",
  "attributes" : [
    {
      "name": "applicationType",
      "type": "string",
      "description": "This attribute will only contain two values:
          'deviceControl' or 'telemetry'.",
      "multiValued": false,
      "required": true,
      "caseExact": false,
      "mutability": "readOnly",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "applicationName",
      "type": "string",
      "description": "Human-readable name of the application.",
      "multiValued": false,
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "certificateInfo",
      "type": "complex",
      "description": "Contains X.509 certificate's subject name and
          root CA information associated with the device control or
          telemetry app.",
      "multiValued": false,
      "required": false,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none",
      "subAttributes" : [
        {
          "name" : "rootCA",
          "type" : "string",
          "description" : "The base64 encoding of the DER encoding
              of the CA certificate.",
          "multiValued" : false,
          "required" : false,
          "caseExact" : true,
          "mutability" : "readWrite",
          "returned" : "default",
          "uniqueness" : "none"
        },
        {
          "name" : "subjectName",
          "type" : "string",
          "description" : "A Common Name (CN) of the form of CN =
              dnsName.",
          "multiValued" : false,
          "required" : true,
          "caseExact" : true,
          "mutability" : "readWrite",
          "returned" : "default",
          "uniqueness" : "none"
        }
      ]
    },
    {
      "name": "clientToken",
      "type": "string",
      "description": "This attribute contains a token that the
          client will use to authenticate itself.  Each token may
          be a string up to 500 characters in length.",
      "multiValued": false,
      "required": false,
      "caseExact": true,
      "mutability": "readOnly",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "groups",
      "type": "complex",
      "multiValued": true,
      "description": "A list of groups to which an endpoint
          application belongs, either through direct membership,
          through nested groups, or dynamically calculated.",
      "required": false,
      "subAttributes": [
        {
          "name": "value",
          "type": "string",
          "multiValued": false,
          "description": "The identifier of the endpoint
              application's group.",
          "required": false,
          "caseExact": false,
          "mutability": "readOnly",
          "returned": "default",
          "uniqueness": "none"
        },
        {
          "name": "$ref",
          "type": "reference",
          "referenceTypes": [
            "Group"
          ],
          "multiValued": false,
          "description": "The URI of the corresponding 'Group'
              resource to which the endpoint application belongs.",
          "required": false,
          "caseExact": false,
          "mutability": "readOnly",
          "returned": "default",
          "uniqueness": "none"
        },
        {
          "name": "display",
          "type": "string",
          "multiValued": false,
          "description": "A human-readable name, primarily used for
              display purposes.  READ ONLY.",
          "required": false,
          "caseExact": false,
          "mutability": "readOnly",
          "returned": "default",
          "uniqueness": "none"
        },
        {
          "name": "type",
          "type": "string",
          "multiValued": false,
          "description": "A label indicating the attribute's
              function, e.g., 'direct' or 'indirect'.",
          "required": false,
          "caseExact": false,
          "canonicalValues": [
            "direct",
            "indirect"
          ],
          "mutability": "readOnly",
          "returned": "default",
          "uniqueness": "none"
        }
      ],
      "mutability": "readOnly",
      "returned": "default"
    }
  ],
  "meta" : {
    "resourceType" : "Schema",
    "location" :
      "/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Device"
  }
}]]></sourcecode>
      </section>
      <section anchor="ble-extension-schema-json">
        <name>BLE Extension Schema</name>
        <sourcecode markers="true"><![CDATA[
[
  {
    "id": "urn:ietf:params:scim:schemas:extension:ble:2.0:Device",
    "name": "bleExtension",
    "description": "BLE extension for device account.",
    "attributes" : [
      {
        "name": "versionSupport",
        "type": "string",
        "description": "Provides a list of all the BLE versions
            supported by the device, for example, [4.1, 4.2, 5.0,
            5.1, 5.2, 5.3].",
        "multiValued": true,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "deviceMacAddress",
        "type": "string",
        "pattern": "^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}$",
        "description": "A unique public MAC address assigned by the
            manufacturer.",
        "multiValued": false,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "Manufacturer"
      },
      {
        "name": "isRandom",
        "type": "boolean",
          "description": "The isRandom flag is taken from the BLE
              core specifications 5.3. If TRUE, device is using a
              random address.  Default value is false.",
        "multiValued": false,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "separateBroadcastAddress",
        "type": "string",
        "description": "When present, this address is used for
            broadcasts/advertisements.  This value MUST NOT be set
            when an IRK is provided.  Its form is the same as
            deviceMacAddress.",
        "multiValued": true,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "irk",
        "type": "string",
        "description": "Identity Resolving Key (IRK), which is 
            unique for every device. It is used to resolve a 
            random address.  This value MUST NOT be set when
            separateBroadcastAddress is set.",
        "multiValued": false,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "Manufacturer"
      },
      {
        "name": "mobility",
        "type": "bool",
        "description": "If set to True, the BLE device will
            automatically connect to the closest AP. For example,
            if a BLE device is connected with AP-1 and moves out of
            range but comes in range of AP-2, it will be
            disconnected with AP-1 and connected with AP-2.",
        "multiValued": false,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "pairingMethods",
        "type": "string",
        "description": "List of pairing methods associated with the
            BLE device, stored as schema URI.",
        "multiValued": true,
        "required": true,
        "caseExact": true,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      }
    ],
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:ble:2.0:Device"
    }
  },
  {
    "id": "urn:ietf:params:scim:schemas:extension:pairingNull:2.0
       :Device",
    "name": "nullPairing",
    "description": "Null pairing method for BLE. It is included for
        the devices that do not have a pairing method.",
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:pairingNull:2.0:Device"
    }
  },
  {
    "id": "urn:ietf:params:scim:schemas:extension:pairingJustWorks
       :2.0:Device",
    "name": "pairingJustWorks",
    "description": "Just Works pairing method for BLE.",
    "attributes" : [
      {
        "name": "key",
        "type": "integer",
        "description": "Just Works does not have any key value. For
            completeness, it is added with a key value 'null'.",
        "multiValued": false,
        "required": true,
        "caseExact": false,
        "mutability": "immutable",
        "returned": "default",
        "uniqueness": "none"
      }
    ],
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:pairingJustWorks:2.0:Device"
    }
  },
  {
    "id": "urn:ietf:params:scim:schemas:extension:pairingPassKey
       :2.0:Device",
    "name": "pairingPassKey",
    "description": "Passkey pairing method for BLE.",
    "attributes" : [
      {
        "name": "key",
        "type": "integer",
        "description": "A six-digit passkey for BLE device. The
            pattern of key is ^[0-9]{6}$.",
        "multiValued": false,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      }
    ],
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:pairingPassKey:2.0:Device"
    }
  },
  {
    "id": "urn:ietf:params:scim:schemas:extension:pairingOOB:2.0
       :Device",
    "name": "pairingOOB",
    "description": "Passkey pairing method for BLE.",
    "attributes" : [
      {
        "name": "key",
        "type": "string",
        "description": "A key value retrieved from out-of-band
            source such as NFC.",
        "multiValued": false,
        "required": true,
        "caseExact": true,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "randomNumber",
        "type": "integer",
        "description": "Nonce added to the key.",
        "multiValued": false,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "confirmationNumber",
        "type": "integer",
        "description": "Some solutions require confirmation number
            in RESTful message exchange.",
        "multiValued": false,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      }
    ],
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:pairingOOB:2.0:Device"
    }
  }
]]]></sourcecode>
      </section>
      <section anchor="dpp-extension-schema-json">
        <name>DPP Extension Schema</name>
        <sourcecode markers="true"><![CDATA[
{
    "id": "urn:ietf:params:scim:schemas:extension:dpp:2.0:Device",
    "name": "dppExtension",
    "description": "Device extension schema for Wi-Fi Easy Connect
        / Device Provisioning Protocol (DPP).",
    "attributes" : [
      {
        "name": "dppVersion",
        "type": "integer",
        "description": "Version of DPP this device supports.",
        "multiValued": false,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "bootstrappingMethod",
        "type": "string",
        "description": "The list of all the bootstrapping methods
            available on the enrollee device, for example, [QR,
            NFC].",
        "multiValued": true,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "bootstrapKey",
        "type": "string",
        "description": "A base64-encoded Elliptic Curve Diffie-
            Hellman public key (may be P-256, P-384, or P-521).",
        "multiValued": false,
        "required": true,
        "caseExact": true,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "deviceMacAddress",
        "type": "string",
        "pattern": "^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}$",
        "description": "A unique public MAC address assigned by the
            manufacturer.",
        "multiValued": false,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "Manufacturer"
      },
      {
        "name": "classChannel",
        "type": "string",
        "description": "A list of global operating class and
            channel shared as bootstrapping information. It is
            formatted as class/channel, for example, '81/1',
            '115/36'.",
        "multiValued": true,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "serialNumber",
        "type": "string",
        "description": "An alphanumeric serial number that may also
            be passed as bootstrapping information.",
        "multiValued": false,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      }

    ],
    "meta" : {
      "resourceType" : "Schema",
      "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
         :extension:dpp:2.0:Device"
    }
  }]]></sourcecode>
      </section>
      <section anchor="ethernet-mab-extension-schema-json">
        <name>Ethernet MAB Extension Schema</name>
        <sourcecode markers="true"><![CDATA[
{
  "id": "urn:ietf:params:scim:schemas:extension:ethernet-mab:2.0
     :Device",
  "name": "ethernetMabExtension",
  "description": "Device extension schema for MAC Authentication
      Bypass.",
  "attributes" : [
      {
        "name": "deviceMacAddress",
        "type": "string",
        "pattern": "^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}$",
        "description": "A MAC address assigned by the manufacturer.",
        "multiValued": false,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "Manufacturer"
      }
  ],
  "meta" : {
    "resourceType" : "Schema",
    "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
       :extension:ethernet-mab:2.0:Device"
  }
}]]></sourcecode>
      </section>
      <section anchor="fdo-extension-schema-json">
        <name>FDO Extension Schema</name>
        <sourcecode markers="true"><![CDATA[
{
  "id": "urn:ietf:params:scim:schemas:extension:fido-device-onboard
     :2.0:Devices",
  "name": "FDOExtension",
  "description": "Device extension schema for FIDO Device Onboard 
      (FDO).",
  "attributes" : [
      {
        "name": "fdoVoucher",
        "type": "string",
        "description": "A voucher as defined in the FDO
            specification.",
        "multiValued": false,
        "required": true,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "Manufacturer"
      }
  ],
  "meta" : {
    "resourceType" : "Schema",
    "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
       :extension:fido-device-onboard:2.0:Devices"
  }
}]]></sourcecode>
      </section>
      <section anchor="zigbee-extension-schema-json">
        <name>Zigbee Extension Schema</name>
        <sourcecode markers="true"><![CDATA[
{
  "id": "urn:ietf:params:scim:schemas:extension:zigbee:2.0:Device",
  "name": "zigbeeExtension",
  "description": "Device extension schema for Zigbee.",
  "attributes" : [
    {
      "name": "versionSupport",
      "type": "string",
      "description": "Provides a list of all the Zigbee versions
                      supported by the device, for example,
                      [3.0].",
      "multiValued": true,
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "deviceEui64Address",
      "type": "string",
      "pattern": "^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){7}$",
      "description": "The 64-bit Extended Unique Identifier (EUI-64)
                      device address.",
      "multiValued": false,
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    }
  ],
  "meta" : {
    "resourceType" : "Schema",
    "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
       :extension:zigbee:2.0:Device"
  }
}]]></sourcecode>
      </section>
      <section anchor="endpointappsext-extension-schema-json">
        <name>EndpointAppsExt Extension Schema</name>
        <sourcecode markers="true"><![CDATA[
{
  "id": "urn:ietf:params:scim:schemas:extension:endpointAppsExt:2.0
     :Device",
  "name": "endpointAppsExt",
  "description": "Extension for partner endpoint applications that
      can onboard, control, and communicate with the device.",
  "attributes" : [
    {
      "name": "applications",
      "type": "complex",
      "description": "Includes references to two types of
          applications that connect with enterprise, i.e.,
          deviceControl and telemetry.",
      "multiValued": true,
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none",
      "subAttributes" : [
        {
          "name" : "value",
          "type" : "string",
          "description" : "The identifier of the endpointApp.",
          "multiValued" : false,
          "required" : true,
          "caseExact" : false,
          "mutability" : "readWrite",
          "returned" : "default",
          "uniqueness" : "none"
        },
        {
          "name" : "$ref",
          "type" : "reference",
          "referenceTypes" : "EndpointApps",
          "description" : "The URI of the corresponding
              'EndpointApp' resource that will control or obtain
              data from the device.",
          "multiValued" : false,
          "required" : false,
          "caseExact" : true,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none"
        }
      ]
    },
    {
      "name": "deviceControlEnterpriseEndpoint",
      "type": "reference",
      "description": "The URL of the enterprise endpoint that
          device control apps use to reach enterprise network
          gateway.",
      "multiValued": false,
      "required": true,
      "caseExact": true,
      "mutability": "readOnly",
      "returned": "default",
      "uniqueness": "Enterprise"
    },
    {
      "name": "telemetryEnterpriseEndpoint",
      "type": "reference",
      "description": "The URL of the enterprise endpoint that
          telemetry apps use to reach enterprise network gateway.",
      "multiValued": false,
      "required": false,
      "caseExact": true,
      "mutability": "readOnly",
      "returned": "default",
      "uniqueness": "Enterprise"
    }
  ],
  "meta" : {
    "resourceType" : "Schema",
    "location" : "/v2/Schemas/urn:ietf:params:scim:schemas
       :extension:endpointAppsExt:2.0:Device"
  }
}]]></sourcecode>
      </section>
    </section>
    <section anchor="openapi-representation">
      <name>OpenAPI Representation</name>
      <t>The following sections are provided for informational purposes.</t>
      <section anchor="device-schema-openapi-representation">
        <name>Core Device Schema OpenAPI Representation</name>
        <t>OpenAPI representation of core device schema is as follows:</t>
        <sourcecode markers="true"><![CDATA[
openapi: 3.1.0
info:
  title: SCIM Device Schema
  version: 1.0.0

components:
  schemas:
    Group:
      type: object
      description: A list of groups to which the device belongs,
                   either through direct membership, through nested
                   groups, or dynamically calculated.
      properties:
        value:
          type: string
          description: The unique identifier of a group,
                       typically a UUID.
          readOnly: true
          writeOnly: false
        display:
          type: string
          description: A display string for the group.
          readOnly: true
          writeOnly: false
        $ref:
          type: string
          format: uri
          description: Reference to the group object.
          readOnly: true
          writeOnly: true
    Device:
      description: Entry containing attributes about a device.
      type: object
      properties:
        displayName:
          type: string
          description: "Human-readable name of the device, suitable
                        for displaying to end users, for example,
                        'BLE Heart Monitor' etc."
          readOnly: false
          writeOnly: false
        active:
          type: boolean
          description: A mutable boolean value indicating the device
                       administrative status. If set TRUE, the
                       commands (such as connect, disconnect,
                       subscribe) that control app sends to the
                       controller for the devices will be processed
                       by the controller. If set FALSE, any command
                       coming from the control app for the device
                       will be rejected by the controller.
          readOnly: false
          writeOnly: false
        mudUrl:
          type: string
          format: uri
          description: A URL to MUD file of the device (RFC 8520).
                       It is added for future use. Current usage is
                       not defined yet.
          readOnly: false
          writeOnly: false
        groups:
          type: array
          description: List of groups to which a device belongs to.
          items:
            $ref: '#/components/schemas/Group'

      required:
        - active
      additionalProperties: false
      allOf:
        - $ref: '#/components/schemas/CommonAttributes'
    CommonAttributes:
      type: object
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:core:2.0:Device
          description: The list of schemas that define the resource.
        id:
          type: string
          format: uri
          description: The unique identifier for a resource.
          readOnly: true
          writeOnly: false
        externalId:
          type: string
          description: An identifier for the resource that is
                       defined by the provisioning client.
          readOnly: false
          writeOnly: false
        meta:
          type: object
          readOnly: true
          properties:
            resourceType:
              type: string
              description: The name of the resource type of the
                           resource.
              readOnly: true
              writeOnly: false
            location:
              type: string
              format: uri
              description: The URI of the resource being returned.
              readOnly: true
              writeOnly: false
            created:
              type: string
              format: date-time
              description: The date and time the resource was added
                           to the service provider.
              readOnly: true
              writeOnly: false
            lastModified:
              type: string
              format: date-time
              description: The most recent date and time that the
                           details of this resource were updated at
                           the service provider.
              readOnly: true
              writeOnly: false
            version:
              type: string
              description: The version of the resource.
              readOnly: true
              writeOnly: false
          additionalProperties: false]]></sourcecode>
      </section>
      <section anchor="endpointapp-schema-openapi-representation">
        <name>EndpointApp Schema OpenAPI Representation</name>
        <t>OpenAPI representation of endpointApp schema is as follows:</t>
        <sourcecode markers="true"><![CDATA[
openapi: 3.1.0
info:
  title: SCIM Endpoint App Schema
  version: 1.0.0

components:
  schemas:
    Group:
      type: object
      description: A list of groups to which the endpoint
                   application belongs, either through
                   direct membership, through nested
                   groups, or dynamically calculated.
      properties:
        value:
          type: string
          description: The unique identifier of a group,
                       typically a UUID.
          readOnly: true
          writeOnly: false
        display:
          type: string
          description: A display string for the group.
          readOnly: true
          writeOnly: false
        $ref:
          type: string
          format: uri
          description: Reference to the group object.
          readOnly: true
          writeOnly: true
    EndpointApp:
      title: EndpointApp
      description: Endpoint application resource.
      type: object
      properties:
        applicationType:
          type: string
          description: This attribute will only contain two values:
                       'deviceControl' or 'telemetry'.
          readOnly: false
          writeOnly: false

        applicationName:
          type: string
          description: Human-readable name of the application.
          readOnly: false
          writeOnly: false
        groups:
          type: array
          description: List of groups to which the endpointApp
                       belongs.
          items:
            $ref: '#/components/schemas/Group'

      required:
        - applicationType
        - applicationName

      additionalProperties: true
      oneOf:
        - $ref: '#/components/schemas/clientToken'
        - $ref: '#/components/schemas/certificateInfo'

      allOf:
        - $ref: '#/components/schemas/CommonAttributes'

    clientToken:
      type: string
      description: "This attribute contains a token that the client
                    will use to authenticate itself. Each token may
                    be a string up to 500 characters in length."
      readOnly: true
      writeOnly: false

    certificateInfo:
      type: object
      description: "Contains X.509 certificate's subject name and
                    root CA information associated with the device
                    control or telemetry app."
      properties:
        rootCA:
          type: string
          description: "The base64 encoding of a trust anchor
                        certificate, as per RFC 4648, Section 4."
          readOnly: false
          writeOnly: false

        subjectName:
          type: string
          description: "Also known as the Common Name (CN), the
                        Subject Name is a field in the X.509
                        certificate that identifies the primary
                        domain or IP address for which the
                        certificate is issued."
          readOnly: false
          writeOnly: false

      required:
      - subjectName

    CommonAttributes:
      type: object
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:core:2.0:EndpointApp
          description: The list of schemas that define the resource.
        id:
          type: string
          format: uri
          description: The unique identifier for a resource.
          readOnly: true
          writeOnly: false
        meta:
          type: object
          readOnly: true
          properties:
            resourceType:
              type: string
              description: The name of the resource type of the
                           resource.
              readOnly: true
              writeOnly: false
            location:
              type: string
              format: uri
              description: The URI of the resource being returned.
              readOnly: true
              writeOnly: false
            created:
              type: string
              format: date-time
              description: The date and time the resource was added
                           to the service provider.
              readOnly: true
              writeOnly: false
            lastModified:
              type: string
              format: date-time
              description: The most recent date and time that the
                           details of this resource were updated at
                           the service provider.
              readOnly: true
              writeOnly: false
            version:
              type: string
              description: The version of the resource.
              readOnly: true
              writeOnly: false
          additionalProperties: false]]></sourcecode>
      </section>
      <section anchor="ble-extension-schema-openapi-representation">
        <name>BLE Extension Schema OpenAPI Representation</name>
        <t>OpenAPI representation of BLE extension schema is as follows:</t>

        <sourcecode markers="true"><![CDATA[
openapi: 3.1.0
info:
  title: SCIM Bluetooth Extension Schema
  version: 1.0.0

components:
  schemas:
    BleDevice:
      type: object
      description: BLE Device schema.
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:extension:ble:2.0
                 :Device
        urn:ietf:params:scim:schemas:extension:ble:2.0:Device:
          $ref: '#/components/schemas/BleDeviceExtension'
          required: true
    BleDeviceExtension:
      type: object
      properties:
        versionSupport:
          type: array
          items:
            type: string
          description: Provides a list of all the BLE versions
                       supported by the device, for example,
                       [4.1, 4.2, 5.0, 5.1, 5.2, 5.3].
          readOnly: false
          writeOnly: false

        deviceMacAddress:
          type: string
          description: It is the public MAC address assigned by the
                       manufacturer. It is a unique 48-bit value. The
                       regex pattern is
                       ^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}.
          readOnly: false
          writeOnly: false

        isRandom:
          type: boolean
          description: AddressType flag is taken from the BLE core
                       specifications 5.3.  If FALSE, the device is
                       using a public MAC address.  If TRUE, device
                       is using a random address.
          readOnly: false
          writeOnly: false

        separateBroadcastAddress:
          type: string
          description: "When present, this address is used for
                        broadcasts/advertisements.  This value
                        MUST NOT be set when an IRK is provided.
                        Its form is the same as deviceMacAddress."
          readOnly: false
          writeOnly: false

        irk:
          type: string
          description: Identity Resolving Key (IRK), which is unique
                       for every device. It is used to resolve a
                       random address.
          readOnly: false
          writeOnly: true
        mobility:
          type: boolean
          description: If set to True, the BLE device will
                       automatically connect to the closest AP. For
                       example, if a BLE device is connected with 
                       AP-1 and moves out of range but comes in 
                       range of AP-2, it will be disconnected with 
                       AP-1 and connected with AP-2.
          readOnly: false
          writeOnly: false
        pairingMethods:
          type: array
          items:
            type: string
          description: List of pairing methods associated with the
                       BLE device, stored as schema URI.
          readOnly: false
          writeOnly: false
        urn:ietf:params:scim:schemas:extension:pairingNull:2.0
           :Device:
          $ref: '#/components/schemas/NullPairing'
          required: false
        urn:ietf:params:scim:schemas:extension:pairingJustWorks:2.0
           :Device:
          $ref: '#/components/schemas/PairingJustWorks'
          required: false
        urn:ietf:params:scim:schemas:extension:pairingPassKey:2.0
           :Device:
          $ref: '#/components/schemas/PairingPassKey'
          required: false
        urn:ietf:params:scim:schemas:extension:pairingOOB:2.0
           :Device:
          $ref: '#/components/schemas/PairingOOB'
          required: false
      required:
        - versionSupport
        - deviceMacAddress
        - AddressType
        - pairingMethods
      additionalProperties: false

    NullPairing:
      type: object

    PairingJustWorks:
      type: object
      description: Just Works pairing method for BLE.
      properties:
        key:
          type: integer
          description: Just Works does not have any key value. For
                       completeness, it is added with a key value
                       'null'.
          readOnly: false
          writeOnly: false
      required:
        - key

    PairingPassKey:
      type: object
      description: Passkey pairing method for BLE.
      properties:
        key:
          type: integer
          description: A six-digit passkey for BLE device.
                       The pattern of key is ^[0-9]{6}$.
          readOnly: false
          writeOnly: true
      required:
        - key

    PairingOOB:
      type: object
      description: Out-of-band pairing method for BLE.
      properties:
        key:
          type: string
          description: The OOB key value for BLE device.
          readOnly: false
          writeOnly: false
        randomNumber:
          type: integer
          description: Nonce added to the key.
          readOnly: false
          writeOnly: true
        confirmationNumber:
          type: integer
          description: Some solutions require a confirmation number
                       in the RESTful message exchange.
          readOnly: false
          writeOnly: true
      required:
        - key
        - randomNumber]]></sourcecode>
      </section>
      <section anchor="dpp-extension-schema-openapi-representation">
        <name>DPP Extension Schema OpenAPI Representation</name>
        <t>OpenAPI representation of DPP extension schema is as follows:</t>
        <sourcecode markers="true"><![CDATA[
openapi: 3.1.0
info:
  title: SCIM Device Provisioning Protocol Extension Schema
  version: 1.0.0

components:
  schemas:
    DppDevice:
      type: object
      description: Wi-Fi Easy Connect (DPP) device extension schema.
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:extension:dpp:2.0
                 :Device
        urn:ietf:params:scim:schemas:extension:dpp:2.0:Device:
          $ref: '#/components/schemas/DppDeviceExtension'
          required: true
    DppDeviceExtension:
      type: object
      properties:
        dppVersion:
          type: integer
          description: Version of DPP this device supports.
          readOnly: false
          writeOnly: false
        bootstrappingMethod:
          type: array
          items:
            type: string
          description: The list of all the bootstrapping methods
                       available on the enrollee device, for
                       example, [QR, NFC].
          readOnly: false
          writeOnly: false
        bootstrapKey:
          type: string
          description: An Elliptic Curve Diffie-Hellman
                       (ECDH) public key.  The base64-encoded length
                       for P-256, P-384, and P-521 is 80, 96, and
                       120 characters.
          readOnly: false
          writeOnly: true
        deviceMacAddress:
          type: string
          description: The MAC address assigned by the manufacturer.
                       The regex pattern is
                       ^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}.
          readOnly: false
          writeOnly: false
        classChannel:
          type: array
          items:
            type: string
          description: A list of global operating class and channel
                       shared as bootstrapping information. It is
                       formatted as class/channel, for example,
                       '81/1', '115/36'.
          readOnly: false
          writeOnly: false
        serialNumber:
          type: string
          description: An alphanumeric serial number that may also
                       be passed as bootstrapping information.
          readOnly: false
          writeOnly: false
      required:
        - dppVersion
        - bootstrapKey
      additionalProperties: false]]></sourcecode>
      </section>
      <section anchor="ethernet-mab-extension-schema-openapi-representation">
        <name>Ethernet MAB Extension Schema OpenAPI Representation</name>
        <t>OpenAPI representation of Ethernet MAB extension schema is as follows:</t>
        <sourcecode markers="true"><![CDATA[
openapi: 3.1.0
info:
  title: SCIM MAC Authentication Bypass Extension Schema
  version: 1.0.0

components:
  schemas:
    EthernetMABDevice:
      type: object
      description: Ethernet MAC Authenticated Bypass.
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:extension:ethernet-mab
                 :2.0:Device
        urn:ietf:params:scim:schemas:extension:ethernet-mab:2.0
           :Device:
          $ref: '#/components/schemas/EthernetMABDeviceExtension'
          required: true
    EthernetMABDeviceExtension:
      type: object
      properties:
        deviceMacAddress:
          type: string
          description: It is the public MAC address assigned by the
                       manufacturer.  It is a unique 48-bit value. 
                       The regex pattern is
                       ^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}.
          readOnly: false
          writeOnly: false
      required:
        - deviceMacAddress
      description: Device extension schema for Ethernet-MAB.]]></sourcecode>
      </section>
      <section anchor="fdo-extension-schema-openapi-representation">
        <name>FDO Extension Schema OpenAPI Representation</name>
        <t>OpenAPI representation of FDO extension schema is as follows:</t>
        <sourcecode markers="true"><![CDATA[
openapi: 3.1.0
info:
  title: SCIM FIDO Device Onboarding Extension Schema
  version: 1.0.0

components:
  schemas:
    FDODevice:
      type: object
      description: FIDO Device Onboarding (FDO) extension.
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:extension:fido-device
                 -onboard:2.0:Devices
        urn:ietf:params:scim:schemas:extension:fido-device-onboard
           :2.0:Devices:
          $ref: '#/components/schemas/FDODeviceExtension'
          required: true
    FDODeviceExtension:
      type: object
      properties:
        fdoVoucher:
          type: string
          description: A FIDO Device Onboard (FDO) voucher.
          readOnly: false
          writeOnly: false
      required:
        - fdoVoucher
      description: Device extension for a FIDO Device Onboard (FDO).]]></sourcecode>
      </section>
      <section anchor="zigbee-extension-schema-openapi-representation">
        <name>Zigbee Extension Schema OpenAPI Representation</name>
        <t>OpenAPI representation of Zigbee extension schema is as follows:</t>
        <sourcecode markers="true"><![CDATA[
openapi: 3.1.0
info:
  title: SCIM Zigbee Extension Schema
  version: 1.0.0

components:
  schemas:
    ZigbeeDevice:
      type: object
      description: Zigbee Device schema.
      properties:
        schemas:
          type: array
          items:
            type: string
            enum:
              - urn:ietf:params:scim:schemas:extension:zigbee:2.0
                 :Device
        urn:ietf:params:scim:schemas:extension:zigbee:2.0:Device:
          $ref: '#/components/schemas/ZigbeeDeviceExtension'
          required: true
    ZigbeeDeviceExtension:
      type: object
      properties:
        versionSupport:
          type: array
          items:
            type: string
          description: Provides a list of all the Zigbee versions
                       supported by the device, for example, [3.0].
          readOnly: false
          writeOnly: false
        deviceEui64Address:
          type: string
          description: The 64-bit Extended Unique Identifier (EUI-64)
                       device address.  The regex pattern is
                       ^[0-9A-Fa-f]{16}$.
          readOnly: false
          writeOnly: false
      required:
        - versionSupport
        - deviceEui64Address
      description: Device extension schema for Zigbee.]]></sourcecode>
      </section>
      <section anchor="endpointappsext-extension-schema-openapi-representation">
        <name>EndpointAppsExt Extension Schema OpenAPI Representation</name>
        <t>OpenAPI representation of endpoint Apps extension schema
is as follows:</t>
        <sourcecode markers="true"><![CDATA[
openapi: 3.1.0
info:
  title: SCIM Endpoint Extension Schema
  version: 1.0.0


components:
  schemas:
    EndpointAppsExt:
      type: object
      properties:
        applications:
          $ref: '#/components/schemas/applications'

        deviceControlEnterpriseEndpoint:
          type: string
          format: url
          description: The URL of the enterprise endpoint that
                       device control apps use to reach an
                       enterprise network gateway.
          readOnly: true
          writeOnly: false

        telemetryEnterpriseEndpoint:
          type: string
          format: url
          description: The URL of the enterprise endpoint that
                       telemetry apps use to reach an enterprise
                       network gateway.
          readOnly: true
          writeOnly: false

      required:
        - applications
        - deviceControlEnterpriseEndpoint

    applications:
      type: array
      items:
        value:
          type: string
          description: The identifier of the endpointApp.
          readOnly: false
          writeOnly: false
        ref:
          type: string
          format: uri
          description: The URI of the corresponding 'EndpointApp'
                       resource that will control or obtain data
                       from the device.
          readOnly: true
          writeOnly: false
      required:
        - value
        - ref]]></sourcecode>
      </section>
    </section>
    <section anchor="fido-device-onboarding-example-flow">
      <name>FIDO Device Onboarding Example Flow</name>
      <t>The following diagrams are included to demonstrate how FDO can be used.  In this first diagram, a device
is onboarded not only to the device owner process but also to the AAA server for initial onboarding.
The voucher contains a device certificate that is used by the AAA system for authentication.</t>
      <artset>
        <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="592" width="520" viewBox="0 0 520 592" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
            <path d="M 8,96 L 8,144" fill="none" stroke="black"/>
            <path d="M 16,32 L 16,80" fill="none" stroke="black"/>
            <path d="M 48,152 L 48,576" fill="none" stroke="black"/>
            <path d="M 72,32 L 72,80" fill="none" stroke="black"/>
            <path d="M 200,32 L 200,80" fill="none" stroke="black"/>
            <path d="M 232,152 L 232,576" fill="none" stroke="black"/>
            <path d="M 256,32 L 256,80" fill="none" stroke="black"/>
            <path d="M 272,120 L 272,144" fill="none" stroke="black"/>
            <path d="M 272,224 L 272,256" fill="none" stroke="black"/>
            <path d="M 384,32 L 384,80" fill="none" stroke="black"/>
            <path d="M 416,80 L 416,416" fill="none" stroke="black"/>
            <path d="M 416,504 L 416,576" fill="none" stroke="black"/>
            <path d="M 448,32 L 448,80" fill="none" stroke="black"/>
            <path d="M 480,48 L 480,80" fill="none" stroke="black"/>
            <path d="M 496,80 L 496,576" fill="none" stroke="black"/>
            <path d="M 512,48 L 512,80" fill="none" stroke="black"/>
            <path d="M 16,32 L 72,32" fill="none" stroke="black"/>
            <path d="M 200,32 L 256,32" fill="none" stroke="black"/>
            <path d="M 384,32 L 448,32" fill="none" stroke="black"/>
            <path d="M 480,48 L 512,48" fill="none" stroke="black"/>
            <path d="M 16,80 L 72,80" fill="none" stroke="black"/>
            <path d="M 200,80 L 256,80" fill="none" stroke="black"/>
            <path d="M 384,80 L 448,80" fill="none" stroke="black"/>
            <path d="M 480,80 L 512,80" fill="none" stroke="black"/>
            <path d="M 8,96 L 248,96" fill="none" stroke="black"/>
            <path d="M 8,144 L 272,144" fill="none" stroke="black"/>
            <path d="M 56,192 L 224,192" fill="none" stroke="black"/>
            <path d="M 240,224 L 272,224" fill="none" stroke="black"/>
            <path d="M 240,256 L 272,256" fill="none" stroke="black"/>
            <path d="M 240,352 L 408,352" fill="none" stroke="black"/>
            <path d="M 240,400 L 408,400" fill="none" stroke="black"/>
            <path d="M 240,448 L 488,448" fill="none" stroke="black"/>
            <path d="M 240,496 L 488,496" fill="none" stroke="black"/>
            <path d="M 56,544 L 224,544" fill="none" stroke="black"/>
            <path d="M 264,96 L 276,120" fill="none" stroke="black"/>
            <polygon class="arrowhead" points="496,448 484,442.4 484,453.6" fill="black" transform="rotate(0,488,448)"/>
            <polygon class="arrowhead" points="416,352 404,346.4 404,357.6" fill="black" transform="rotate(0,408,352)"/>
            <polygon class="arrowhead" points="248,496 236,490.4 236,501.6" fill="black" transform="rotate(180,240,496)"/>
            <polygon class="arrowhead" points="248,400 236,394.4 236,405.6" fill="black" transform="rotate(180,240,400)"/>
            <polygon class="arrowhead" points="248,256 236,250.4 236,261.6" fill="black" transform="rotate(180,240,256)"/>
            <polygon class="arrowhead" points="232,192 220,186.4 220,197.6" fill="black" transform="rotate(0,224,192)"/>
            <polygon class="arrowhead" points="64,544 52,538.4 52,549.6" fill="black" transform="rotate(180,56,544)"/>
            <g class="text">
              <text x="36" y="52">SCIM</text>
              <text x="220" y="52">SCIM</text>
              <text x="408" y="52">Owner</text>
              <text x="44" y="68">Client</text>
              <text x="228" y="68">Server</text>
              <text x="416" y="68">Service</text>
              <text x="496" y="68">AAA</text>
              <text x="256" y="100">!</text>
              <text x="40" y="116">Voucher</text>
              <text x="108" y="116">contains</text>
              <text x="260" y="116">|_</text>
              <text x="20" y="132">an</text>
              <text x="56" y="132">X.509</text>
              <text x="100" y="132">cert</text>
              <text x="144" y="132">chain</text>
              <text x="56" y="164">1</text>
              <text x="84" y="164">POST</text>
              <text x="164" y="164">[FDO(voucher)]</text>
              <text x="72" y="180">/HTTP</text>
              <text x="288" y="244">2</text>
              <text x="328" y="244">Recover</text>
              <text x="384" y="244">X.509</text>
              <text x="300" y="260">cert</text>
              <text x="344" y="260">chain</text>
              <text x="300" y="276">from</text>
              <text x="352" y="276">voucher</text>
              <text x="240" y="324">3</text>
              <text x="264" y="324">Add</text>
              <text x="344" y="324">device(voucher)</text>
              <text x="256" y="340">/HTTP</text>
              <text x="280" y="388">4</text>
              <text x="304" y="388">200</text>
              <text x="340" y="388">"ok"</text>
              <text x="336" y="436">5</text>
              <text x="360" y="436">Add</text>
              <text x="412" y="436">identity</text>
              <text x="416" y="468">|</text>
              <text x="352" y="484">6</text>
              <text x="376" y="484">200</text>
              <text x="412" y="484">"ok"</text>
              <text x="96" y="532">7</text>
              <text x="120" y="532">200</text>
              <text x="156" y="532">"ok"</text>
            </g>
          </svg>
        </artwork>
        <artwork type="ascii-art"><![CDATA[
 ,------.               ,------.               ,-------.
 |SCIM  |               |SCIM  |               |Owner  |   ,---.
 |Client|               |Server|               |Service|   |AAA|
 `---+--'               `---+--'               `---+---'   `-+-'
,------------------------------!.                  |         |  
|Voucher contains              |_\                 |         |  
|an X.509 cert chain             |                 |         |  
`--------------------------------'                 |         |  
     |1 POST [FDO(voucher)] |                      |         |  
     |/HTTP                 |                      |         |  
     |--------------------->|                      |         |  
     |                      |                      |         |  
     |                      |----.                 |         |  
     |                      |    | 2 Recover X.509 |         |  
     |                      |<---' cert chain      |         |  
     |                      |      from voucher    |         |  
     |                      |                      |         |  
     |                      |                      |         |  
     |                      |3 Add device(voucher) |         |  
     |                      |/HTTP                 |         |  
     |                      |--------------------->|         |  
     |                      |                      |         |  
     |                      |     4 200 "ok"       |         |  
     |                      |<---------------------|         |  
     |                      |                      |         |  
     |                      |            5 Add identity      |  
     |                      |------------------------------->|  
     |                      |                      |         |  
     |                      |              6 200 "ok"        |  
     |                      |<-------------------------------|  
     |                      |                      |         |  
     |     7 200 "ok"       |                      |         |  
     |<---------------------|                      |         |  
     |                      |                      |         |  
     |                      |                      |         |  
]]></artwork>
      </artset>
<!-- [rfced] Appendix C: Please review the ASCII artwork that appears at the
end of this section. The submitted ASCII artwork does not render or match its SVG
equivalent. -->
      <t>After this flow is complete, the device can then first provisionally onboard and then later receive
a trust anchor through FDO's TO2 process.  This is shown below.</t>
      <artset>
        <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="864" width="576" viewBox="0 0 576 864" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
            <path d="M 8,640 L 8,704" fill="none" stroke="black"/>
            <path d="M 16,32 L 16,80" fill="none" stroke="black"/>
            <path d="M 48,80 L 48,632" fill="none" stroke="black"/>
            <path d="M 48,712 L 48,824" fill="none" stroke="black"/>
            <path d="M 80,32 L 80,80" fill="none" stroke="black"/>
            <path d="M 152,480 L 152,528" fill="none" stroke="black"/>
            <path d="M 168,48 L 168,80" fill="none" stroke="black"/>
            <path d="M 184,80 L 184,472" fill="none" stroke="black"/>
            <path d="M 184,536 L 184,600" fill="none" stroke="black"/>
            <path d="M 184,712 L 184,824" fill="none" stroke="black"/>
            <path d="M 200,48 L 200,80" fill="none" stroke="black"/>
            <path d="M 256,192 L 256,256" fill="none" stroke="black"/>
            <path d="M 288,368 L 288,416" fill="none" stroke="black"/>
            <path d="M 296,32 L 296,80" fill="none" stroke="black"/>
            <path d="M 328,80 L 328,184" fill="none" stroke="black"/>
            <path d="M 328,264 L 328,360" fill="none" stroke="black"/>
            <path d="M 328,424 L 328,472" fill="none" stroke="black"/>
            <path d="M 328,536 L 328,600" fill="none" stroke="black"/>
            <path d="M 328,712 L 328,824" fill="none" stroke="black"/>
            <path d="M 352,32 L 352,80" fill="none" stroke="black"/>
            <path d="M 360,504 L 360,528" fill="none" stroke="black"/>
            <path d="M 400,96 L 400,176" fill="none" stroke="black"/>
            <path d="M 400,216 L 400,256" fill="none" stroke="black"/>
            <path d="M 448,48 L 448,80" fill="none" stroke="black"/>
            <path d="M 480,184 L 480,360" fill="none" stroke="black"/>
            <path d="M 480,424 L 480,632" fill="none" stroke="black"/>
            <path d="M 480,712 L 480,824" fill="none" stroke="black"/>
            <path d="M 504,48 L 504,80" fill="none" stroke="black"/>
            <path d="M 520,392 L 520,416" fill="none" stroke="black"/>
            <path d="M 520,664 L 520,704" fill="none" stroke="black"/>
            <path d="M 568,120 L 568,176" fill="none" stroke="black"/>
            <path d="M 16,32 L 80,32" fill="none" stroke="black"/>
            <path d="M 296,32 L 352,32" fill="none" stroke="black"/>
            <path d="M 168,48 L 200,48" fill="none" stroke="black"/>
            <path d="M 448,48 L 504,48" fill="none" stroke="black"/>
            <path d="M 16,80 L 80,80" fill="none" stroke="black"/>
            <path d="M 168,80 L 200,80" fill="none" stroke="black"/>
            <path d="M 296,80 L 352,80" fill="none" stroke="black"/>
            <path d="M 448,80 L 504,80" fill="none" stroke="black"/>
            <path d="M 400,96 L 544,96" fill="none" stroke="black"/>
            <path d="M 400,176 L 568,176" fill="none" stroke="black"/>
            <path d="M 256,192 L 376,192" fill="none" stroke="black"/>
            <path d="M 256,256 L 400,256" fill="none" stroke="black"/>
            <path d="M 336,288 L 472,288" fill="none" stroke="black"/>
            <path d="M 192,336 L 320,336" fill="none" stroke="black"/>
            <path d="M 288,368 L 496,368" fill="none" stroke="black"/>
            <path d="M 288,416 L 520,416" fill="none" stroke="black"/>
            <path d="M 192,448 L 320,448" fill="none" stroke="black"/>
            <path d="M 152,480 L 336,480" fill="none" stroke="black"/>
            <path d="M 152,528 L 360,528" fill="none" stroke="black"/>
            <path d="M 336,560 L 472,560" fill="none" stroke="black"/>
            <path d="M 56,608 L 472,608" fill="none" stroke="black"/>
            <path d="M 8,640 L 496,640" fill="none" stroke="black"/>
            <path d="M 8,704 L 520,704" fill="none" stroke="black"/>
            <path d="M 336,736 L 472,736" fill="none" stroke="black"/>
            <path d="M 336,784 L 472,784" fill="none" stroke="black"/>
            <path d="M 352,480 L 364,504" fill="none" stroke="black"/>
            <path d="M 512,640 L 524,664" fill="none" stroke="black"/>
            <path d="M 392,192 L 404,216" fill="none" stroke="black"/>
            <path d="M 512,368 L 524,392" fill="none" stroke="black"/>
            <path d="M 560,96 L 572,120" fill="none" stroke="black"/>
            <polygon class="arrowhead" points="480,560 468,554.4 468,565.6" fill="black" transform="rotate(0,472,560)"/>
            <polygon class="arrowhead" points="344,784 332,778.4 332,789.6" fill="black" transform="rotate(180,336,784)"/>
            <polygon class="arrowhead" points="344,736 332,730.4 332,741.6" fill="black" transform="rotate(180,336,736)"/>
            <polygon class="arrowhead" points="344,288 332,282.4 332,293.6" fill="black" transform="rotate(180,336,288)"/>
            <polygon class="arrowhead" points="328,448 316,442.4 316,453.6" fill="black" transform="rotate(0,320,448)"/>
            <polygon class="arrowhead" points="200,336 188,330.4 188,341.6" fill="black" transform="rotate(180,192,336)"/>
            <polygon class="arrowhead" points="64,608 52,602.4 52,613.6" fill="black" transform="rotate(180,56,608)"/>
            <g class="text">
              <text x="40" y="52">Owner</text>
              <text x="324" y="52">Access</text>
              <text x="48" y="68">Service</text>
              <text x="184" y="68">AAA</text>
              <text x="320" y="68">Point</text>
              <text x="476" y="68">Device</text>
              <text x="552" y="100">!</text>
              <text x="428" y="116">Device</text>
              <text x="500" y="116">configured</text>
              <text x="556" y="116">|_</text>
              <text x="420" y="132">with</text>
              <text x="484" y="132">well-known</text>
              <text x="420" y="148">RCOI</text>
              <text x="456" y="148">and</text>
              <text x="488" y="148">for</text>
              <text x="528" y="148">trust</text>
              <text x="412" y="164">on</text>
              <text x="448" y="164">first</text>
              <text x="488" y="164">use</text>
              <text x="384" y="196">!</text>
              <text x="276" y="212">WLAN</text>
              <text x="348" y="212">configured|_</text>
              <text x="276" y="228">with</text>
              <text x="340" y="228">well-known</text>
              <text x="276" y="244">RCOI</text>
              <text x="344" y="276">1</text>
              <text x="408" y="276">EAP-TLS/EAPOL</text>
              <text x="192" y="324">2</text>
              <text x="260" y="324">EAP-TLS/Radius</text>
              <text x="504" y="372">!</text>
              <text x="316" y="388">Device</text>
              <text x="368" y="388">skips</text>
              <text x="508" y="388">|_</text>
              <text x="316" y="404">server</text>
              <text x="404" y="404">authentication</text>
              <text x="192" y="436">3</text>
              <text x="260" y="436">Result=Success</text>
              <text x="344" y="484">!</text>
              <text x="184" y="500">Limited</text>
              <text x="244" y="500">access</text>
              <text x="348" y="500">|_</text>
              <text x="168" y="516">for</text>
              <text x="200" y="516">now</text>
              <text x="336" y="548">4</text>
              <text x="404" y="548">Result=Success</text>
              <text x="224" y="596">5</text>
              <text x="248" y="596">FDO</text>
              <text x="280" y="596">TO2</text>
              <text x="184" y="628">|</text>
              <text x="328" y="628">|</text>
              <text x="504" y="644">!</text>
              <text x="32" y="660">FSIM,</text>
              <text x="88" y="660">Runtime</text>
              <text x="144" y="660">SSID,</text>
              <text x="508" y="660">|_</text>
              <text x="56" y="676">Credentials</text>
              <text x="128" y="676">incl.</text>
              <text x="32" y="692">local</text>
              <text x="80" y="692">trust</text>
              <text x="132" y="692">anchor</text>
              <text x="344" y="724">6</text>
              <text x="404" y="724">dissasociate</text>
              <text x="336" y="772">7</text>
              <text x="376" y="772">EAP-TLS</text>
              <text x="420" y="772">w/</text>
              <text x="448" y="772">LSC</text>
              <text x="48" y="836">.</text>
              <text x="184" y="836">.</text>
              <text x="264" y="836">etc</text>
              <text x="328" y="836">.</text>
              <text x="480" y="836">.</text>
            </g>
          </svg>
        </artwork>
        <artwork type="ascii-art"><![CDATA[ ,-------.  ,------.
        |Owner | ,---.  |Access| ,------.  |Service| |AAA| |Point |
        |Device| `---+---' `-+-' `---+--' `---+--' | | |
        ,------------------!.  | | | |Device configured |_\ | | |
        |with well-known | | | | |RCOI and for trust | | | | |on first
        use | | | | `--------------------' | | ,---------------!.  | |
        | |WLAN configured|_\ | | | |with well-known | | | | |RCOI | |
        | | `-----------------' | | | | 1 EAP-TLS/EAPOL | | |
        |<-----------------| | | | | | |2 EAP-TLS/Radius | | |
        |<----------------| | | | | | | |
        ,--------------------------!.  | | |Device skips |_\ | |
        |server authentication | | | `----------------------------' |
        |3 Result=Success | | | |---------------->| | | | | | |
        ,-----------------------!.  | | |Limited access |_\ | | |for
        now | | | `-------------------------' | | | |4 Result=Success
        | | | |----------------->| | | | | | | 5 FDO TO2 | |
        |<----------------------------------------------------| | | |
        |
        ,-------------------------------------------------------------!.
        |FSIM, Runtime SSID, |_\ |Credentials incl.  | |local trust
        anchor |
        `---------------------------------------------------------------'
        | | | 6 dissasociate | | | |<-----------------| | | | | | | |7
        EAP-TLS w/ LSC | | | |<-----------------| | | | | | | | | .  .
        etc .  .

]]></artwork>
      </artset>
    </section>

    <section anchor="acknowledgments" numbered="false">
      <name>Acknowledgments</name>
      <t>The authors would like to thank <contact fullname="Bart Brinckman"/>,
      <contact fullname="Rohit Mohan"/>, <contact fullname="Lars
      Streubesand"/>, <contact fullname="Christian Amsüss"/>, <contact
      fullname="Jason Livingwood"/>, <contact fullname="Mike Ounsworth"/>,
      <contact fullname="Monty Wiseman"/>, <contact fullname="Geoffrey
      Cooper"/>, <contact fullname="Paulo Jorge N. Correia"/>, <contact
      fullname="Phil Hunt"/>, and <contact fullname="Elwyn Davies"/> for their
      reviews and <contact fullname="Nick Ross"/> for his contribution to the
      appendix.</t>
    </section>

  </back>

</rfc>

<!-- [rfced] Please review the "type" attribute of each sourcecode element
in the XML file to ensure correctness. If the current list of preferred
values for "type"
(https://www.rfc-editor.org/rpc/wiki/doku.php?id=sourcecode-types)
does not contain an applicable type, then feel free to let us know.
Also, it is acceptable to leave the "type" attribute not set.  

In addition, review each artwork element. Specifically,
should any artwork element be tagged as sourcecode or another
element? 
 -->


<!-- [rfced] Terminology:

a) We note that the following items appear differently throughout this
document (with different quotation marks, capitalization, spacing, etc.).
Please review and let us know if any of these should be updated for
consistency:

 the device
 the Device

 Device schema
 device schema
 
 "ResourceType" schema

 EndpointApp schema
 endpointApp schema 
 endpoint Apps extension schema
 schema for "EndpointApp"

 resource type 'Device'
 resource type, Device
 Device resource types
 resource "Device"

 'EndpointApp' resource type
 'EndpointApp' resource
 resource "EndpointApp"
 resource "endpointApp"
 endpointApp resource object

 'deviceControl'
 deviceControl

 'telemetry'
 telemetry


b) We note that different forms of "true" and "false" are used throughout this
document in running text. May we make these items consistent by updating to
"true" and "false" (lowercase) throughout?

 TRUE, True > true
 FALSE > false


c) We note a few instances of "NOT" capitalized throughout this document. May
we make these instances lowercase (change "NOT" to "not") for consistency and
so that these do not get mistaken for a BCP 14 keyword?

-->





<!-- [rfced] Abbreviations:

a) Per Section 3.6 of RFC 7322 ("RFC Style Guide"), abbreviations should be
expanded upon first use. Please review the items below and let us know if/how
they should be expanded:

i)  How may we expand "TO2" below?

   After this flow is complete, the device can then first provisionally
   onboard, and then later receive a trust anchor through FDO's TO2 process.

ii) Should "AP" be expanded as "Access Point", "Authenticating Party", or
something else?

   If set to TRUE, the device could be expected to move within a network of
   APs.  


b) May we expand "RESTful" by providing a definition as follows?

Original:

   confirmationNumber:  An integer which some solutions require in
      RESTful message exchange.  

Perhaps:

    confirmationNumber:  An integer that some solutions require in
      a RESTful message exchange (where RESTful refers to the Representational
      State Transfer (REST) architecture).


c) FYI - We have added expansions for the following abbreviations. Please review
each expansion in the document carefully to ensure correctness.

Certificate Authority (CA)
Near Field Communication (NFC)
Non-IP Device Control (NIPC)
Universally Unique Identifier (UUID) 

-->

<!-- [rfced] Please review the "Inclusive Language" portion of the online
Style Guide <https://www.rfc-editor.org/styleguide/part2/#inclusive_language>
and let us know if any changes are needed.  Updates of this nature typically
result in more precise language, which is helpful for readers.

For example, please consider whether "native" should be updated:

   SCIM clients MUST NOT specify this to describe native IP-based devices.
-->
