<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.17 (Ruby 2.6.10) -->


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

]>


<rfc ipr="trust200902" docName="draft-ietf-scim-device-model-13" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="SCIM Device Schema Extensions">Device Schema Extensions to the SCIM model</title>

    <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, NC</city>
          <code>27695-8206</code>
          <country>USA</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, NC</city>
          <code>27695-8206</code>
          <country>USA</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>CH-8304</code>
          <country>Switzerland</country>
        </postal>
        <phone>+41 44 878 9200</phone>
        <email>lear@cisco.com</email>
      </address>
    </author>

    <date year="2025" month="May" day="20"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 93?>

<t>The initial core schema for SCIM (System for Cross Identity
Management) was designed for provisioning users. This memo specifies
schema extensions that enables provisioning of devices, using various
underlying bootstrapping systems, such as Wi-fi Easy Connect, FIDO
device onboarding vouchers, BLE passcodes, and MAC authenticated bypass.</t>



    </abstract>



  </front>

  <middle>


<?line 101?>

<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 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>SCIM (System for Cross Identity Management) <xref target="RFC7643"/> <xref target="RFC7644"/>
defines a protocol and a schema for 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. 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 treated as such.</t>

<section anchor="why-scim-for-devices"><name>Why SCIM for devices?</name>
<t>Some might ask why SCIM is well suited for this purpose and not, for
example, NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/> with YANG
<xref target="RFC7950"/>. After all, there are all sorts of existing models
available. The answer is four fold:
- First, NETCONF and RESTCONF focus on <strong>configuration</strong> rather than
  provisioning.
- Second, 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.
- SCIM is also a familiar tool within the enterprise enviroment, used
  extensively to configure federated user accounts.  (Amusingly, one
  author noted a billboard in San Francisco highlighting a SCIM as
  part of a product capability.)
- Finally, once one chooses a vehicle such as SCIM, one is beholden
  to its data model.  The SCM data model is articulated in <xref target="RFC7643"/>.</t>

<t>This taken together with the fact that end devices are not intended to
be <strong>directly</strong> configured leave 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. A deployment network management system gateway (NMS gateway)
plays the role of the server, 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>

<t><list style="symbols">
  <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 Key Infrastructure
(BRSKI) <xref target="RFC8995"/>.</t>
  <t>A client application that administrators or employees use to add,
remove, or get information about devices. An example might be an
tablet or phone app that scans Wi-fi Easy Connect QR codes.</t>
</list></t>

<figure title="Basic Architecture" anchor="arch"><artwork><![CDATA[

                            +-----------------------------------+
                            |                                   |
    +-----------+   Request |  +---------+                      |
    | onboarding|------------->|  SCIM   |                      |
    |    app    |<-------------| Server  |                      |
    +-----------+  Ctrl Endpt  +---------+                      |
                            |                                   |
    +-----------+           |  +------------+         +-------+ |
    |  Control  |...........|..|    ALG     |.........|device | |
    |    App    |           |  +------------+         +-------+ |
    +-----------+           |                                   |
                            |                                   |
                            +-----------------------------------+

]]></artwork></figure>

<t>In <xref target="arch"/>, the onboarding app provides the device particulars. 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. The control endpoint is one among a number of objects
that may be returned.</t>

</section>
<section anchor="schema-description"><name>Schema Description</name>

<t>RFC 7643 does not prescribe a language to describe a schema. We have
chosen the JSON schema language <xref target="JSONSChema"/> for this
purpose. The use of XML for SCIM devices is not supported.</t>

<t>Several additional schemas specify specific onboarding mechanisms,
such as BLE and Wi-fi Easy Connect.</t>

</section>
<section anchor="schema-representation"><name>Schema Representation</name>

<t>Attributes defined in the device core schema and extensions comprise
characteristics and SCIM datatypes defined in Sections 2.2 and 2.3 of
the <xref target="RFC7643"/>. This specifciation does not define new
characteristics and datatypes for the SCIM attributes.</t>

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

</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 section 6 of
<xref target="RFC7643"/>).  It comprises a core device schema and several
extension schemas. The core schema provides a minimal resource
representation, whereas extension schemas extend the core schema
depending on the device's capability. The JSON schema for Device
resource type is in <xref target="resource-schema"/>.</t>

<section anchor="common-attributes"><name>Common Attributes</name>

<t>The Device schema contains three common attributes as defined in the
<xref target="RFC7643"/>.</t>

<t>id</t>

<t>An id is a required and unique attribute of the device core schema
(see section 3.1 of <xref target="RFC7643"/>).</t>

<t>externalID</t>

<t>An externalID is an optional attribute (see section 3.1 of <xref target="RFC7643"/>).</t>

<t>meta</t>

<t>Meta is a complex attribute and is required (see section 3.1 of <xref target="RFC7643"/>).</t>

</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. The core schema for
"Device" is identified using the schema URI:
"urn:ietf:params:scim:schemas:core:2.0:Device". The following
attributes are defined in the device core schema.</t>

<section anchor="singular-attributes"><name>Singular Attributes</name>

<t>displayName</t>

<t>This attribute is of type "string" and 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 SHOULD be returned 
by default. No uniqueness constraints are imposed on this attribute.</t>

<t>active</t>

<t>The "active" attribute is of type "boolean" and is a mutable
attribute, and 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 NIPC <xref target="I-D.brinckman-nipc"/>, commands such as
connect, disconnect, subscribe that control app sends to the
controller for the devices any command coming from the control app for
the device will be rejected by the controller.</t>

<t>mudUrl</t>

<t>The mudUrl attribute represents the URL to the 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>

<texttable title="Characteristics of device schema attributes. (Req = Required,
T = True, F = False, RW = ReadWrite, and Def = Default)" anchor="tabDevice">
      <ttcol align='left'>Attribute</ttcol>
      <ttcol align='left'>Multi Value</ttcol>
      <ttcol align='left'>Req</ttcol>
      <ttcol align='left'>Case Exact</ttcol>
      <ttcol align='left'>Mutable</ttcol>
      <ttcol align='left'>Return</ttcol>
      <ttcol align='left'>Unique</ttcol>
      <c>displayName</c>
      <c>F</c>
      <c>F</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>active</c>
      <c>F</c>
      <c>T</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>mudUrl</c>
      <c>F</c>
      <c>F</c>
      <c>T</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
</texttable>

<t>An example of a device SCIM object is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
        "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/Device/e9e30dba-f08f
             -4109-8486-d5c6a3316111"
        }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the device is presented in JSON format in Section
<xref target="device-schema-json"/>, while the openAPI representation is provided in 
Section <xref target="device-schema-openapi-representation"/>.</t>

</section>
</section>
<section anchor="device-groups"><name>Device Groups</name>

<t>Device groups are created using the SCIM groups as defined in
<xref target="RFC7643"/> Section 4.2.</t>

</section>
<section anchor="resource-type-endpointapp"><name>Resource Type EndpointApp</name>

<t>This section defines a new resource type, 'EndpointApp'. The 
"ResourceType" schema specifies the metadata about a resource type 
(see section 6 of <xref target="RFC7643"/>). The resource "EndpointApp" represents
client applications that can control and/or receive data from the
devices. The JSON schema for EndpointApp resource type is in <xref target="resource-schema"/>.</t>

<t>The attributes comprising EndpointsApp are listed in <xref target="endpointapp-schema"/>.
The "EndpointApp" are included in the endpoint applications extension 
("endpointAppsExt") <xref target="endpointsappext-schema"/>.</t>

</section>
<section anchor="endpointapp-schema"><name>SCIM EndpointApp Schema</name>

