<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-spice-glue-id-01" category="std" consensus="true" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="SPICE GLUE">GLobal Unique Enterprise (GLUE) Identifiers</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-spice-glue-id-01"/>
    <author fullname="Brent W. Zundel">
      <organization>Tradeverifyd</organization>
      <address>
        <postal>
          <country>United States</country>
        </postal>
        <email>brent.zundel@gmail.com</email>
      </address>
    </author>
    <author fullname="Pamela Dingle">
      <organization>Microsoft Corporation</organization>
      <address>
        <postal>
          <country>United States</country>
        </postal>
        <email>pamela.dingle@microsoft.com</email>
      </address>
    </author>
    <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
      <organization>Self-Issued Consulting</organization>
      <address>
        <postal>
          <country>United States</country>
        </postal>
        <email>michael_b_jones@hotmail.com</email>
        <uri>https://self-issued.info/</uri>
      </address>
    </author>
    <date year="2025" month="June" day="29"/>
    <area>Security</area>
    <workgroup>Secure Patterns for Internet CrEdentials</workgroup>
    <keyword>URI</keyword>
    <keyword>URN</keyword>
    <keyword>Enterprise</keyword>
    <keyword>Entity Identifiers</keyword>
    <abstract>
      <?line 57?>

<t>This specification establishes an IETF URN namespace for
GLobal Unique Enterprise (GLUE) Identifiers.
It also establishes an IETF URN namespace for identifiers defined by
the IETF Secure Patterns for Internet CrEdentials (SPICE) working group.
The GLUE URN namespace is within the SPICE URN namespace.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ietf-wg-spice.github.io/draft-ietf-spice-glue-id/draft-ietf-spice-glue-id.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-spice-glue-id/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Secure Patterns for Internet CrEdentials Working Group mailing list (<eref target="mailto:spice@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/spice/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/spice/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-spice/draft-ietf-spice-glue-id"/>.</t>
    </note>
  </front>
  <middle>
    <?line 66?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Enterprise entity identifiers are myriad. With the increasing use of digital
credentials, there is a need for a common methodology for expressing these
identifiers such that claims about and by such entities can be made in a
consistent and interoperable manner.</t>
      <t>This specification establishes an IETF URN namespace that standardizes the expression of
existing organizational entity identifiers by providing a common representation format.
It also establishes a registry for managing how existing organizational entity
identification mechanisms relate to this namespace.</t>
      <t>Any organizational entity identifier whose identification mechanism has been registered
as an Authority Identifier in the registry may be represented as a GLUE URI.</t>
      <section anchor="requirements-notation-and-conventions">
        <name>Requirements Notation and Conventions</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>This specification uses the following terms:</t>
        <dl>
          <dt>GLUE URI:</dt>
          <dd>
            <t>a URI that uses the GLUE URN namespace established in this specification.</t>
          </dd>
          <dt>External Authority:</dt>
          <dd>
            <t>an organization that allocates External Identifiers for GLUE URIs using the Authority Identifier(s) over which they have jurisdiction.</t>
          </dd>
          <dt>Authority Identifier:</dt>
          <dd>
            <t>identifier for the External Authority responsible for assigning the External Identifier used in GLUE URIs.</t>
          </dd>
          <dt>External Identifier:</dt>
          <dd>
            <t>identifier assigned by an External Authority to identify a particular organization within GLUE URNs over which it has jurisdiction.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="core-concepts">
      <name>Core Concepts</name>
      <t>Every GLUE URI <bcp14>MUST</bcp14>
contain the following components:</t>
      <ul spacing="normal">
        <li>
          <t>The Authority Identifier</t>
        </li>
        <li>
          <t>The External Identifier</t>
        </li>
      </ul>
      <section anchor="uniqueness-and-namespacing">
        <name>Uniqueness and Namespacing</name>
        <t>Each GLUE URI <bcp14>MUST</bcp14> be globally unique.
It is assumed that most registered organizational entity identification schemes
already handle any necessary namespacing as part of the
External Identifier. However, if collisions are possible within the
set of possible external identifiers for an Authority Identifier scheme, then
further namespacing might be necessary at the GLUE URI level. Such namespacing
<bcp14>SHOULD</bcp14> be done on the Authority Identifier as part of the registration process.</t>
        <t>That is, the different namespaces would be considered either different schemes
operated by the same authority, or the same scheme operated by different
authorities. In either case a unique Authority Identifier would be necessary for
each.</t>
        <t>For example, assume there is an External Authority FEA that provides
identifiers for organizational entities in USA and Canada. The identifiers in the USA
are unique, and the identifiers in Canada are unique, but there is no guarantee
that an organizational entity in Canada will not be assigned the same identifier as an organizational
entity in the USA. Upon registration of FEA as an Authority Identifier, it would
be necessary to separately register FEA-USA and FEA-Can to provide
differentiation between the two sets of External Identifiers.</t>
      </section>
    </section>
    <section anchor="glue-uris">
      <name>GLUE URIs</name>
      <t>All GLUE URIs comply with <xref target="RFC3986"/>.
They begin with <tt>urn:ietf:spice:glue:</tt> and are followed by an Authority Identifier,
a colon character (":"), and the External Identifier allocated by the authority.</t>
      <t>Authority Identifiers consist of a sequence of characters beginning with a letter and
followed by any combination of letters, digits, plus ("+"), period ("."), or hyphen ("-").
Although Authority Identifiers are case-insensitive, the canonical form is lowercase
and documents that specify Authority Identifiers must do so with lowercase letters.
An implementation should accept uppercase letters as equivalent to lowercase
in Authority Identifier names (e.g., allow "EXAMPLE" as well as "example")
for the sake of robustness but should only produce
lowercase Authority Identifier names for consistency.
The ABNF [RFC5234] for Authority Identifiers is:</t>
      <t><tt>
authority-identifier = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )
</tt></t>
      <t>External Identifiers consist of a sequence of characters beginning with
