<?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.30 (Ruby 3.4.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-spice-glue-id-05" category="std" consensus="true" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="SPICE GLUE">GLobal Unique Enterprise (GLUE) Identifiers</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-spice-glue-id-05"/>
    <author fullname="Brent W. Zundel">
      <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="2026" month="February" day="16"/>
    <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 79?>

<t>This specification establishes a URN namespace for
GLobal Unique Enterprise (GLUE) Identifiers.
This enables URN identifiers to be used for businesses and organizations.
It enables organizational identities from existing authorities to be represented within this 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 86?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>There are myriad entity identifier types for businesses and organizations.
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 a 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.</t>
        <t>A business entity can be identified by multiple GLUE URIs,
but each GLUE URI can only refer to a single business entity.</t>
        <t>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 is
necessary at the GLUE URI level. Such namespacing <bcp14>MUST</bcp14> be done on the Authority
Identifier. The combination of the namespacing and the authority <bcp14>MUST</bcp14> result in
a unique Authority Identifier.</t>
        <t>For example, assume there is an External Authority FEA that provides identifiers
for organizations in Singapore and South Korea. The identifiers issued in
Singapore are unique within Singapore, and the identifiers issued in South Korea
are unique within South Korea, but there is no guarantee that an organization in
Singapore will not be assigned the same identifier as an organization in South
Korea. Upon registration of FEA as an Authority Identifier, it would be
necessary to separately register two different Authority Identifiers (e.g.,
FEA-SG and FEA-KR) to provide differentiation between the two sets of External
Identifiers.</t>
      </section>
    </section>
    <section anchor="glue-uris">
      <name>GLUE URIs</name>
      <t>GLUE URIs comply with <xref target="RFC3986"/>.
They begin with <tt>urn: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 or digit and followed by any combination of letters, digits, plus ("+"),
hyphen ("-"), or period (".").
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. There is a limit of 50 characters
for the length of an Authority Identifier.
The ABNF <xref target="RFC5234"/> for Authority Identifiers is:</t>
      <t><tt>
authority-identifier = (ALPHA/DIGIT) *49( 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 ("+"), hyphen ("-"), or period (".").
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. There is a limit of 1000 characters for an External Identifier.
The ABNF <xref target="RFC5234"/> for External Identifiers is:</t>
      <t><tt>
external-identifier = ( ALPHA / DIGIT / "-" ) *999( ALPHA / DIGIT / "+" / "-" / "." )
</tt></t>
      <t>Combining these, the ABNF <xref target="RFC5234"/> for a GLUE URI is:</t>
      <t><tt>
glue-uri = "urn:glue:" authority-identifier ":" external-identifier
</tt></t>
      <t>For example, the following is a GLUE URI using the Authority Identifier "pen"
and the External Identifier "32473":</t>
      <t><tt>
urn:glue:pen:32473
</tt></t>
      <t>A GLUE URI is defined over the restricted US-ASCII syntax specified in this
section. Percent-encoding is not permitted. Consequently, GLUE URIs do not
support representation of External Identifiers whose canonical form includes
non-ASCII characters. This specification is therefore limited to identifier
systems whose canonical representations are fully within the permitted character
set.</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>
          <tr>
            <td align="left">ISO/IEC 6523</td>
            <td align="left">iso6523</td>
            <td align="left">https://www.iso.org/standard/82246.html</td>
          </tr>
        </tbody>
      </table>
      <t>They are registered in the GLUE Authority Identifier URN Registry in <xref target="GLUE-URN"/>.</t>
      <section anchor="equivalence-to-similar-uris">
        <name>Equivalence to Similar URIs</name>
        <t>A GLUE URI is an identifier in a distinct URN namespace. By default, a GLUE URI
is not equivalent to any other URI, including a URI defined by the referenced
authority's own namespace. Equivalence between a GLUE URI and a non-GLUE URI
exists only when explicitly specified for a given Authority Identifier.
Implementations and relying parties <bcp14>MUST NOT</bcp14> assume equivalence between GLUE
URIs and non-GLUE URIs unless such equivalence is explicitly defined by the
authority or documented in the relevant registry entry.</t>
        <section anchor="lei-urns">
          <name>LEI URNs</name>
          <t><xref target="LEI-IANA"/> registers a URN namespace for LEIs. This means that LEIs can be
represented as URNs in at least two ways. Therefore there is an equivalence
between a GLUE URI with an "lei" Authority Identifier and an LEI URN, provided
the 20-digit LEI Code of the LEI URN is identifical to the External Identifier
of the GLUE URI. For example, "urn:lei:INR2EJN1ERAN0W5ZP974" is equivalent to
"urn:glue:lei:INR2EJN1ERAN0W5ZP974".</t>
        </section>
      </section>
    </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. For
example, this is the case for some registered sole-proprietor businesses in the
United States, where the Tax ID may be the same as the Social Security Number
(SSN) of the business owner. Where the Tax ID uniquely identifies the business,
the SSN uniquely identifies an individual.</t>
        <t>It is possible for such business 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 be aware 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 a registry and populates it with its initial contents.</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: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.
The Designated Experts verify that a specification exists. Experts are
encouraged to be biased towards approving registrations unless they are abusive,
frivolous, or actively harmful (not merely aesthetically displeasing or
architecturally dubious).</t>
      <t>Denials should include an explanation and, if applicable,
suggestions as to how to make the request successful.
If the designated experts are not responsive,
the registration requesters should contact IANA to escalate the process.</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="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:glue:" namespace.
The organization responsible for the Authority Identifier is recorded.</t>
        <t>IANA is requested to create the
"GLobal Unique Enterprise (GLUE) Identifiers"
registry group located at
https://www.iana.org/assignments/glue-identifiers/
and place this registry there.</t>
        <section anchor="registration-template">
          <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 with a mazimum length of 50,
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:glue:" namespace
consisting of "urn: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">
          <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: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, <xref target="GLN"/></t>
              </li>
            </ul>
          </section>
          <section anchor="lei">
            <name>lei</name>
            <ul spacing="normal">
              <li>
                <t>Authority Identifier: lei</t>
              </li>
              <li>
                <t>URN: urn: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, <xref target="LEI"/>, <xref target="LEI-IANA"/></t>
              </li>
            </ul>
          </section>
          <section anchor="duns">
            <name>duns</name>
            <ul spacing="normal">
              <li>
                <t>Authority Identifier: duns</t>
              </li>
              <li>
                <t>URN: urn: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, <xref target="DUNS"/></t>
              </li>
            </ul>
          </section>
          <section anchor="pen">
            <name>pen</name>
            <ul spacing="normal">
              <li>
                <t>Authority Identifier: pen</t>
              </li>
              <li>
                <t>URN: urn: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, <xref target="PEN"/>, <xref target="RFC9371"/></t>
              </li>
            </ul>
          </section>
          <section anchor="iso6523">
            <name>iso6523</name>
            <ul spacing="normal">
              <li>
                <t>Authority Identifier: iso6523</t>
              </li>
              <li>
                <t>URN: urn:glue:iso6523</t>
              </li>
              <li>
                <t>Organization: ISO/IEC 6523</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Specification Document(s): <xref target="authority-identifiers"/> of this specification, <xref target="ISO6523"/></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="GLN" target="https://www.gs1.org/standards/id-keys/gln">
          <front>
            <title>Global Location Nymber (GLN)</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="DUNS" target="https://www.dnb.com/duns.html">
          <front>
            <title>D-U-N-S Numbers</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LEI" target="https://www.iso.org/standard/78829.html">
          <front>
            <title>Legal Entity Identifier (LEI)</title>
            <author>
              <organization/>
            </author>
            <date year="2020"/>
          </front>
        </reference>
        <reference anchor="PEN" target="https://www.iana.org/assignments/enterprise-numbers">
          <front>
            <title>Private Enterprise Numbers</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="ISO6523" target="https://www.iso.org/standard/82246.html">
          <front>
            <title>ISO/IEC 6523-1:2023. Information technology — Structure for the identification of organizations and organization parts, Part 1: Identification of organization identification schemes</title>
            <author>
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </reference>
        <reference anchor="LEI-IANA" target="https://www.iana.org/assignments/urn-formal/lei">
          <front>
            <title>LEI Namespace Identifier</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </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>
        <reference anchor="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC9371">
          <front>
            <title>Registration Procedures for Private Enterprise Numbers (PENs)</title>
            <author fullname="A. Baber" initials="A." surname="Baber"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="March" year="2023"/>
            <abstract>
              <t>This document describes how Private Enterprise Numbers (PENs) are registered by IANA. It shows how to request a new PEN and how to modify a current PEN. It also gives a brief overview of PEN uses.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9371"/>
          <seriesInfo name="DOI" value="10.17487/RFC9371"/>
        </reference>
      </references>
    </references>
    <?line 441?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Carsten Bormann,
Tim Bray,
Patrik Fältström,
Arnt Gulbrandsen,
Sue Hares,
John Klensin,
Martin Lindström,
Rohan Mahy,
James Manger,
Orie Steele,
Alexander (A.J.) Stein,
Martin Thomson,
and Peter Yee
contributed to this specification.</t>
    </section>
    <section numbered="false" anchor="document-history">
      <name>Document History</name>
      <t>-05</t>
      <ul spacing="normal">
        <li>
          <t>Added ISO/IEC 6523 identifiers.</t>
        </li>
        <li>
          <t>The first character of the Authority Identifier may be a digit.</t>
        </li>
        <li>
          <t>Fixed wording in IANA Considerations.</t>
        </li>
        <li>
          <t>Limited character set to US-ASCII.</t>
        </li>
        <li>
          <t>Fixed multiple nits from WGLC.</t>
        </li>
      </ul>
      <t>-04</t>
      <ul spacing="normal">
        <li>
          <t>Applied review suggestions from Martin Thomson, specifically:
          </t>
          <ul spacing="normal">
            <li>
              <t>Added references for each registered Authority Identifier.</t>
            </li>
            <li>
              <t>Added size limits for Authority Identifiers and External Identifiers.</t>
            </li>
            <li>
              <t>Added a note about LEI URNs.</t>
            </li>
          </ul>
        </li>
      </ul>
      <t>-03</t>
      <ul spacing="normal">
        <li>
          <t>Use the urn:glue URN namespace and delete the urn:ietf:spice URN namespace.</t>
        </li>
        <li>
          <t>Addressed early IANA feedback.</t>
        </li>
      </ul>
      <t>-02</t>
      <ul spacing="normal">
        <li>
          <t>Improved several descriptions in the specification.</t>
        </li>
      </ul>
      <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:
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

-->

</rfc>