<t>The EndpointApp schema is used to authorize clients 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:
"urn:ietf:params:scim:schemas:core:2.0:EndpointApp". The following
attributes are defined in this schema.</t>

<section anchor="common-attributes-1"><name>Common Attributes</name>

<t>The EndpointApp schema contains three common attributes as defined in the
<xref target="RFC7643"/>.</t>

</section>
<section anchor="singular-attributes-1"><name>Singular Attributes</name>

<t>applicationType</t>

<t>This attribute is of type "string" and 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>

<t>applicationName</t>

<t>The "applicationName" attribute is of type "string" and 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 contraint on the attribute.</t>

<t>clientToken</t>

<t>This attribute type string 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>

</section>
<section anchor="complex-attributes"><name>Complex Attributes</name>

<section anchor="certificateinfo"><name>certificateInfo</name>

<t>It is the complex attribute that contains x509 certificate's subject
name and root CA information associated with application clients that
will connect for purposes of device control or telemetry.</t>

<t>rootCA</t>

<t>This is the base64 encoding a trust anchor certificate as
described in <xref target="rfc4648"/> Section 4.  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 MUST be configured out of band.</t>

<t>subjectName</t>

<t>If present, this field may contain one of two names:</t>

<t><list style="symbols">
  <t>a distinguished name as that will be present in the certificate
subject field, as de  scribed in Section 4.1.2.4 of <xref target="RFC5280"/>; or</t>
  <t>or a dnsName as part of a subjectAlternateName as  described in
Section 4.2.1.6 of <xref target="RFC5280"/>.</t>
</list></t>

<t>In the latter case, servers validating such certificates SHALL reject
connections when 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, read write, singular and NOT case sensitive.</t>

<texttable title="Characteristics of EndpointApp schema attributes. (Req = Required, T = True, F = False, R = ReadOnly, RW = ReadWrite, Manuf = Manufacturer, N = No, and Def = Default)" anchor="tabEndpointApp">
      <ttcol align='left'>Attribute</ttcol>
      <ttcol align='left'>Multi Value</ttcol>
      <ttcol align='left'>Req</ttcol>
      <ttcol align='left'>Case Exact</ttcol>
      <ttcol align='left'>Mutable</ttcol>
      <ttcol align='left'>Return</ttcol>
      <ttcol align='left'>Unique</ttcol>
      <c>applicationType</c>
      <c>F</c>
      <c>T</c>
      <c>F</c>
      <c>R</c>
      <c>Def</c>
      <c>None</c>
      <c>applicationName</c>
      <c>F</c>
      <c>T</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>clientToken</c>
      <c>F</c>
      <c>F</c>
      <c>T</c>
      <c>R</c>
      <c>N</c>
      <c>None</c>
      <c>certificateInfo</c>
      <c>F</c>
      <c>F</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>rootCA</c>
      <c>F</c>
      <c>F</c>
      <c>T</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>subjectName</c>
      <c>F</c>
      <c>T</c>
      <c>T</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
</texttable>