a letter or digit or hyphen ("-") and
followed by any combination of letters, digits, plus ("+"), period ("."), or hyphen ("-").
A digit or hyphen is allowed as the first character to permit the case where
the External Identifier is the representation of a number.
It is specific to the Authority Identifier whether the
External Identifiers are case-insensitive or case-sensitive.
When they are case-insensitive, the canonical form is lowercase
and documents that specify External Identifiers must do so with lowercase letters.
The ABNF [RFC5234] for External Identifiers is:</t>
      <t><tt>
external-identifier = ( ALPHA / DIGIT / "-" ) *( ALPHA / DIGIT / "+" / "-" / "." )
</tt></t>
      <t>Combining these, the ABNF [RFC5234] for a GLUE URI is:</t>
      <t><tt>
glue-uri = "urn:ietf:spice:glue:" authority-identifier ":" external-identifier
</tt></t>
      <t>For example, the following is a GLUE URI using the Authority Identifier "example"
and the External Identifier "42":</t>
      <t><tt>
urn:ietf:spice:glue:example:42
</tt></t>
      <t>The Authority Identifier <bcp14>MUST</bcp14> be registered in the GLUE URI Authority Identifier registry
defined in <xref target="GLUE-URN"/>.
The External Identifier <bcp14>MUST</bcp14> be the identifier assigned to the organization
by the External Authority.</t>
    </section>
    <section anchor="authority-identifiers">
      <name>GLUE Authority Identifiers</name>
      <t>This section defines the following GLUE Authority Identifiers.</t>
      <table>
        <thead>
          <tr>
            <th align="left">Organization</th>
            <th align="left">Authority Identifier</th>
            <th align="left">External Authority Specification</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">GS1</td>
            <td align="left">gln</td>
            <td align="left">https://www.gs1.org/standards/id-keys/gln</td>
          </tr>
          <tr>
            <td align="left">GLEIF</td>
            <td align="left">lei</td>
            <td align="left">https://www.iso.org/standard/78829.html</td>
          </tr>
          <tr>
            <td align="left">Dun &amp; Bradstreet</td>
            <td align="left">duns</td>
            <td align="left">https://www.dnb.com/duns.html</td>
          </tr>
          <tr>
            <td align="left">Private Enterprise Numbers</td>
            <td align="left">pen</td>
            <td align="left">https://www.iana.org/assignments/enterprise-numbers/</td>
          </tr>
        </tbody>
      </table>
      <t>They are registered in the GLUE Authority Identifier URN Registry in <xref target="GLUE-URN"/>.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>There are no additional security considerations beyond those already inherent to using URNs.
