<?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-08" 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-08"/>
    <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="March" day="15"/>
    <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 81?>

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

<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 an IANA 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 URN.</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 URN:</dt>
          <dd>
            <t>a URN that uses the GLUE URN namespace established in this specification.</t>
          </dd>
          <dt>Authority Identifier:</dt>
          <dd>
            <t>identifier for the External Authority responsible for assigning the External Identifiers used in GLUE URNs over which it has jurisdiction.</t>
          </dd>
          <dt>External Identifier:</dt>
          <dd>
            <t>identifier assigned by an External Authority to identify a particular organization within GLUE URNs with Authority Identifier(s) over which it has jurisdiction.</t>
          </dd>
          <dt>External Authority:</dt>
          <dd>
            <t>an organization that allocates External Identifiers over which it has jurisdiction that are used in GLUE URNs with its Authority Identifier(s).</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="core-concepts">
      <name>Core Concepts</name>
      <t>Every GLUE URN <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 URN is globally unique identifier.
An organization can be identified by multiple GLUE URNs,
but each distinct GLUE URN can only refer to a single organization.
If multiple External Authorities have issued identifiers for the same organization
(e.g., the organization has both a Dun &amp; Bradstreet number and a Private Enterprise Number),
then the same organization can be identified by GLUE URNs differentiated by the Authority Identifier.</t>
        <t>It is assumed that most registered organizational entity identification schemes
already handle any namespacing necessary to achieve uniqueness 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 URN level.
Such namespacing could be done by allocating multiple Authority Identifiers.
The combination of the Authority Identifier and the External Identifier
<bcp14>MUST</bcp14> result in a unique GLUE URN.</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-urns">
      <name>GLUE URNs</name>
      <t>GLUE URNs comply with <xref target="RFC8141"/>.
They begin with "urn:glue:" 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 <bcp14>MUST</bcp14> do so with lowercase letters.
Always using the canonical form of these URNs means that code performing comparisons
need not be aware of whether External Identifiers are case-sensitive or not;
case-sensitive comparisons can always be performed
on the namespace specific string.</t>
      <t>While the original representation of some External Identifiers may contain
characters that are ignored, these <bcp14>MUST</bcp14> be omitted when used in GLUE URNs.
For instance, Dun &amp; Bradstreet <xref target="DUNS"/> identifiers sometimes contain
hyphen characters that are ignored.
The DUNS numbers 12-345-6789 and 123456789 are considered to be equivalent.
The latter form without the ignored characters <bcp14>MUST</bcp14> be used
as the External Identifier in GLUE URNs.</t>
      <t>Finally, documents that define a new Authority Identifier type
<bcp14>MUST NOT</bcp14> allow the representation of an External Identifier
to contain the colon character.
Specifications <bcp14>MUST</bcp14> define a substitute character,
such as period, that is used in place of a colon in External Identifiers.
Any substitution can be specified in the Transformation Rules
in the IANA registration for an Authority Identifier; see <xref target="GLUE-Authority-Reg"/>.</t>
      <t>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 URN is:</t>
      <t><tt>
glue-urn = "urn:glue:" authority-identifier ":" external-identifier
</tt></t>
      <t>For example, the following is a GLUE URN using the Authority Identifier "pen"
and the External Identifier "32473". This example uses the Enterprise Number "32473" reserved for documentation in <xref target="RFC5612"/>.</t>
      <t><tt>
urn:glue:pen:32473
</tt></t>
      <t>A GLUE URN is defined over the restricted US-ASCII syntax specified in this
section. Percent-encoding is not permitted. Consequently, GLUE URNs do not
support representation of External Identifiers that use
non-ASCII characters. This specification is therefore limited to identifier
systems whose representations can be expressed fully within the permitted character set.</t>
      <t>The Authority Identifier <bcp14>MUST</bcp14> be registered in the GLUE URN Authority Identifier registry
defined in <xref target="GLUE-Authority-Reg"/>.
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 GLUE Authority Identifiers listed in <xref target="glue-def"/>.</t>
      <table anchor="glue-def">
        <name>Defined GLUE Authority Identifiers</name>
        <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>These are registered in the GLUE Authority Identifier URN Registry in <xref target="GLUE-Authority-Reg"/>.</t>
      <section anchor="equivalence-to-similar-urns">
        <name>Equivalence to Similar URNs</name>
        <t>A GLUE URN is an identifier in a distinct URN namespace. By default, a GLUE URN