<t>Note that either clientToken and certificateInfo are used for the
authentication of the application.  If certificateInfo is NOT present
when an endpointApp is object created, then the server SHOULD return
a clientToken.  Otherwise, if the server accepts the certificateInfo
object for authentication, it SHOULD NOT return a clientToken.
If the server accepts and produces a clientToken, then control and
telemetry servers MUST 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><artwork><![CDATA[
<CODE BEGINS>
{
  "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": "wwww.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/EndpointApp/e9e30dba-f08f
       -4109-8486-d5c6a3316212"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the endpointApp is presented in JSON format in Section
<xref target="endpointapp-schema-json"/>, while the openAPI representation is provided in 
Section <xref target="endpointapp-schema-openapi-representation"/>.</t>

</section>
</section>
</section>
<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, as described in <xref target="resource-schema"/>.  No
schemaExtensions list is specified in that definition.  Instead, an
IANA registry is created, where all values for "required" are set to
false.  All extensions to the Device schema MUST be registered via IANA,
as described in <xref target="device-schema-extensions"></xref>.  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>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>

<t>deviceMacAddress</t>

<t>A string value that represent a public MAC address assigned by the 
manufacturer. It is a unique  48-bit value. Ir is required, case 
insensitive, and it is mutable and return as default. The regex 
pattern is the following:</t>

<figure><artwork><![CDATA[
^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}$
]]></artwork></figure>

<t>isRandom</t>

<t>A boolean flag taken from the BLE core specification, 5.3. If FALSE,
the device is using a public MAC address. If TRUE, the device uses a
random address.  If an Idenifying 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>

<t>separateBroadcastAddress</t>

<t>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. It is not required, multivalued, mutable,
and returned by default.</t>

<t>irk</t>

<t>A string value that specifies the identity resolving key (IRK), which
is unique to each device. It is used to resolve 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 Section 5.4.5 of <xref target="BLE54"/>.</t>

<t>mobility</t>

<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, 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 connects
with AP-2. It is returned by default and mutable.</t>

</section>
<section anchor="multivalued-attributes"><name>Multivalued Attributes</name>

<t>versionSupport</t>

<t>A multivalued attribute that provides all 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]. It is required, mutable, and 
return as default.</t>

<t>pairingMethods</t>

<t>An array of pairing methods associated with the BLE
device. The pairing methods may require sub-attributes, 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>

</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
section 2.3 of <xref target="BLE54"/>. This memo defines extensions for four
pairing methods that are nested insided the BLE extension schema. Each 
extension contains the common attributes <xref target="common-attributes"></xref>. These 
extension are as follows:</t>

<t>(i) 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>

<t>(ii) pairingJustWorks extension is identified using the following 
schema URI:</t>

<t>urn:ietf:params:scim:schemas:extension:pairingJustWorks:2.0:Device</t>

<t>Just works pairing method does not require a key to pair devices. For
completeness, the key attribute is included and is set to 'null'. Key 
attribute is required, immutable, and returned by default.</t>

<t>(iii) 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>

<figure><artwork><![CDATA[
^[0-9]{6}$
]]></artwork></figure>

<t>(iv) 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 pairing method includes three singular attributes,
i.e., key, randomNumber, and confirmationNumber.</t>

<t>key</t>

<t>The key is string value, required and received from out-of-bond 
sources such as NFC. It is case sensitive, mutable, and returned 
by default.</t>

<t>randomNumber</t>

<t>This attribute represents a nonce added to the key. It is an
integer value that is a required attribute. It is mutable and 
returned by default.</t>

<t>confirmationNumber</t>

<t>An integer which some solutions require in RESTful message
exchange. It is not required. It is mutable and returned by default if
it exists.</t>

<texttable title="Characteristics of BLE extension schema attributes. 
sepBroadcastAdd is short for separateBroadcastAddress. (Req = Required,
T = True, F = False, RW = ReadWrite, WO=Write Only, Def = Default,
Nev = Never, and Manuf = Manufacturer)." anchor="tabBLE">
      <ttcol align='left'>Attribute</ttcol>
      <ttcol align='left'>Multi Value</ttcol>
      <ttcol align='left'>Req</ttcol>
      <ttcol align='left'>Case Exact</ttcol>
      <ttcol align='left'>Mutable</ttcol>
      <ttcol align='left'>Return</ttcol>
      <ttcol align='left'>Unique</ttcol>
      <c>deviceMacAddress</c>
      <c>F</c>
      <c>T</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>Manuf</c>
      <c>isRandom</c>
      <c>F</c>
      <c>T</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>sepBroadcastAdd</c>
      <c>T</c>
      <c>F</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>irk</c>
      <c>F</c>
      <c>F</c>
      <c>F</c>
      <c>WO</c>
      <c>Nev</c>
      <c>Manuf</c>
      <c>versionSupport</c>
      <c>T</c>
      <c>T</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>mobility</c>
      <c>F</c>
      <c>F</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>pairingMethods</c>
      <c>T</c>
      <c>T</c>
      <c>T</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
</texttable>

<t>An example of a device object with BLE extension is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "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/Device/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}
<CODE ENDS>
]]></artwork></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><artwork><![CDATA[
<CODE BEGINS>
{
  "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/Device/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>However, a device can have more than one pairing method. Support for multiple
pairing methods is also provided by the multi-valued attribute pairingMethods.
In the example below, the BLE device can pair with both passkey and OOB pairing
methods.</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "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/Device/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the BLE extension is presented in JSON format in Section 
<xref target="ble-extension-schema-json"></xref>, while the openAPI representation is provided in 
Section <xref target="ble-extension-schema-openapi-representation"></xref>.</t>

</section>
</section>
<section anchor="wi-fi-easy-connect-extension"><name>Wi-Fi Easy Connect Extension</name>

<t>A schema that extends the device schema to enable Wi-Fi Easy Connect
(otherwise known as Device Provisioning Protocol or 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>

<t>dppVersion</t>

<t>An integer that represents the version of DPP the device supports. 
This attribute is required, case insensitive, mutable, and 
returned by default.</t>

<t>bootstrapKey</t>

<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>

<t>deviceMacAddress</t>

<t>The manufacturer assigns the MAC address stored as string. It is a 
unique 48-bit value. This attribute is optional, case insensitive, 
mutable, and returned by default. The regex pattern is as follows:</t>

<figure><artwork><![CDATA[
^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}$
]]></artwork></figure>

<t>serialNumber</t>

<t>An alphanumeric serial number, stored as string, may also be passed 
as bootstrapping information. This attribute is optional, case 
insensitive, mutable, and returned by default.</t>

</section>
<section anchor="multivalued-attributes-1"><name>Multivalued Attributes</name>

<t>bootstrappingMethod</t>

<t>It is the array of 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>

<t>classChannel</t>

<t>This attribute is an array of strings of 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>

<texttable title="Characteristics of DPP extension schema attributes. 
(Req = Required, T = True, F = False, RW = ReadWrite, WO = Write Only,
Def = Default, Nev = Never, and Manuf = Manufacturer)." anchor="tabDPP">
      <ttcol align='left'>Attribute</ttcol>
      <ttcol align='left'>Multi Value</ttcol>
      <ttcol align='left'>Req</ttcol>
      <ttcol align='left'>Case Exact</ttcol>
      <ttcol align='left'>Mutable</ttcol>
      <ttcol align='left'>Return</ttcol>
      <ttcol align='left'>Unique</ttcol>
      <c>dppVersion</c>
      <c>F</c>
      <c>T</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>bootstrapKey</c>
      <c>F</c>
      <c>T</c>
      <c>T</c>
      <c>WO</c>
      <c>Nev</c>
      <c>None</c>
      <c>deviceMacAddress</c>
      <c>F</c>
      <c>F</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>Manuf</c>
      <c>serialNumber</c>
      <c>F</c>
      <c>F</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>bootstrappingMethod</c>
      <c>T</c>
      <c>F</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>classChannel</c>
      <c>T</c>
      <c>F</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
</texttable>

<t>An example of a device object with DPP extension is below:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
        "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/Device/e9e30dba-f08f
             -4109-8486-d5c6a3316111"
        }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the DPP extension is presented in JSON format in Section 
<xref target="dpp-extension-schema-json"></xref>, while the openAPI representation is provided 
in Section <xref target="dpp-extension-schema-openapi-representation"></xref>.</t>

</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>

<section anchor="single-attribute"><name>Single Attribute</name>

<t>This extension has a singular attribute:</t>

<t>deviceMacAddress</t>

<t>This is the Ethernet address to be provisioned onto the network. It
takes the identical form as found in both the BLE and DPP extensions.</t>

<texttable title="Characteristics of MAB extension schema attributes
(Req = Required, T = True, F = False, RW = ReadWrite, and 
Def = Default)" anchor="tabMAB">
      <ttcol align='left'>Attribute</ttcol>
      <ttcol align='left'>Multi Value</ttcol>
      <ttcol align='left'>Req</ttcol>
      <ttcol align='left'>Case Exact</ttcol>
      <ttcol align='left'>Mutable</ttcol>
      <ttcol align='left'>Return</ttcol>
      <ttcol align='left'>Unique</ttcol>
      <c>deviceMacAddress</c>
      <c>F</c>
      <c>T</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
</texttable>

<t>An example of a device object with EthernetMAB extension is shown below:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "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/Device/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the EthernetMAB extension is presented in JSON format in
Section <xref target="ethernet-mab-extension-schema-json"></xref>, while the openAPI
representation is provided in Section <xref target="ethernet-mab-extension-schema-openapi-representation"></xref>.</t>

</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 MUST know how to process the voucher, either directly
or by forwarding it along to an owner process as defined in the FDO
specification.</t>

<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>

<t>fdoVoucher</t>

<t>The voucher is formated as a PEM-encoded object in accordance with <xref target="FDO11"/>.</t>

<texttable title="Characteristics of FDO extension schema attributes
(Req = Required, T = True, F = False, WO = WriteOnly, and 
Nev = Never)" anchor="tabFDO">
      <ttcol align='left'>Attribute</ttcol>
      <ttcol align='left'>Multi Value</ttcol>
      <ttcol align='left'>Req</ttcol>
      <ttcol align='left'>Case Exact</ttcol>
      <ttcol align='left'>Mutable</ttcol>
      <ttcol align='left'>Return</ttcol>
      <ttcol align='left'>Unique</ttcol>
      <c>fdoVoucher</c>
      <c>F</c>
      <c>T</c>
      <c>F</c>
      <c>WO</c>
      <c>Nev</c>
      <c>None</c>
</texttable>

<t>An example of a device object with FDO extension is shown below:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "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/Device/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the FDO extension is presented in JSON format in
Section <xref target="fdo-extension-schema-json"></xref>, while the openAPI
representation is provided in Section <xref target="fdo-extension-schema-openapi-representation"></xref>.</t>

</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. 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>

<t>deviceEui64Address</t>

<t>An EUI-64 (Extended Unique Identifier) device address stored as string.
This attribute is required, case insensitive, mutable, and returned by
default. The regex pattern is as follows:</t>

<figure><artwork><![CDATA[
^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){7}$
]]></artwork></figure>

</section>
<section anchor="multivalued-attribute"><name>Multivalued Attribute</name>

<t>versionSupport</t>

<t>An array of 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>

<texttable title="Characteristics of Zigbee extension schema attributes.
(Req = Required, T = True, F = False, RW = ReadWrite, and 
Def = Default)" anchor="tabZigbee">
      <ttcol align='left'>Attribute</ttcol>
      <ttcol align='left'>Multi Value</ttcol>
      <ttcol align='left'>Req</ttcol>
      <ttcol align='left'>Case Exact</ttcol>
      <ttcol align='left'>Mutable</ttcol>
      <ttcol align='left'>Return</ttcol>
      <ttcol align='left'>Unique</ttcol>
      <c>deviceEui64Address</c>
      <c>F</c>
      <c>T</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>versionSupport</c>
      <c>T</c>
      <c>T</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
</texttable>

<t>An example of a device object with Zigbee extension is shown below:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "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/Device/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the Zigbee extension is presented in JSON format in 
Section <xref target="zigbee-extension-schema-json"></xref>, while the openAPI 
representation is provided in Section <xref target="zigbee-extension-schema-openapi-representation"></xref>.</t>

</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 MUST NOT
specify this to describe native IP-based devices.</t>

<t>endpointAppsExt provides the list application that connect to 
enterprise gateway. The 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>

<t>deviceControlEnterpriseEndpoint</t>

<t>Device control apps use this URL of the enterprise endpoint to reach
the enterprise gateway. When the enterprise receives the SCIM object from
the onboarding app, it adds this attribute to it and sends it back as
a response to the onboarding app. This attribute is required,
case-sensitive, mutable, and returned by default. The uniqueness is
enforced by the enterprise.</t>

<t>telemetryEnterpriseEndpoint</t>

<t>Telemetry apps use this URL of the enterprise endpoint to reach the
enterprise gateway. When the enterprise receives the SCIM object from
the onboarding app, it adds this attribute to it and sends it back as
a response to the onboarding app. This attribute is optional,
case-sensitive, mutable, and returned by default. The uniqueness is
enforced by the enterprise.  An implementation MUST generate an
exception if telemetryEnterpriseEndpoint is not returned and telemetry
is required for the proper functioning of a device.</t>

</section>
<section anchor="multivalued-attribute-1"><name>Multivalued Attribute</name>

<t>applications</t>

<t>This is a complex multivalued attribute. It represents a list of 
endpoint applications i.e., deviceControl and telemetry. Each entry in
the list comprises two attributes including "value" and "$ref".</t>

<t>value</t>

<t>It is the identifier of the endpoint application formated as UUID. It
is same as the common attribute "$id" of the resource "endpointApp".
It is read/write, required, case insensitive and returned by default.</t>

<t>$ref</t>

<t>It is the reference to the respective endpointApp resource object 
stored in the SCIM server. It is readOnly, required, case sensitive
and returned by default.</t>

<texttable title="Characteristics of EndpointAppsExt extension schema 
attributes. DevContEntEndpoint represents attribute 
deviceControlEnterpriseEndpoint and telEntEndpoint represents 
telemetryEnterpriseEndpoint. (Req = Required, T = True, F = False, 
R = ReadOnly, RW = ReadWrite, Ent = Enterprise, and Def = Default)." anchor="tabEndpointAppsExt">
      <ttcol align='left'>Attribute</ttcol>
      <ttcol align='left'>Multi Value</ttcol>
      <ttcol align='left'>Req</ttcol>
      <ttcol align='left'>Case Exact</ttcol>
      <ttcol align='left'>Mutable</ttcol>
      <ttcol align='left'>Return</ttcol>
      <ttcol align='left'>Unique</ttcol>
      <c>devContEntEndpoint</c>
      <c>F</c>
      <c>T</c>
      <c>T</c>
      <c>R</c>
      <c>Def</c>
      <c>Ent</c>
      <c>telEntEndpoint</c>
      <c>F</c>
      <c>F</c>
      <c>T</c>
      <c>R</c>
      <c>Def</c>
      <c>Ent</c>
      <c>applications</c>
      <c>T</c>
      <c>T</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>value</c>
      <c>F</c>
      <c>T</c>
      <c>F</c>
      <c>RW</c>
      <c>Def</c>
      <c>None</c>
      <c>$ref</c>
      <c>F</c>
      <c>T</c>
      <c>F</c>
      <c>R</c>
      <c>Def</c>
      <c>None</c>
</texttable>

<t>An example of a device object with endpointAppsExt extension is below:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "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/EndpointApp/e9e30dba-f08f
           -4109-8486-d5c6a3316212"
      },
      {
        "value" : "e9e30dba-f08f-4109-8486-d5c6a3316333",
        "$ref" : "https://example.com/v2/EndpointApp/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/Device/e9e30dba-f08f-4109
       -8486-d5c6a3316111"
  }
}
<CODE ENDS>
]]></artwork></figure>

