Skip to content

Commit

Permalink
Create edu.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Apr 5, 2023
1 parent f649979 commit 8c2d89e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions id/Internet2/edu.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
===== T&I namespaces and assigned identifiers belong to one of the following Types


* OIDs
* URNs
* URLs
* Namespaces
* Specs
* Schema
* Fed entities(?)
===== Consolidated registry for the above


* Construct a Trust and Identity registry tree, top level of which should be 'https://id.internet2.edu/ti'.
* Next path element under /ti is one item from the controlled enum: oid', 'urn', 'url', 'spec', 'schema'
** E.g.'https://id.internet2.edu/ti/urn'
* Final fragment (after #) is an identifier of the type labeled by the parent node and must be unique within the scope of that parent
** E.g. https://id.internet2.edu/ti/urn#mace:osu.edu
* All Registry URLs must be
** Resolvahle
** Immutable
* What should the unique identifier resolve to?
** A populated instance of a defined data structure TBD

* Open Issue: What should be included in the Entry data structure?

====== Management of the Registry

* There must be defined processes for assigning URLs of each Type
** The current process for assigning MACE URNs provides a starting point model for such processes
* There should be a Registrar responsible for Registry operations overall
* Delegated admins may be assigned responsibilities for specific entry Types
* Processes mush be reliable and timely

0 comments on commit 8c2d89e

Please sign in to comment.