is not equivalent to any other URN, including a URN defined by the referenced
authority's own namespace. Equivalence between a GLUE URN and a non-GLUE URN
exists only when explicitly specified for a given Authority Identifier.
Implementations and relying parties <bcp14>MUST NOT</bcp14> assume equivalence between GLUE
URNs and non-GLUE URNs unless such equivalence is explicitly defined by the
authority and the party understands that particular Authority Identifier
and the specified equivalance.</t>
        <section anchor="lei-urns">
          <name>LEI URNs</name>
          <t><xref target="LEI-IANA"/> registers a URN namespace for Legal Entity Identifiers (LEIs).
This means that LEIs can be
represented as URNs in at least two ways. Therefore there is an equivalence
between a GLUE URN with an "lei" Authority Identifier and an LEI URN, provided
the 20-digit LEI Code of the LEI URN is identical to the External Identifier
of the GLUE URN. 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>The security considerations inherent to using URNs apply.
Security considerations for URNs can be found in <xref target="RFC8141"/>.</t>
      <t>The global uniqueness of GLUE URNs prevents situations in which
the same identifier is allocated in different local namespaces
and cannot be disambiguated when used.
For instance both Canadian and Singaporean organization registries might use
the local identifier "42", but with these referring to different organizations.
Embedding these local identifiers in GLUE URNs enables disambiguation.</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 URNs. An
identifier's expression as a GLUE URN does not change the privacy
characteristics of that identifier. The same cautions and concerns need to be
taken with the GLUE URN representation as with the original identifier.</t>
        <t>Implementers storing or evaluating GLUE URNs are encouraged to be aware the
privacy characteristics of each identification scheme represented by an
Authority Identifier and to appropriately handle any GLUE URN which violates
privacy policies.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="GLUE-Authority-Reg">
        <name>GLUE Authority Identifier Registry</name>
        <t>This specification establishes the