Security considerations for URNs can be found in <xref target="RFC2141"/>.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <section anchor="private-identifiers-as-corporate-identifiers">
        <name>Private Identifiers as Corporate Identifiers</name>
        <t>There are some corporate identifiers that make use of personal identifiers. This
is the case for some registered sole-proprietor businesses in the United
States, where the business identifier may be the same as the
social-security-number of the business owner.</t>
        <t>It is possible for such identifiers to be represented as GLUE URIs. An
identifier's expression as a GLUE URI does not change the privacy
characteristics of that identifier. The same cautions and concerns need to be
taken with the GLUE URI representation as with the original identifier.</t>
        <t>Implementers storing or evaluating GLUE URIs are encouraged to evaluate the
privacy characteristics of each identification scheme represented by an
Authority Identifier and to appropriately handle any GLUE URI which violates
privacy policies.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This section establishes two registries and populates them with their initial contents.
The following registration procedure is used for the
registries established by this specification.</t>
      <t>Values are registered on a Specification Required <xref target="RFC8126"/>
basis after a two-week review period on the spice-ext-review@ietf.org
mailing list, on the advice of one or more Designated Experts.
However, to allow for the allocation of values prior to publication
of the final version of a specification,
the Designated Experts may approve registration once they are satisfied
that the specification will be completed and published.
However, if the specification is not completed and published
in a timely manner, as determined by the Designated Experts,
the Designated Experts may request that IANA withdraw the registration.</t>
      <t>Registration requests sent to the mailing list for review should use
an appropriate subject
(e.g., "Request to register URN urn:ietf:spice:example" or
"Request to register URN urn:ietf:spice:glue:example").</t>
      <t>Within the review period, the Designated Experts will either approve or deny
the registration request, communicating this decision to the review list and IANA.
Denials should include an explanation and, if applicable,
suggestions as to how to make the request successful.
The IANA escalation process is followed when the Designated Experts
are not responsive within 14 days.</t>
      <t>Criteria that should be applied by the Designated Experts includes
determining whether the proposed registration duplicates existing functionality,
determining whether it is likely to be of general applicability
or whether it is useful only for a single application,
and whether the registration makes sense.</t>
      <t>IANA must only accept registry updates from the Designated Experts and should direct
all requests for registration to the review mailing list.</t>
      <t>It is suggested that multiple Designated Experts be appointed who are able to
represent the perspectives of different applications using this specification,
in order to enable broadly-informed review of registration decisions.
In cases where a registration decision could be perceived as
creating a conflict of interest for a particular Expert,
that Expert should defer to the judgment of the other Experts.</t>
      <t>The reason for the use of the mailing list is to enable
public review of registration requests, enabling both Designated Experts
and other interested parties to provide feedback on proposed registrations.
The reason to allow the Designated Experts to
allocate values prior to publication as a final specification is to enable
giving authors of specifications proposing registrations
the benefit of review by the Designated Experts
before the specification is completely done,
so that if problems are identified, the authors can iterate and fix them
before publication of the final specification.</t>
      <section anchor="SPICE-URN">
        <name>SPICE URN Registry</name>
        <t>This specification establishes the
IANA "SPICE URN" registry
creating a URN namespace for identifiers needed by
the IETF Secure Patterns for Internet CrEdentials (SPICE) working group.
The registry records the URN
and a reference to the specification that defines it.</t>
        <section anchor="registration-template">
          <name>Registration Template</name>
          <dl>
            <dt>URN:</dt>
            <dd>
              <t>The URN requested within the "urn:ietf:spice:" namespace.
The identifier following "urn:ietf:spice:"
and before any following colon (":") character
is not case sensitive and any letters <bcp14>MUST</bcp14> be expressed in lowercase characters.
This identifier <bcp14>MUST</bcp14> consist of a sequence of characters
beginning with a letter and followed by any combination of
letters, digits, plus ("+"), period ("."), or hyphen ("-").</t>
            </dd>
            <dt>Description:</dt>
            <dd>
              <t>Brief description of the purpose of the SPICE URN.</t>
            </dd>
            <dt>Change Controller:</dt>
            <dd>
              <t>For IETF stream RFCs, use "IETF".
For others, give the name of the responsible party.
Other details (e.g., postal address, e-mail address, home page URI) may also be included.</t>
            </dd>
            <dt>Specification Document(s):</dt>
            <dd>
              <t>Reference to the document or documents that specify the URN to be registered,