<t>The schema for the endpointAppsExt extension along with BLE extension is 
presented in JSON format in Section <xref target="endpointappsext-extension-schema-json"/>, while 
the openAPI representation is provided in Section <xref target="endpointappsext-extension-schema-openapi-representation"/>.</t>

</section>
</section>
</section>
<section anchor="schema-json-representation"><name>Schema JSON Representation</name>

<section anchor="resource-schema"><name>Resource Schema</name>

<figure><artwork><![CDATA[
<CODE BEGINS>
[
  {
    "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"
    }
  }
]
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="device-schema-json"><name>Device Core Schema JSON</name>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "id": "urn:ietf:params:scim:schemas:core:2.0:Device",
  "name": "Device",
  "description": "Device account",
  "attributes" : [
    {
      "name": "displayName",
      "type": "string",
      "description": "Human readable name of the device, suitable
          for displaying to end-users. For example, 'BLE Heart
          Monitor' etc.",
      "multivalues": 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 processeed by the
          controller. If set FALSE, any command comming from the
          control app for the device will be rejected by the
          controller.",
      "multivalues": 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).",
      "multivalues": false,
      "required": false,
      "caseExact": true,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    }
  ],
  "meta" : {
    "resourceType" : "Schema",
    "location" :
      "/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Device"
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="endpointapp-schema-json"><name>EndpointApp Schema JSON</name>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "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'.",
      "multivalues": false,
      "required": true,
      "caseExact": false,
      "mutability": "readOnly",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "applicationName",
      "type": "string",
      "description": "Human readable name of the application.",
      "multivalues": false,
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "certificateInfo",
      "type": "complex",
      "description": "Contains x509 certificate's subject name and
          root CA information associated with the device control or
          telemetry app.",
      "multivalues": 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.",
      "multivalues": false,
      "required": false,
      "caseExact": true,
      "mutability": "readOnly",
      "returned": "default",
      "uniqueness": "none"
    }
  ],
  "meta" : {
    "resourceType" : "Schema",
    "location" :
      "/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Device"
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="ble-extension-schema-json"><name>BLE Extension Schema JSON</name>
<figure><artwork><![CDATA[
<CODE BEGINS>
[
  {
    "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].",
        "multivalues": 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.",
        "multivalues": 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.",
        "multivalues": 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
            deviceMa`cAddress.",
        "multivalues": true,
        "required": false,
        "caseExact": false,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "irk",
        "type": "string",
        "description": "Identity resolving key, which is unique for
            every device. It is used to resolve random address. 
            This value MUST NOT be set when
            separateBroadcastAddress is set.",
        "multivalues": 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,
            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 connects with AP-2.",
        "multivalues": 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.",
        "multivalues": 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'.",
        "multivalues": 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": "Pass key 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}$.",
        "multivalues": 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": "Pass key pairing method for ble.",
    "attributes" : [
      {
        "name": "key",
        "type": "string",
        "description": "A key value retrieved from out of band
            source such as NFC.",
        "multivalues": false,
        "required": true,
        "caseExact": true,
        "mutability": "readWrite",
        "returned": "default",
        "uniqueness": "none"
      },
      {
        "name": "randomNumber",
        "type": "integer",
        "description": "Nonce added to the key.",
        "multivalues": 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.",
        "multivalues": 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"
    }
  }
]
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="dpp-extension-schema-json"><name>DPP Extension Schema JSON</name>
<figure><artwork><![CDATA[
<CODE BEGINS>
{
    "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.",
        "multivalues": 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].",
        "multivalues": 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).",
        "multivalues": 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.",
        "multivalues": 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'.",
        "multivalues": 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.",
        "multivalues": 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"
    }
  }
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="ethernet-mab-extension-schema-json"><name>Ethernet MAB Extension Schema JSON</name>
<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "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",
        "multivalues": 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"
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="fdo-extension-schema-json"><name>FDO Extension Schema JSON</name>
<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "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",
        "multivalues": 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"
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="zigbee-extension-schema-json"><name>Zigbee Extension Schema JSON</name>
<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "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].",
      "multivalues": 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 EUI-64 (Extended Unique Identifier)
          device address.",
      "multivalues": 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"
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="endpointappsext-extension-schema-json"><name>EndpointAppsExt JSON Extension Schema</name>
<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "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
          application that connect with entrprise, i.e.,
          deviceControl and telemetry.",
      "multivalues": 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 which 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 which
          device control apps use to reach enterprise network
          gateway.",
      "multivalues": false,
      "required": true,
      "caseExact": true,
      "mutability": "readOnly",
      "returned": "default",
      "uniqueness": "Enterprise"
    },
    {
      "name": "telemetryEnterpriseEndpoint",
      "type": "reference",
      "description": "The URL of the enterprise endpoint which
          telemetry apps use to reach enterprise network gateway.",
      "multivalues": 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"
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="representation-of-schema"><name>Representation of Schema</name>

<t>The following is the JSON representation of the Schema. Implementors MUST NOT vary from the schema definitions in their implementations.  They may choose not to implement a particular extension, but if they do, they MUST implement all mandatory elements, and they must implement optional elements as specified.</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
{
  "id" : "urn:ietf:params:scim:schemas:core:2.0:Schema",
  "name" : "Schema",
  "description" : "Specifies the schema that describes a SCIM
      schema",
  "attributes" : [
    {
      "name" : "id",
      "type" : "string",
      "multiValued" : false,
      "description" : "The unique URI of the schema. When
          applicable, service providers MUST specify the URI.",
      "required" : true,
      "caseExact" : false,
      "mutability" : "readOnly",
      "returned" : "default",
      "uniqueness" : "none"
    },
    {
      "name" : "name",
      "type" : "string",
      "multiValued" : false,
      "description" : "The schema's human-readable name.  When
          applicable, service providers MUST specify the name,
          e.g., 'Device'.",
      "required" : true,
      "caseExact" : false,
      "mutability" : "readOnly",
      "returned" : "default",
      "uniqueness" : "none"
    },
    {
      "name" : "description",
      "type" : "string",
      "multiValued" : false,
      "description" : "Human-readable description of the schema,
          e.g., 'Device account'.",
      "required" : false,
      "caseExact" : false,
      "mutability" : "readOnly",
      "returned" : "default",
      "uniqueness" : "none"
    },
    {
      "name" : "attributes",
      "type" : "complex",
      "multiValued" : true,
      "description" : "A complex attribute that includes the
          attributes of a schema.",
      "required" : true,
      "mutability" : "readOnly",
      "returned" : "default",
      "subAttributes" : [
        {
          "name" : "name",
          "type" : "string",
          "multiValued" : false,
          "description" : "The attribute's name, e.g.,
              'displayName'.",
          "required" : true,
          "caseExact" : true,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none"
        },
        {
          "name" : "type",
          "type" : "string",
          "multiValued" : false,
          "description" : "The attribute's data type. Valid values
              include 'string', 'complex', 'boolean', 'decimal',
              'integer', 'dateTime', 'reference'.",
          "required" : true,
          "caseExact" : false,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none",
          "canonicalValues" : [
            "string",
            "complex",
            "boolean",
            "decimal",
            "integer",
            "dateTime",
            "reference"
          ]
        },
        {
          "name" : "multiValued",
          "type" : "boolean",
          "multiValued" : false,
          "description" : "A Boolean value indicating an
              attribute's plurality.",
          "required" : true,
          "mutability" : "readOnly",
          "returned" : "default"
        },
        {
          "name" : "description",
          "type" : "string",
          "multiValued" : false,
          "description" : "A human-readable description of the
              attribute.",
          "required" : true,
          "caseExact" : false,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none"
        },
        {
          "name" : "required",
          "type" : "boolean",
          "multiValued" : false,
          "description" : "A boolean value indicating whether or
            not the attribute is required.",
          "required" : true,
          "mutability" : "readOnly",
          "returned" : "default"
        },
        {
          "name" : "canonicalValues",
          "type" : "string",
          "multiValued" : true,
          "description" : "A collection of canonical values.  When
              applicable, service providers MUST specify the
              canonical types, e.g., mutability of an attribute,
              return type, uniqueness.",
          "required" : false,
          "caseExact" : true,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none"
        },
        {
          "name" : "caseExact",
          "type" : "boolean",
          "multiValued" : false,
          "description" : "A Boolean value indicating whether or
              not a string attribute is case sensitive.",
          "required" : false,
          "mutability" : "readOnly",
          "returned" : "default"
        },
         {
          "name" : "mutability",
          "type" : "string",
          "multiValued" : false,
          "description" : "Indicates whether or not an attribute is
              modifiable.",
          "required" : false,
          "caseExact" : true,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none",
          "canonicalValues" : [
            "readOnly",
            "readWrite",
            "immutable",
            "writeOnly"
          ]
        },
        {
          "name" : "returned",
          "type" : "string",
          "multiValued" : false,
          "description" : "Indicates when an attribute is returned
              in a response (e.g., to a query).",
          "required" : false,
          "caseExact" : true,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none",
          "canonicalValues" : [
            "always",
            "never",
            "default",
            "request"
          ]
        },
        {
          "name" : "uniqueness",
          "type" : "string",
          "multiValued" : false,
          "description" : "Indicates how unique a value must be.",
          "required" : false,
          "caseExact" : true,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none",
          "canonicalValues" : [
            "none",
            "Enterprise",
            "Manufacturer"
          ]
        },
        {
          "name" : "referenceTypes",
          "type" : "string",
          "multiValued" : false,
          "description" : "Used only with an attribute of type
              'reference'.  Specifies a SCIM resourceType that a
              reference attribute MAY refer to, e.g.,
              'EndpointApp'.",
          "required" : false,
          "caseExact" : true,
          "mutability" : "readOnly",
          "returned" : "default",
          "uniqueness" : "none"
        },
        {
          "name" : "subAttributes",
          "type" : "complex",
          "multiValued" : true,
          "description" : "Used to define the sub-attributes of a
              complex attribute.",
          "required" : false,
          "mutability" : "readOnly",
          "returned" : "default",
          "subAttributes" : [
            {
              "name" : "name",
              "type" : "string",
              "multiValued" : false,
              "description" : "The attribute's name.",
              "required" : true,
              "caseExact" : true,
              "mutability" : "readOnly",
              "returned" : "default",
              "uniqueness" : "none"
            },
            {
              "name" : "type",
              "type" : "string",
              "multiValued" : false,
              "description" : "The attribute's data type. Valid
                  values include 'string', 'complex', 'boolean',
                  'decimal', 'integer', 'dateTime', 'reference'.",
              "required" : true,
              "caseExact" : false,
              "mutability" : "readOnly",
              "returned" : "default",
              "uniqueness" : "none",
              "canonicalValues" : [
                "string",
                "complex",
                "boolean",
                "decimal",
                "integer",
                "dateTime",
                "reference"
              ]
            },
            {
              "name" : "multiValued",
              "type" : "boolean",
              "multiValued" : false,
              "description" : "A Boolean value indicating an
                  attribute's plurality.",
              "required" : true,
              "mutability" : "readOnly",
              "returned" : "default"
            },
            {
              "name" : "description",
              "type" : "string",
              "multiValued" : false,
              "description" : "A human-readable description of the
                  attribute.",
              "required" : true,
              "caseExact" : false,
              "mutability" : "readOnly",
              "returned" : "default",
              "uniqueness" : "none"
            },
            {
              "name" : "required",
              "type" : "boolean",
              "multiValued" : false,
              "description" : "A boolean value indicating whether
                  or not the attribute is required.",
              "required" : true,
              "mutability" : "readOnly",
              "returned" : "default"
            },
            {
              "name" : "canonicalValues",
              "type" : "string",
              "multiValued" : true,
              "description" : "A collection of canonical values. 
                  When applicable, service providers MUST specify
                  the canonical types, e.g., mutability of an
                  attribute, return type, uniqueness.",
              "required" : false,
              "caseExact" : true,
              "mutability" : "readOnly",
              "returned" : "default",
              "uniqueness" : "none"
            },
            {
              "name" : "caseExact",
              "type" : "boolean",
              "multiValued" : false,
              "description" : "A Boolean value indicating whether
                  or not a string attribute is case sensitive.",
              "required" : false,
              "mutability" : "readOnly",
              "returned" : "default"
            },
            {
              "name" : "mutability",
              "type" : "string",
              "multiValued" : false,
              "description" : "Indicates whether or not an
                  attribute is modifiable.",
              "required" : false,
              "caseExact" : true,
              "mutability" : "readOnly",
              "returned" : "default",
              "uniqueness" : "none",
              "canonicalValues" : [
                "readOnly",
                "readWrite",
                "immutable",
                "writeOnly"
              ]
            },
            {
              "name" : "returned",
              "type" : "string",
              "multiValued" : false,
              "description" : "Indicates when an attribute is
                  returned in a response (e.g., to a query).",
              "required" : false,
              "caseExact" : true,
              "mutability" : "readOnly",
              "returned" : "default",
              "uniqueness" : "none",
              "canonicalValues" : [
                "always",
                "never",
                "default",
                "request"
              ]
            },
            {
              "name" : "uniqueness",
              "type" : "string",
              "multiValued" : false,
              "description" : "Indicates how unique a value must
                  be.",
              "required" : false,
              "caseExact" : true,
              "mutability" : "readOnly",
              "returned" : "default",
              "uniqueness" : "none",
              "canonicalValues" : [
                "none",
                "Enterprise",
                "Manufacturer"
              ]
            },
            {
              "name" : "referenceTypes",
              "type" : "string",
              "multiValued" : false,
              "description" : "Used only with an attribute of type
                  'reference'.  Specifies a SCIM resourceType that
                  a reference attribute MAY refer to, e.g.,
                  'EndpointApp'.",
              "required" : false,
              "caseExact" : true,
              "mutability" : "readOnly",
              "returned" : "default",
              "uniqueness" : "none"
            }
          ]
        }
      ]
    }
  ]
}
<CODE ENDS>
]]></artwork></figure>

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

<t>Because provisioning operations permit device access to a network,
each SCIM client MUST 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 discuss 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 SHOULD 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
RECOMMENDED 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 SHOULD 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 RECOMMENDED 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 MUST 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
SHOULD be encrypted both on the disk and in transit.</t>

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

<section anchor="new-schemas"><name>New Schemas</name>

<t>The IANA is requested to add the following additions to the "SCIM
Schema URIs for Data Resources" registry as follows:</t>

<texttable>
      <ttcol align='left'>URN</ttcol>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>urn:ietf:params:scim:schemas:core: 2.0:Device</c>
      <c>Core Device Schema</c>
      <c>This memo, <xref target="scim-core-device-schema"></xref></c>
      <c>urn:ietf:params:scim:schemas:core: 2.0:EndpointApp</c>
      <c>Endpoint Application</c>
      <c>This memo, <xref target="endpointapp-schema"/></c>
</texttable>

<t>Note that the line break in URNs should be removed, as should this comment.</t>

</section>
<section anchor="device-schema-extensions"><name>Device Schema Extensions</name>

<t>IANA is requested to create the following extensions:
as described in <xref target="extensions"/>:</t>

<texttable>
      <ttcol align='left'>URN</ttcol>
      <ttcol align='left'>Description</ttcol>
      <ttcol align='left'>Resource Type</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>urn:ietf:params:scim: schemas:extension: ble:2.0:Device</c>
      <c>BLE Extension</c>
      <c>Device</c>
      <c>This memo, <xref target="ble-extension"></xref></c>
      <c>urn:ietf:params:scim: schemas:extension: ethernet-mab:2.0:Device</c>
      <c>Ethernet MAB</c>
      <c>Device</c>
      <c>This memo, <xref target="ethernet-mab-extension"></xref></c>
      <c>urn:ietf:params:scim: schemas:extension: fido-device-onboard:2.0:Device</c>
      <c>FIDO Device Onboard</c>
      <c>Device</c>
      <c>This memo, <xref target="fido-device-onboard-extension"></xref></c>
      <c>urn:ietf:params:scim: schemas:extension: dpp:2.0:Device</c>
      <c>Wi-fi Easy Connect</c>
      <c>Device</c>
      <c>This memo, <xref target="wi-fi-easy-connect-extension"></xref></c>
      <c>urn:ietf:params:scim: schemas:extension: endpointAppsExt:2.0:Device</c>
      <c>Application Endpoint Extension</c>
      <c>Device</c>
      <c>This memo, <xref target="ble-pairing-method-extensions"></xref></c>
      <c>urn:ietf:params:scim: schemas:extension: pairingJustWorks:2.0:Device</c>
      <c>Just Works Auth BLE</c>
      <c>Device</c>
      <c>This memo, <xref target="ble-pairing-method-extensions"></xref></c>
      <c>urn:ietf:params:scim: schemas:extension: pairingOOB:2.0:Device</c>
      <c>Out of Band Pairing for BLE</c>
      <c>Device</c>
      <c>This memo, <xref target="ble-pairing-method-extensions"></xref></c>
      <c>urn:ietf:params:scim: schemas:extension: pairingPassKey:2.0:Device</c>
      <c>Passkey Pairing for BLE</c>
      <c>Device</c>
      <c>This memo, <xref target="ble-pairing-method-extensions"></xref></c>
</texttable>

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

<t>The authors would like to thank Bart Brinckman, Rohit Mohan, Lars
Streubesand, Christian Amsüss, Jason Livingwood, Mike Ounsworth, Monty
Wiseman, Geoffrey Cooper, and Phil Hunt for their reviews.</t>

</section>


  </middle>

  <back>


    <references title='Normative References' anchor="sec-normative-references">

<reference anchor="BLE54" >
  <front>
    <title>Bluetooth Core Specification, Version 5.4</title>
    <author >
      <organization>Bluetooth SIG</organization>
    </author>
    <date year="2023"/>
  </front>
</reference>
<reference anchor="DPP2" >
  <front>
    <title>Wi-Fi Easy Connect Specification, Version 2.0</title>
    <author >
      <organization>Wi-Fi Alliance</organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="FDO11" >
  <front>
    <title>FIDO Device Onboard Specification 1.1</title>
    <author >
      <organization>FIDO Alliance</organization>
    </author>
    <date year="2022" month="April"/>
  </front>
</reference>
<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></organization>
    </author>
    <author initials="H. A." surname="Andrews" fullname="Henry Andrews" role="editor">
      <organization></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></organization>
    </author>
    <date year="2022" month="December"/>
  </front>
</reference>


<reference anchor="RFC7643">
  <front>
    <title>System for Cross-domain Identity Management: Core Schema</title>
    <author fullname="P. Hunt" initials="P." role="editor" surname="Hunt"/>
    <author fullname="K. Grizzle" initials="K." surname="Grizzle"/>
    <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
    <author fullname="C. Mortimore" initials="C." surname="Mortimore"/>
    <date month="September" year="2015"/>
    <abstract>
      <t>The System for Cross-domain Identity Management (SCIM) specifications are designed to make identity management in cloud-based applications and services easier. The specification suite builds upon experience with existing schemas and deployments, placing specific emphasis on simplicity of development and integration, while applying existing authentication, authorization, and privacy models. Its intent is to reduce the cost and complexity of user management operations by providing a common user schema and extension model as well as binding documents to provide patterns for exchanging this schema using HTTP.</t>
      <t>This document provides a platform-neutral schema and extension model for representing users and groups and other resource types in JSON format. This schema is intended for exchange and use with cloud service providers.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7643"/>
  <seriesInfo name="DOI" value="10.17487/RFC7643"/>
</reference>

<reference anchor="RFC7644">
  <front>
    <title>System for Cross-domain Identity Management: Protocol</title>
    <author fullname="P. Hunt" initials="P." role="editor" surname="Hunt"/>
    <author fullname="K. Grizzle" initials="K." surname="Grizzle"/>
    <author fullname="M. Ansari" initials="M." surname="Ansari"/>
    <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
    <author fullname="C. Mortimore" initials="C." surname="Mortimore"/>
    <date month="September" year="2015"/>
    <abstract>
      <t>The System for Cross-domain Identity Management (SCIM) specification is an HTTP-based protocol that makes managing identities in multi-domain scenarios easier to support via a standardized service. Examples include, but are not limited to, enterprise-to-cloud service providers and inter-cloud scenarios. The specification suite seeks to build upon experience with existing schemas and deployments, placing specific emphasis on simplicity of development and integration, while applying existing authentication, authorization, and privacy models. SCIM's intent is to reduce the cost and complexity of user management operations by providing a common user schema, an extension model, and a service protocol defined by this document.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7644"/>
  <seriesInfo name="DOI" value="10.17487/RFC7644"/>
</reference>

<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>

<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>

<reference anchor="RFC8520">
  <front>
    <title>Manufacturer Usage Description Specification</title>
    <author fullname="E. Lear" initials="E." surname="Lear"/>
    <author fullname="R. Droms" initials="R." surname="Droms"/>
    <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
    <date month="March" year="2019"/>
    <abstract>
      <t>This memo specifies a component-based architecture for Manufacturer Usage Descriptions (MUDs). The goal of MUD is to provide a means for end devices to signal to the network what sort of access and network functionality they require to properly function. The initial focus is on access control. Later work can delve into other aspects.</t>
      <t>This memo specifies two YANG modules, IPv4 and IPv6 DHCP options, a Link Layer Discovery Protocol (LLDP) TLV, a URL, an X.509 certificate extension, and a means to sign and verify the descriptions.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8520"/>
  <seriesInfo name="DOI" value="10.17487/RFC8520"/>
</reference>

<reference anchor="rfc4648">
  <front>
    <title>The Base16, Base32, and Base64 Data Encodings</title>
    <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
    <date month="October" year="2006"/>
    <abstract>
      <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4648"/>
  <seriesInfo name="DOI" value="10.17487/RFC4648"/>
</reference>

<reference anchor="RFC5280">
  <front>
    <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
    <author fullname="D. Cooper" initials="D." surname="Cooper"/>
    <author fullname="S. Santesson" initials="S." surname="Santesson"/>
    <author fullname="S. Farrell" initials="S." surname="Farrell"/>
    <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
    <author fullname="R. Housley" initials="R." surname="Housley"/>
    <author fullname="W. Polk" initials="W." surname="Polk"/>
    <date month="May" year="2008"/>
    <abstract>
      <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5280"/>
  <seriesInfo name="DOI" value="10.17487/RFC5280"/>
</reference>




    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC6241">
  <front>
    <title>Network Configuration Protocol (NETCONF)</title>
    <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
    <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
    <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
    <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
    <date month="June" year="2011"/>
    <abstract>
      <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6241"/>
  <seriesInfo name="DOI" value="10.17487/RFC6241"/>
</reference>

<reference anchor="RFC8040">
  <front>
    <title>RESTCONF Protocol</title>
    <author fullname="A. Bierman" initials="A." surname="Bierman"/>
    <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
    <author fullname="K. Watsen" initials="K." surname="Watsen"/>
    <date month="January" year="2017"/>
    <abstract>
      <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8040"/>
  <seriesInfo name="DOI" value="10.17487/RFC8040"/>
</reference>

<reference anchor="RFC7950">
  <front>
    <title>The YANG 1.1 Data Modeling Language</title>
    <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
    <date month="August" year="2016"/>
    <abstract>
      <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7950"/>
  <seriesInfo name="DOI" value="10.17487/RFC7950"/>
</reference>

<reference anchor="RFC8995">
  <front>
    <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
    <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
    <author fullname="M. Richardson" initials="M." surname="Richardson"/>
    <author fullname="T. Eckert" initials="T." surname="Eckert"/>
    <author fullname="M. Behringer" initials="M." surname="Behringer"/>
    <author fullname="K. Watsen" initials="K." surname="Watsen"/>
    <date month="May" year="2021"/>
    <abstract>
      <t>This document specifies automated bootstrapping of an Autonomic Control Plane. To do this, a Secure Key Infrastructure is bootstrapped. This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline. We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device. The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8995"/>
  <seriesInfo name="DOI" value="10.17487/RFC8995"/>
</reference>


<reference anchor="I-D.brinckman-nipc">
   <front>
      <title>An Application Layer Interface for Non-IP device control (NIPC)</title>
      <author fullname="Bart Brinckman" initials="B." surname="Brinckman">
         <organization>Cisco Systems</organization>
      </author>
      <author fullname="Rohit Mohan" initials="R." surname="Mohan">
         <organization>Cisco Systems</organization>
      </author>
      <author fullname="Braeden Sanford" initials="B." surname="Sanford">
         <organization>Philips</organization>
      </author>
      <date day="21" month="April" year="2024"/>
      <abstract>
	 <t>   This memo specifies RESTful application layer interface for gateways
   providing operations against non-IP devices.  The described interface
   is extensible.  This memo initially describes Bluetooth Low Energy
   and Zigbee as they are the most commonly deployed.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-brinckman-nipc-01"/>
   
</reference>




    </references>


<?line 2462?>

<section anchor="changes-from-earlier-versions"><name>Changes from Earlier Versions</name>
<t>[RFC Editor to remove this section.]</t>

<t>Draft 13:
  * post IANA and IETF LC</t>

<t>Drafts 10-12:
  * additional WGLC and shepherd comments</t>

<t>Draft -09:
  * last call comments, bump BLE version, add acknowledgments.
  * Also, recapture Rohit comments and those of Christian.</t>

<t>Drafts 04-08:
  * Lots of cleanup
  * Security review responses
  * Removal of a tab
  * Dealing with certificate stuff</t>

<t>Draft -03:
  * Add MAB, FDO
  * Some grammar improvements
  * fold OpenAPI
  * IANA considerations</t>

<t>Draft -02:
  *  Clean up examples
  *  Move openapi to appendix
Draft -01:</t>

<t><list style="symbols">
  <t>Doh! We forgot the core device scheme!</t>
</list></t>

<t>Draft -00:</t>

<t><list style="symbols">
  <t>Initial revision</t>
</list></t>

</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>Device Core Schema OpenAPI Representation</name>

<t>OpenAPI representation of device core schema is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
components:
  schemas:
    Device:
      title: Device
      description: Device account
      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."
          nullable: true
          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 processeed
                       by the controller.  If set FALSE, any command
                       comming from the control app for the device
                       will be rejected by the controller.
          nullable: false
          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.
          nullable: true
          readOnly: false
          writeOnly: false
      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.
          nullable: false
        id:
          type: string
          format: uri
          description: The unique identifier for a resource.
          nullable: false
          readOnly: true
          writeOnly: false
        externalId:
          type: string
          description: An identifier for the resource that is
              defined
                       by the provisioning client.
          nullable: true
          readOnly: false
          writeOnly: false
        meta:
          type: object
          readOnly: true
          properties:
            resourceType:
              type: string
              description: The name of the resource type of the
                           resource.
              nullable: false
              readOnly: true
              writeOnly: false
            location:
              type: string
              format: uri
              description: The URI of the resource being returned.
              nullable: false
              readOnly: true
              writeOnly: false
            created:
              type: string
              format: date-time
              description: The date and time the resource was added
                           to the service provider.
              nullable: false
              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.
              nullable: false
              readOnly: true
              writeOnly: false
            version:
              type: string
              description: The version of the resource.
              nullable: true
              readOnly: true
              writeOnly: false
          additionalProperties: false
<CODE ENDS>
]]></artwork></figure>

</section>
<section anchor="endpointapp-schema-openapi-representation"><name>EndpointApp Schema OpenAPI Representation</name>
<t>OpenAPI representation of endpointApp schema is as follows:</t>

<figure><artwork><![CDATA[
<CODE BEGINS>
components:
  schemas:
    EndpointApp:
      title: EndpointApp
      description: Endpoint application resource
      type: object
      properties:
        applicationType:
          type: string
          description: "This attribute will only contain two values;
                       'deviceControl' or 'telemetry'."
          nullable: false
          readOnly: false
          writeOnly: false

        applicationName:
          type: string
          description: Human readable name of the application.
          nullable: false
          readOnly: false
          writeOnly: false

      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."
      nullable: true
      readOnly: true
      writeOnly: false

    certificateInfo:
      type: object
      description: "Contains x509 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."
          nullable: false
          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."
          nullable: false
          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.
          nullable: false
        id:
          type: string
          format: uri
          description: The unique identifier for a resource.
          nullable: false
          readOnly: true
          writeOnly: false
        meta:
          type: object
          readOnly: true
          properties:
            resourceType:
              type: string
              description: The name of the resource type of the
                           resource.
              nullable: false
              readOnly: true
              writeOnly: false
            location:
              type: string
              format: uri
              description: The URI of the resource being returned.
              nullable: false
              readOnly: true
              writeOnly: false
            created:
              type: string
              format: date-time
              description: The date and time the resource was added
                           to the service provider.
              nullable: false
              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.
              nullable: false
              readOnly: true
              writeOnly: false
            version:
              type: string
              description: The version of the resource.
              nullable: true
              readOnly: true
              writeOnly: false
          additionalProperties: false
<CODE ENDS>
]]></artwork></figure>

</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>

<figure><artwork><![CDATA[
<CODE BEGINS>
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].
          nullable: false
          readOnly: false
          writeOnly: false

        deviceMacAddress:
          type: string
          description: It is the public MAC address assigned by the
                       manufacturer. It is unique 48 bit value. The
                       regex pattern is
                       ^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}.
          nullable: false
          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 public MAC address. If TRUE, device is
                       using a random address.
          nullable: false
          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 deviceMa`cAddress."
          nullable: false
          readOnly: false
          writeOnly: false

        irk:
          type: string
          description: Identity resolving key, which is unique for
                       every device. It is used to resolve random
                       address.
          nullable: true
          readOnly: false
          writeOnly: true
        mobility:
          type: boolean
          description: If set to True, the BLE device will
                       automatically connect to the closest AP. For
                       example, 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
                           connects
                       with AP-2.
          nullable: false
          readOnly: false
          writeOnly: false
        pairingMethods:
          type: array
          items:
            type: string
          description: List of pairing methods associated with the
                       ble device, stored as schema URI.
          nullable: true
          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'.
          nullable: false
          readOnly: false
          writeOnly: false
      required:
        - key

    PairingPassKey:
      type: object
      description: Pass key pairing method for ble
      properties:
        key:
          type: integer
          description: A six digit passkey for ble device.
                       The pattern of key is ^[0-9]{6}$.
          nullable: false
          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.
          nullable: false
          readOnly: false
          writeOnly: false
        randomNumber:
          type: integer
          description: Nonce added to the key
          nullable: false
          readOnly: false
          writeOnly: true
        confirmationNumber:
          type: integer
          description: Some solutions require a confirmation number
                       in the RESTful message exchange.
          nullable: true
          readOnly: false
          writeOnly: true
      required:
        - key
        - randomNumber
<CODE ENDS>
]]></artwork></figure>

</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>

<figure><artwork><![CDATA[
<CODE BEGINS>
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.
          nullable: false
          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].
          nullable: true
          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.
          nullable: false
          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}.
          nullable: false
          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'.
          nullable: false
          readOnly: false
          writeOnly: false
        serialNumber:
          type: string
          description: An alphanumeric serial number that may also
              be
                       passed as bootstrapping information.
          nullable: false
          readOnly: false
          writeOnly: false
      required:
        - dppVersion
        - bootstrapKey
      additionalProperties: false
<CODE ENDS>
]]></artwork></figure>

</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>

<figure><artwork><![CDATA[
<CODE BEGINS>
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 unique 48 bit value. The
                       regex pattern is
                       ^[0-9A-Fa-f]{2}(:[0-9A-Fa-f]{2}){5}.
          nullable: false
          readOnly: false
          writeOnly: false
      required:
        - deviceMacAddress
      description: Device extension schema for Ethernet-MAB
<CODE ENDS>
]]></artwork></figure>

</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>

<figure><artwork><![CDATA[
<CODE BEGINS>
components:
  schemas:
    FDODevice:
      type: object
      description: FIDO Device Onboarding 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
          nullable: false
          readOnly: false
          writeOnly: false
      required:
        - fdoVoucher
      description: Device Extension for a FIDO Device Onboard (FDO)
<CODE ENDS>
]]></artwork></figure>

</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>

<figure><artwork><![CDATA[
<CODE BEGINS>
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].
          nullable: false
          readOnly: false
          writeOnly: false
        deviceEui64Address:
          type: string
          description: The EUI-64 (Extended Unique Identifier)
              device
                       address. The regex pattern is
                       ^[0-9A-Fa-f]{16}$.
          nullable: false
          readOnly: false
          writeOnly: false
      required:
        - versionSupport
        - deviceEui64Address
      description: Device extension schema for Zigbee.
<CODE ENDS>
]]></artwork></figure>

</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>

<figure><artwork><![CDATA[
<CODE BEGINS>
components:
  schemas:
    EndpointAppsExt:
      type: object
      properties:
        applications:
          $ref: '#/components/schemas/applications'

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

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

      required:
        - applications
        - deviceControlEnterpriseEndpoint

    applications:
      type: array
      items:
        value:
          type: string
          description: The identifier of the endpointApp.
          nullable: false
          readOnly: false
          writeOnly: false
        ref:
          type: string
          format: uri
          description: The URI of the corresponding 'EndpointApp'
                      resource which will control or obtain data
                          from
                      the device.
          nullable: false
          readOnly: true
          writeOnly: false
      required:
        - value
        - ref


<CODE ENDS>
]]></artwork></figure>

</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>

<figure><artwork><![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></figure>

<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>

<figure><artwork><![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></figure>

</section>


  </back>

<!-- ##markdown-source:
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
AQA=

-->

</rfc>