IANA "GLUE Authority Identifier" registry
creating a URN namespace for Authority Identifiers for
GLobal Unique Enterprise (GLUE) Identifiers.</t>
        <t>Each entry registers 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>
        <t>Values are registered on a Specification Required (<xref section="4.6" sectionFormat="of" 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 references an existing organizational registry
operated by an External Authority identified by the proposed Authority Identifier.</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="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 URNs.
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>Transformation Rules:</dt>
            <dd>
              <t>Syntactic transformations applied to the original External Identifiers when creating the GLUE URN, or "N/A" if none.</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, or home page URL) 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>
            <dl spacing="compact">
              <dt>Authority Identifier:</dt>
              <dd>
                <t>gln</t>
              </dd>
              <dt>URN:</dt>
              <dd>
                <t>urn:glue:gln</t>
              </dd>
              <dt>Organization:</dt>
              <dd>
                <t>GS1</t>
              </dd>
              <dt>Transformation Rules:</dt>
              <dd>
                <t>N/A</t>
              </dd>
              <dt>Change Controller:</dt>
              <dd>
                <t>IETF</t>
              </dd>
              <dt>Specification Document(s):</dt>
              <dd>
                <t><xref target="authority-identifiers"/> of this specification, <xref target="GLN"/></t>
              </dd>
            </dl>
          </section>
          <section anchor="lei">
            <name>lei</name>
            <dl spacing="compact">
              <dt>Authority Identifier:</dt>
              <dd>
                <t>lei</t>
              </dd>
              <dt>URN:</dt>
              <dd>
                <t>urn:glue:lei</t>
              </dd>
              <dt>Organization:</dt>
              <dd>
                <t>GLEIF</t>
              </dd>
              <dt>Transformation Rules:</dt>
              <dd>
                <t>Convert uppercase characters to lowercase.</t>
              </dd>
              <dt>Change Controller:</dt>
              <dd>
                <t>IETF</t>
              </dd>
              <dt>Specification Document(s):</dt>
              <dd>
                <t><xref target="authority-identifiers"/> of this specification, <xref target="LEI"/>, <xref target="LEI-IANA"/></t>
              </dd>
            </dl>
          </section>
          <section anchor="duns">
            <name>duns</name>
            <dl spacing="compact">
              <dt>Authority Identifier:</dt>
              <dd>
                <t>duns</t>
              </dd>
              <dt>URN:</dt>
              <dd>
                <t>urn:glue:duns</t>
              </dd>
              <dt>Organization:</dt>
              <dd>
                <t>Dun &amp; Bradstreet</t>
              </dd>
              <dt>Transformation Rules:</dt>
              <dd>
                <t>Delete hyphen characters.</t>
              </dd>
              <dt>Change Controller:</dt>
              <dd>
                <t>IETF</t>
              </dd>
              <dt>Specification Document(s):</dt>
              <dd>
                <t><xref target="authority-identifiers"/> of this specification, <xref target="DUNS"/></t>
              </dd>
            </dl>
          </section>
          <section anchor="pen">
            <name>pen</name>
            <dl spacing="compact">
              <dt>Authority Identifier:</dt>
              <dd>
                <t>pen</t>
              </dd>
              <dt>URN:</dt>
              <dd>
                <t>urn:glue:pen</t>
              </dd>
              <dt>Organization:</dt>
              <dd>
                <t>Private Enterprise Numbers</t>
              </dd>
              <dt>Transformation Rules:</dt>
              <dd>
                <t>N/A</t>
              </dd>
              <dt>Change Controller:</dt>
              <dd>
                <t>IETF</t>
              </dd>
              <dt>Specification Document(s):</dt>
              <dd>
                <t><xref target="authority-identifiers"/> of this specification, <xref target="PEN"/>, <xref target="RFC9371"/></t>
              </dd>
            </dl>
          </section>
          <section anchor="iso6523">
            <name>iso6523</name>
            <dl spacing="compact">
              <dt>Authority Identifier:</dt>
              <dd>
                <t>iso6523</t>
              </dd>
              <dt>URN:</dt>
              <dd>
                <t>urn:glue:iso6523</t>
              </dd>
              <dt>Organization:</dt>
              <dd>
                <t>ISO/IEC 6523</t>
              </dd>
              <dt>Transformation Rules:</dt>
              <dd>
                <t>Substitute period for any colon characters.</t>
              </dd>
              <dt>Change Controller:</dt>
              <dd>
                <t>IETF</t>
              </dd>
              <dt>Specification Document(s):</dt>
              <dd>
                <t><xref target="authority-identifiers"/> of this specification, <xref target="ISO6523"/></t>
              </dd>
            </dl>
          </section>
        </section>
      </section>
      <section anchor="urn-namespace-registration">
        <name>URN Namespace Registration</name>
        <t>This specification registers the following URN namespace in the
IANA "Formal URN Namespaces" registry <xref target="IANA.URN"/> established by <xref target="RFC8141"/>.</t>
        <section anchor="urnglue">
          <name>urn:glue</name>
          <dl spacing="compact">
            <dt>Namespace Identifier:</dt>
            <dd>
              <t>glue</t>
            </dd>
            <dt>Version:</dt>
            <dd>
              <t>1</t>
            </dd>
            <dt>Date:</dt>
            <dd>
              <t>2026-03-02</t>
            </dd>
            <dt>Registrant:</dt>
            <dd>
              <t>IETF</t>
            </dd>
            <dt>Purpose:</dt>
            <dd>
              <t>GLobal Unique Enterprise (GLUE) identifier namespace,
established by [[ this specification ]]</t>
            </dd>
            <dt>Syntax:</dt>
            <dd>
              <t>As specified in the glue-urn ABNF entry in <xref target="glue-urns"/> of [[ this specification ]]</t>
            </dd>
            <dt>Assignment:</dt>
            <dd>
              <t>Specification Required (<xref section="4.6" sectionFormat="of" target="RFC8126"/>) basis</t>
            </dd>
            <dt>Security and Privacy:</dt>
            <dd>
              <t>GLUE URNs are public identifiers for public entities.</t>
            </dd>
            <dt>Interoperability:</dt>
            <dd>
              <t>GLUE URNs encapsulate other existing identifier namespaces.
