Internet-Draft | SPICE GLUE: GLobal Unique Enterprise Ide | July 2024 |
Zundel | Expires 6 January 2025 | [Page] |
This specification defines the glue
URI scheme and the rules for encoding
these URIs. It also establishes the registries necessary for management of this
scheme.¶
This note is to be removed before publishing as an RFC.¶
The latest revision of this draft can be found at https://mesur-io.github.io/draft-zundel-spice-glue-id/draft-zundel-spice-glue-id.html. Status information for this document may be found at https://datatracker.ietf.org/doc/draft-zundel-spice-glue-id/.¶
Discussion of this document takes place on the Secure Patterns for Internet CrEdentials Working Group mailing list (mailto:spice@ietf.org), which is archived at https://mailarchive.ietf.org/arch/browse/spice/. Subscribe at https://www.ietf.org/mailman/listinfo/spice/.¶
Source for this draft and an issue tracker can be found at https://github.com/mesur-io/draft-zundel-spice-glue-id.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 6 January 2025.¶
Copyright (c) 2024 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
Enterprise entity identifiers are myriad. With the increasing use of digitial 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.¶
This specification defines a URI scheme that standardizes the expression of existing company entity identifers and establishes a registry for managing how these existing identifiers relate to this scheme.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
For the remainder of this document, the term "glue URI" is used to refer to a URI that uses the glue scheme.¶
Every glue URI, whether expressed as a string or encoded in binary MUST be comprised of the following components:¶
The Authority Identifier indicates the external authority responsible for assigning the External Number and the scheme used to do so.¶
The External Number is the identifier assigned to the company by the external authority.¶
All glue URIs comply with [RFC3986] and are therefore represented by a scheme identifier and a scheme-specific part. The scheme identifier is: glue, and the scheme-specific parts are represented as a sequence of alphanumeric components separated by the '.' character. A formal definition is provided in the next section, but it can informally be considered as:¶
glue:<authority-identifier>.<external-number>¶
The Authority Identifier MUST be an alphanumeric string from the "Scheme" field of the glue URI Authority Identifier registry. The External Number MUST be the identifier assigned to the company by the external authority under the identified scheme.¶
TODO ABNF¶
TODO DIDs and glue¶
TODO Security¶
The following sections detail requests to IANA for the creation of a new registry.¶
TODO guidance for designated experts¶
TODO acknowledge.¶