preferably including URLs that can be used to retrieve the documents.
An indication of the relevant sections may also be included, but is not required.</t>
            </dd>
          </dl>
        </section>
        <section anchor="initial-registry-contents">
          <name>Initial Registry Contents</name>
          <section anchor="urnietfspiceglue">
            <name>urn:ietf:spice:glue</name>
            <ul spacing="normal">
              <li>
                <t>URN: urn:ietf:spice:glue</t>
              </li>
              <li>
                <t>Description: GLUE URN namespace</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Specification Document(s): <xref target="glue-uris"/> of this specification</t>
              </li>
            </ul>
          </section>
        </section>
      </section>
      <section anchor="GLUE-URN">
        <name>GLUE Authority Identifier URN Registry</name>
        <t>This specification establishes the
IANA "GLUE Authority Identifier URN" registry
creating a URN namespace for Authority Identifiers for
GLobal Unique Enterprise (GLUE) Identifiers.</t>
        <t>Each entry registers the URN for an Authority Identifier within the
"urn:ietf:spice:glue:" namespace.
The organization responsible for the Authority Identifier is recorded.</t>
        <section anchor="registration-template-1">
          <name>Registration Template</name>
          <dl>
            <dt>Authority Identifier:</dt>
            <dd>
              <t>identifier for the External Authority responsible for assigning the External Identifier used in GLUE URIs.
This identifier
is not case sensitive and any letters <bcp14>MUST</bcp14> be expressed in lowercase characters.
It <bcp14>MUST</bcp14> consist of a sequence of characters
beginning with a letter and followed by any combination of
letters, digits, plus ("+"), period ("."), or hyphen ("-").</t>
            </dd>
            <dt>URN:</dt>
            <dd>
              <t>The URN within the "urn:ietf:spice:glue:" namespace
consisting of "urn:ietf:spice:glue:" followed by
the Authority Identifier.</t>
            </dd>
            <dt>Organization:</dt>
            <dd>
              <t>The organization responsible for the Authority Identifier.</t>
            </dd>
            <dt>Change Controller:</dt>
            <dd>
              <t>For IETF stream RFCs, use "IETF".
For others, give the name of the responsible party.
Other details (e.g., postal address, e-mail address, home page URI) may also be included.</t>
            </dd>
            <dt>Specification Document(s):</dt>
            <dd>
              <t>Reference to the document or documents that specify the Authority Identifier to be registered,
preferably including URLs that can be used to retrieve the documents.
An indication of the relevant sections may also be included, but is not required.</t>
            </dd>
          </dl>
        </section>
        <section anchor="initial-registry-contents-1">
          <name>Initial Registry Contents</name>
          <section anchor="gln">
            <name>gln</name>
            <ul spacing="normal">
              <li>
                <t>Authority Identifier: gln</t>
              </li>
              <li>
                <t>URN: urn:ietf:spice:glue:gln</t>
              </li>
              <li>
                <t>Organization: GS1</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Specification Document(s): <xref target="authority-identifiers"/> of this specification</t>
              </li>
            </ul>
          </section>
          <section anchor="lei">
            <name>lei</name>
            <ul spacing="normal">
              <li>
                <t>Authority Identifier: lei</t>
              </li>
              <li>
                <t>URN: urn:ietf:spice:glue:lei</t>
              </li>
              <li>
                <t>Organization: GLEIF</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Specification Document(s): <xref target="authority-identifiers"/> of this specification</t>
              </li>
            </ul>
          </section>
          <section anchor="duns">
            <name>duns</name>
            <ul spacing="normal">
              <li>
                <t>Authority Identifier: duns</t>
              </li>
              <li>
                <t>URN: urn:ietf:spice:glue:duns</t>
              </li>
              <li>
                <t>Organization: Dun &amp; Bradstreet</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Specification Document(s): <xref target="authority-identifiers"/> of this specification</t>
              </li>
            </ul>
          </section>
          <section anchor="pen">
            <name>pen</name>
            <ul spacing="normal">
              <li>
                <t>Authority Identifier: pen</t>
              </li>
              <li>
                <t>URN: urn:ietf:spice:glue:pen</t>
              </li>
              <li>
                <t>Organization: Private Enterprise Numbers</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Specification Document(s): <xref target="authority-identifiers"/> of this specification</t>
              </li>
            </ul>
          </section>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC2141">
          <front>
            <title>URN Syntax</title>
            <author fullname="R. Moats" initials="R." surname="Moats"/>
            <date month="May" year="1997"/>
            <abstract>
              <t>Uniform Resource Names (URNs) are intended to serve as persistent, location-independent, resource identifiers. This document sets forward the canonical syntax for URNs. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2141"/>
          <seriesInfo name="DOI" value="10.17487/RFC2141"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
      </references>
    </references>
    <?line 414?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Alexander (A.J.) Stein