Therefore, they provide a globally unique equivalent to identifiers within
those local namespaces.
Some of those namespaces may also utilize URNs.</t>
            </dd>
            <dt>Resolution:</dt>
            <dd>
              <t>Resolution of GLUE URNs, which are identifiers, is not performed.</t>
            </dd>
            <dt>Documentation:</dt>
            <dd>
              <t>[[ this specification ]]</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>N/A</t>
            </dd>
            <dt>Revision Information:</dt>
            <dd>
              <t>N/A</t>
            </dd>
          </dl>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="RFC8141">
          <front>
            <title>Uniform Resource Names (URNs)</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="April" year="2017"/>
            <abstract>
              <t>A Uniform Resource Name (URN) is a Uniform Resource Identifier (URI) that is assigned under the "urn" URI scheme and a particular URN namespace, with the intent that the URN will be a persistent, location-independent resource identifier. With regard to URN syntax, this document defines the canonical syntax for URNs (in a way that is consistent with URI syntax), specifies methods for determining URN-equivalence, and discusses URI conformance. With regard to URN namespaces, this document specifies a method for defining a URN namespace and associating it with a namespace identifier, and it describes procedures for registering namespace identifiers with the Internet Assigned Numbers Authority (IANA). This document obsoletes both RFCs 2141 and 3406.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8141"/>
          <seriesInfo name="DOI" value="10.17487/RFC8141"/>
        </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="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="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>
        <reference anchor="IANA.URN" target="https://www.iana.org/assignments/urn-namespaces/">
          <front>
            <title>Formal URN Namespaces</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC5612">
          <front>
            <title>Enterprise Number for Documentation Use</title>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="D. Harrington" initials="D." surname="Harrington"/>
            <date month="August" year="2009"/>
            <abstract>
              <t>This document describes an Enterprise Number (also known as SMI Network Management Private Enterprise Code) for use in documentation. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5612"/>
          <seriesInfo name="DOI" value="10.17487/RFC5612"/>
        </reference>
      </references>
    </references>
    <?line 598?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Amanda Baber,
Carsten Bormann,
Mohamed Boucadair,
Tim Bray,
Deb Cooley,
Patrik Fältström,
Arnt Gulbrandsen,
Sue Hares,
John Klensin,
Erik Kline,
Martin Lindström,
Rohan Mahy,
James Manger,
Peter Saint-Andre,
Orie Steele,
Alexander (A.J.) Stein,
Martin Thomson,
Éric Vyncke,
Dale Worley,
and Peter Yee
contributed to this specification.</t>
    </section>
    <section numbered="false" anchor="document-history">
      <name>Document History</name>
      <t>-08</t>
      <ul spacing="normal">
        <li>
          <t>Addressed urn:glue registration feedback by Dale Worley
about identifier uniqueness and defining Transformation Rules, when needed.</t>
        </li>
        <li>
          <t>Addressed urn:glue registration feedback by Peter Saint-Andre
about using "URN" rather than "URI",
applying suggested language about when
multiple External Authorities have issued identifiers for the same organization,
and correcting issues with the registry descriptions.</t>
        </li>
      </ul>
      <t>-07</t>
      <ul spacing="normal">
        <li>
          <t>Registered urn:glue per Amanda Baber's instructions.</t>
        </li>
      </ul>
      <t>-06</t>
      <ul spacing="normal">
        <li>
          <t>Addressed Deb Cooley's review comments, specifically:
          </t>
          <ul spacing="normal">
            <li>
              <t>Reworked term definitions.</t>
            </li>
            <li>
              <t>Added security consideration about uniqueness of GLUE URIs.</t>
            </li>
            <li>
              <t>Updated registration instructions to include a criterion about
an existing organizational registry operated by an External Authority
identified by the proposed Authority Identifier.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Addressed Mohamed Boucadair's review comments, specifically:
          </t>
          <ul spacing="normal">
            <li>
              <t>Used neutral language "organization" that doesn't assume that all organizations are businesses.</t>
            </li>
            <li>
              <t>Reworded confusing text about uniqueness.</t>
            </li>
            <li>
              <t>Made the RFC 5234 reference normative.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Addressed Erik Kline's review comments, specifically:
          </t>
          <ul spacing="normal">
            <li>
              <t>Expanded LEI on first use to Legal Entity Identifier (LEI).</t>
            </li>
            <li>
              <t>Included instructions to the designated experts about ensuring that
the registration references an existing organizational registry
operated by an External Authority identified by the proposed Authority Identifier.</t>
            </li>
          </ul>
        </li>
      </ul>
      <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>