and
Martin Thomson
contributed to this specification.</t>
    </section>
    <section numbered="false" anchor="document-history">
      <name>Document History</name>
      <t>-01</t>
      <ul spacing="normal">
        <li>
          <t>Updated Brent's affiliation.</t>
        </li>
      </ul>
      <t>-00</t>
      <ul spacing="normal">
        <li>
          <t>Initial working group draft, based on draft-zundel-spice-glue-id-02</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1bbXPbyJH+Pr9ijqq6WBuRWnmdi5eVl5Ul2VZKlh1JPl8u
5YpBYEjOGsQwGIA0V/Z/yW/JL7unewYDgAS49l6ylbo6fZBIYF66e7qffhsN
h0NR6CJVYzl4dmUmUSpfZ/qvpZIXWaHyZa6tkg+eXb2+OJSXicoKPdUqtwMR
TSa5WmHW7avLswtJIwYijbLZWKpMxFGhZibfjKUtEiESE2fRAnskeTQthloV
06Fd6lgNZ2mphjoZfn0ibDlZaGu1yYrNEmMvL+6eSnkgo9Qa7KOzRC1VRjQM
juRAJbowuY5S+nJ5+gR/TI5PN3dPByIrFxOVj0UCMsYiNplVmS3tWBZ5qQSo
/kZEuYqIehWXuS42A7E2+ftZbspl9VTJV1EBGWRWTrH0JckjU4U8yy9YEKBr
IN6rDSYmYyGH8vXNpftzTX9q+flv2KUpQrFSWQnqpPzyXaV0Ihq8AdE6m8ln
tAQ9X0Q6xXMW7nck55HJZ/QiyuM5XsyLYmnHx8c0jh7plRpVw47pwfEkN2ur
jnmFY5o508W8nNAJ0LGtZ+7kjvuOkqakkLstGtu1po7ciiNtehfpfTGaF4t0
IERUFnOTk9ixnZTTMk2dhj3JISX5ZiT/u4SupPwWvEWZ/iEqoFtjeZdHiVqp
XE83Cb9WTmgTmjn6gad9N6Nno9gseERsyqwgbYZtFCqRtwUxKHZ3f4XfaSTP
cSap6tj7hY5zY80U52nypcn5cZOIJS8wSniB7xbV8C+nBDvNI5XKJyP5B5Nh
CL3WGWzgxaj1rE3grUqnw0trS6x9Brsp0wKkNClcuIX/MvnL97TGd3NTtGQF
cxrL6twtLad5uZHOpuZ4LxOZyRegY8VWcfP07JtvH//HWAia2H7x8OTRif/4
+OQhxgwBY/RLRhNb5FFcCHE311bapYphbjFzJ6GT0STVdq6sjDIHMLBWSRKz
yyhWZHLiC2BwJC4LxqfPW1rqeqpM1FRnYH6yEcVcuRmfiwDyAaPuoVx7+2cI
GYFnxUi8tTUEsYbJ6UzSTg6wWyNGwklvoZMEeisOaNfcJGXM+ikaQlAOyJqc
AErlYgMsTkbyDfbhXXQWA2EtEVdimpnKRMPuo1TgecXHEQ3NmcBIZgrSII4j
KMhigfNaKBh5YlIz2/AL9WGZK8trYh6AtUmFLWPaOSpknEZ6gRUnpsTpZCRi
95Zp1zihGEc0AdEAAhAqI3YR2hYEHTRBE79mqXKcKQ3LMpWPfqJKMUkYlSVR
nugfMI7EU7GCJcxUqA/YnNhqGiN0sEPY4GWZm5UmhKgllStaDqMcVc5eerQT
g2fYLncyBXPRjNaam7XcT0cQt+d9oYAEmbaQda4I8mVhwBxk1FSs02zzo2zJ
9dxASfrWl/MIjCuVedKhMomIWOCn7AfarlV6RQ98LqINHXcQEvSMZlemcgkq
Dw7kjfprqXO1wAArr40XJakDgHBFi0NJBNsYvD6ZXmLl4MXr2zsKQeivvH7J
n28u/vj68ubinD7fPj+9ugofhB9x+/zl66vz+lM98+zlixcX1+duMp7K1iMx
eHH6J7whqgYvX91dvrw+vRo4hiF3xFnlgpU458OYKKfK4NsxLRJl41xPFOm4
fHL26u9/O3kk7+//jUH15NtPn/yXxye/foQv67nK3G4mSzf+K2S7EdFyqSIW
dZSmMKgl2TYMGoK1UKVMkmFDsF/9mSTzdix/M4mXJ49+5x8Qw62HlcxaD1lm
u092Jjshdjzq2CZIs/V8S9Jtek//1Ppeyb3x8De/TwHmcnjy+Pe/E6xNdypf
6IyxqxM4AIoOCaYmTc2aMQ1TLPxdpZZjMYaS4oPDkDCjA+FrA0+CMrT2w0lc
fCBHAvMLNsMbZC3rdFvhSA2F8FaGSQ2vx7hREWlBlwfkTmN8YA+lWbGJawZo
mM48Win5PQIFm+jYU9c1l+hrgARtS9vsMgLTtkuCcIJrdiGA1llW0dXBBEmT
RRX4aEqolwS3LnttklwHJbA6Px4jEM7lhY5LhNptKXt3XJ2kbYpIF4x3W/I5
oIhRERTFalkAhy4wYxPIl2RU5MaKyKNfrVfwERAOwRqUayjvek6qetchBdZo
FxAh5LMMCNde+Sg8FBcRCG/RQtgzSymSAm6UPJX9Ebl6xIMLyJBVbWFs0YD1
H3EV3nhsPAdOWxGliDESUqgMcQvI2iCKiEFhBNFkNYGESnQUFIZANl0HPZLP
zZrSgiOppxBZCmsiwGcoXRrrdKsOo4RVvFx4pao19Zal9HkpxwTDaSamZU6h
UIvohZ7NC5JjzRME1kCAS5mC4nQkbym6aUwVHv0wN8HJS5P12ueWaCqn6eSM
SIN25tAnorNjahHJTaeK86yAQIgwTZkmtCPHUgkfptLMVD2+OjiOrQpnR7Si
xToyqsjjVD48dnNkc0pYUFRzENWNELRWO8YRwonI610334HeWroU/StoMvh9
yuFmtFim6sgrbCNW7bT8pxenTqVdfAYutzWhS7cpHIVGvb49daEGwrEkGrEh
Nqd7o8Ywqlx4xpxnLnaHulVkc+SkLGoGMiNnZZRHiA2UcIif9VleWG2t4egz
wxoZcDCcUgskd5cT9XKej5F8vTRZW9+ggyTF/tDuiNCRT060Tg6oaxXUGAqS
bgKc0GLDSrL0GZzQUH9AIqiRdttPVLGmKJMoLNa0JCJB0NTlBBmSayd4f8AF
CsLsT3BmkFT9jvCXgidKjf7s09q3nKxRWIrg2716V+bZmCoeY654jGnB8Tum
nQ7S4XlwPZ3SEZQQpOAEgTNlwRDBg8F4cFgrSpcrrLx9sMZgiD1+2UqfL5Fw
IoiJ/ELMSV7Y2DrW2AczexHAitJaIkW0mdmQiCY6C0rgRgJtOGfE32VaIukd
/JJYAQ5ok+DbiL7BrOabJSAUD4aDwxFkD4LL2bxTQg7OCR2GmouCmqoKDtWQ
FJoMHibl9InMhEjMabAg8VXBtfUpHYdXm55tFiWkk0CFjOM+LFXxBkIzqQlf
FiFtQ+BMmBTF5OJliQi7NYXsgnKUVZQSlkKRawJ1j5NhgJYP1Gg2OuKDXsvB
xX+dvnh1dTGg9dYKqoq/Aw92g0MxDeD7no80NxMww36fQMQTyfnAkmsEStTc
7SGC1g15drxx1YrTJ9dP2Sh+9fCbR295TLdANQUv7969C4i/GTYg57fy9OrV
81P51QP/4VieXz67vMNfKA39HvLv0UAe8ipdIcBPUWsR1NrkTlu3NfKfru87
25KH8ttFPsfQObiqQYEwkPKTwis+Dm5NvkH0QYS2PjholRlYTK7WXsV2VdLh
SgF9rneu2Ev3hGLdRkoM8rPwZCTezB1ab/7xZt1J12dYdY9Sdy4XdLqKHdsq
3aHL0OLDL1DyM1azUC9zAumgri6F1DRV/gyEDLo800B2WiLcjexgx9HTiqra
SYpuFmR+JKes0Urs82uDRw8HnpkuBvwa40cPHXF9eVFIZxpZig9jAr2d86r6
k6hKvZh1f09zhsj5Pn1yytJFebVjO7RrRF3OuJohlvC+ezcwrSOVbmS9P+g6
SApjXNlCcQrq69XbNYv+dbHtR/mymfTSz8duUX3sCqhvWwWTj+LjeLj9Ex51
vOv9wUry2e2JbP18lEhXM/5QNS/W6/VoZk+4NVYVcO2xTobv1cYe02he6eri
8unWSqnSOytpa1orHf/68eOH33I/i8ZipfMyk/8un+RRAq1RSC+xUlIiBd1a
Kckm1G05pnfV/Mb2WOlVjiChaDUvrhmmLZZaAjO3SEOA7xqArGCMhscqzB06
iLfHWNtFrYS2PdbQebxUrLqpqrE7VgD1rNqw3HOi5DGqq63Yi/ZDzhIlifbZ
ia0mxK0JMJqNYUigenJVHtDZ3KWfsBuHLFRzGYnbnkUIErkq4/sEU1NyU4BR
k3pPb5lolnK8S/PBQTiAllOzoenXetFk0poFJdDVqGZa56olFJP5fgo8uDVb
BQdKHDUST1s7dmKGl20cmDWpGiJ4w/GqAu8nJBUEeKpONLkzJ1xn7shFB/yi
GtrEJV9frxN56yokJtZwAtVReTWqCg1hIbN23RUXQIR6CtNNdY2WEExHIb8u
4cnTrJF0/8I22yytij+cuLKczFKLYeZoX7rzFCFOomZIbB3BVP5oFIvuKl5j
gKerE0FFYqrOUeOOe1lMrChwZD7Da7mMrVgqsvUY2A9izNbJknyqZIG7XXT5
gRs1UiEfKKMioDHnnKRMCF5NmUczR4ofxqwKz6rsYJUKIN31tpbcOZDtzA5d
rglrXToNczl5o0QXRODqnStt+L5AIGppUh1TQYcbkafXpx2o0HBMzeYWZe3e
7WrlzmRpliWvT4wvgpA19S40dSHp1Kjz54O32rftlsKS0tVPuHjs8yTR2K9Z
hmd/3FGG/08cg7LbEEoasOXwfD8qYdShNvdbMYksxUlTTqOJ2eFaqfdYZ6XV
ukoUfLHPXZtAKDZ0r8NtEEHteuIPhBZH1fAoWWmX63DBEEZN5eZzRQ6BawMX
H7A+CSnUSemMOaOsMkZfSPCpwcoxilM1LuMoIRr3WngMmLKWYzEb0omWuI44
IdklghGH9Wu1VbEkA6wzAouHFjqZuCKXE0tTxlzT4polGRfjCalM6Q+xwaye
dkzXHkO6Z1NSjlPSC9J/10Tm/liiCm4O1QWXXQ73cp5TZmoLh0psIKTVSR6t
d0q4ULibpnz8VLIe5w9pQlMh+DC9QvlUv+RMqWnPAObJ9zA/4QsLg5uKIlMX
38jpb8XdVdgO/RKfO6cZq1O+K97UVxlain/UI0p3yL4wXCkNZesqc1cv8g4B
HXFnvcz4pDkVofYqzp411cvNb89io5OnoxiJc5XxHQ0vPZ3FaZkQ8pE3SqMs
9JVZqUAQWQU83pGw5WyGvZ07YWdHTXn8YbfvdnQyg2Ok0ue0TB1osRIoiyy3
VbgnBQ2lh7VPljtEJFyAVYQ+2iq0Ok4eySTaEBafAech6MjnyfOqfs4c7NPl
SgTUfXaaz9WTughA5MLvY0brKJKSRUPQHS4mTMssdiEg9Qk6F9QcR6T6PZmd
CxiALDMF8wPYVPLWtIAw+dY06DqE6qpbLjO2fBWrmudQiQ67SX+LbDosti9L
/W8+Ga4b8Jq+theuJpTLhBmc5mbRJz7azYs7gUOA2VHLPViyM9gGAW3tbBp3
iLK8poUmHF3zgn117e5O2Gj2+uu5YWDlezGFESEicMcIIF+SV14p6278VH2f
hvTqhvG2czwiwDR54gpUKuNNJrmJkhSZKV8CYxVhtqgw2VIWb5t0JyvjyNf6
qDXqHki30JwCU5lVgWa+IEG3lorqbk02BdVcDuRrFMrDY6uv6+R05DyM+xJO
S00dLySc78tkxnczvO8zrD3Bq7IZ040pd32Hh/hAfweita0FJJxb7RNLpSVH
bjgtMcHOnRhAtzycKXhm8ZIZVbbRNZFTxLaTKH4vHc7sGq4PpDwzIUro0W5o
UdWA2BcyuPjdBQw7TriWxkyv+PA4LmUlbA22nuLt8M6yI5gAI6a6cEJkcfZi
mpioqfEp0Q45VTwAe6f2K4Dd+AxiSvuDzoULAEN8751XRTblnQS2JBM6lqn+
wNFrtWtTLq1QajvYRCpaX/cLGfj9AT/k/PtHb7VRiMsgNggrDerSVsNc9l93
pIzon3DbMQApcJEvZHHyenPN2kyWzwAUq8oK23zyoVSFLV2wwA5kK2C6UzhL
nIMQWJVug9y5DSrLIlCsA5LtSumgeRWu3dNtJBo7s5h6f9aUMTXvclB7j5t6
dfImqjiU8v26YM4iwOyqfVRVFX1S7Ao3dQm77nGMnE7orYLkZ3RHxJ6mn9zf
BBH/myYIgi6617bkS8yCboFrBf9TP6zMZFnmBFjV16DSFN+4SgByzSIHpe7u
D1WsWVmpJBct6MYxKCNgHtDjwYhr2gybeD4jsdO6dOr1jYr6bhLB6WYkXrpr
EaoAqofuHOgqKEBJEjodAPaQQL/+PqcizhLpPOXOhy4FosudfMmPAyzkK6Kd
Q5775sYDe0jc3GybQ7gwSPFwdyPEG1QovVQp6xHydVoOQLHxBLjK2pVfwBfP
OFfmGJ9yZC+fsJdrg2bJFprlKlWriC6MuCTfdrLrbjV45c99uuyN+NIn9wH0
znyWz68PurIMIb4iTsed776STRXruIOHEbsaxLqDN/2nIu/v65sDjv1tOGYY
/8zi6v1BqKx+AbLvXfxz0b67u/DFN+rdXTKVOVB32hZgfe+FqsblrJ6O1RYY
t67kbV8h7G0+aeudTdC1HofxL3ClcQvH//GOAunEv7xv2HLce9z1tppU/xfA
ldZp3/AG7aJPa0BGsxdW0fOTNPD/fdU+X9Vps//HnNcszchZdQIMv+x3ZGP3
uqWM1A396e6ru3u8x5eBgVTpfgbo5R4G3OstBqgJ+/OyQN3Xfh747R4m/Ps2
F9sN4J+XoaXao1T0cg877nWbm/4m9M/GF/1PG5UqqJF0Gr/PzDpVrgpjxf3Y
9SNV8tvBFMapBnxxU32AO6J7k6ejP4wO5W2hdEbpmHhBlRC4d0CbxdrUNMo1
TLi6jtHR6jkI5Mvnmjp2G+wqO7alf38m8XIxMHH/w/oLavRMdaqr1YZff02D
KmxoJcPuH6sBKZF1zST3/7Pun1m3/9X6ofgfHGmnhPY9AAA=

-->

</rfc>
