Download presentation
Presentation is loading. Please wait.
1
What do OpenID, Higgins, I-Names, and XDI Have in Common? An OASIS Webinar on XRI and XRDS May 6, 2008 Gabe Wachob, XRI TC Co-Chair Paul Trevithick, The Higgins Project Drummond Reed, XRI TC Co-Chair John Bradley, ooTao, OpenID Les Chasen, NeuStar XRI GRS Markus Sabadello, XDI.org
2
What do OpenID, Higgins, i-names, and XDI have in common? They all use two new OASIS technologies you may not even have heard of yet. How did these specifications already become key building blocks of the Internet identity layer? What problems do they solve? Where do they fit with the work of other OASIS Technical Committees? That’s what we’ll cover today...
3
OASIS XRI Technical Committee Formed January 2003
4
XRI (Extensible Resource Identifier) n A new type of Internet identifier (URI) designed expressly for digital identity n An open standard for abstract structured identifiers l Abstract, i.e., identifiers upon which discovery can be performed l Structured, i.e., a syntactic framework for expressing identifiers – “XML for identifiers”
5
XRDS (Extensible Resource Descriptor Sequence) n A simple, extensible service discovery format for XRIs or URLs n The logical equivalent of a DNS resource record at the XRI layer of identification n The discovery format used by OpenID 2.0, OAuth, and Higgins
6
Local Path/Query IP Address Domain Name URI/IRI Abstract Identifier Layer Reassignable XRI “i-names” Persistent XRI “i-numbers” XRDS Docu- ment XRDS Resolution TN (Tele- phone Number) Other concrete identifier types Concrete Identifier Layer Synonyms
7
Examples of XRI i-names n Human-friendly reassignable identifiers =gmw = 用例 @boeing @cordance*drummond.reed +flower $xml
8
Examples of XRI i-numbers n Persistent identifiers (never reassigned) =!7a42.cd93.40f4.18e5 =!7a42.cd93.40f4.18e5!283 @!b3a7.5537.9fea.31ec +!3792 +!3792!14
9
Examples of XRI cross-references n Identifiers reused across contexts =(mailto:gabe.wachob@gmail.com) =(http://equalsdrummond.name) @(http://boeing.com) @cordance*(urn:isbn:0-395-36341-1) +flower*(http://en.wikipedia.org/rose)
10
Examples of XRIs transformed into URIs n XRI Syntax 2.0 defines a strict trans- formation of an XRI into an IRI and URI xri://=drummond.reed xri://=%E7%94%A8%E4%BE%8B xri://@!b3a7.5537.9fea.31ec!133 xri://=(mailto:gabe.wachob@gmail.com) xri://@cordance*(urn:isbn:0-395-36341-1)
11
*example 2005-05-30T09:30:10Z xri://= xri://=example.name xri://=!7c4.58ff.7c9a.e285 xri://$res*auth*($v*2.0) http://res.example.com/=!7c4.58ff.7c9a.e285/ http://openid.net/server/1.0 http://specs.openid.net/auth/2.0/signon +openid http://authn.example.com/openid/ Query and synonyms Service #1 Service #2 Example XRDS document
12
The XRI 2.0 specifications n XRI Syntax 2.0 l Explicit syntax for reassignable and persistent identifiers l Global context symbols l Cross-references for identifier reuse across contexts l Flexible delegation at all levels of hierarchy l Lossless transformation into IRI and URI forms n XRI Resolution 2.0 l HTTP(S)-based resolution protocol l XRDS: simple XML discovery document format l Synonym management and verification l Service endpoint selection logic l Redirect and Ref processing
13
Why have XRI and XRDS already become key building blocks of the Internet identity layer?
14
Not only have XRI and XRDS become an integral part of OpenID 2.0, but the XRI technical community is now a strong part of the OpenID community. — Bill Washburn Executive Director, OpenID Foundation
15
XRI and XRDS have become essential elements of the Higgins Project. Without them, we couldn’t fully implement the abstract data model that is the heart of Higgins and the key to user-controlled identity and data sharing. — Paul Trevithick Higgins Project Lead
16
Where are XRI and XRDS being used today? n OpenID 2.0 n OAuth Discovery n Higgins Project n XDI.org i-name/i-number registries n XDI data sharing
17
Case Study: the top 3 problems XRI/XRDS solved for OpenID 2.0 n Extensible service discovery n OpenID recycling n Automatic secure resolution http://middleware.internet2.edu/idtrust/2008/papers/01-reed-openid-xri-xrds.pdf
18
What is OpenID? n An open community specification for user-centric Internet authentication l Based on the concept that users can have their own globally-resolvable identifiers and OpenID authentication providers n Primary use case: eliminate the need for different usernames and passwords at every website
22
Relying Party (RP) User Discovery OpenID Provider (OP) 2 3 4 1 5 XRDS Document =drummond.reed
23
Problem #1: Extensible service discovery n OpenID 2.0 need to describe what versions an OpenID identifier supports n Also what OpenID extensions it supports (SREG, AX, PAPE, etc.) n And what other services may be available (e.g., OAuth, SAML, XDI) n And it needed redundant, prioritized OpenID provider endpoint URLs
24
Solution: XRDS documents n Simple, standard discovery format n Can be hosted on any blog, web server, IdM system, etc. n Easily extensible using new URIs or XRIs to define service types n Can be extended with elements from any other namespace
25
*example 2005-05-30T09:30:10Z xri://= xri://=!7c4.58ff.7c9a.e285 xri://$res*auth*($v*2.0) http://res.example.com/=! 7c4.58ff.7c9a.e285/ http://openid.net/server/1.0 http://specs.openid.net/auth/2.0/signon +openid http://authn.example.com/openid/ https://secure-authn.example.com/openid/ http://example.com/bob
26
Problem #2: OpenID recycling n With usernames/passwords, usernames can be recycled l The service provider controls the binding with the credential n With OpenID, that’s no longer true l The user controls the binding to the credential! l Losing control of the identifier = losing control of the credential
27
Solution: persistent synonyms n Bind a recyclable OpenID identifier with a non-recyclable (persistent) identifier, e.g., an XRI i-number n Always authenticate based on the persistent i-number n Treat the recyclable identifier as only a temporary handle for the i-number n The user always stays protected
28
*example 2005-05-30T09:30:10Z xri://= xri://=!7c4.58ff.7c9a.e285 xri://$res*auth*($v*2.0) http://res.example.com/=!1234.5678.a1b2.c3d4/ http://openid.net/openid/1.1 http://openid.net/openid/2.0 +openid http://authn.example.com/openid/
29
Problem #3: Automatic secure resolution n OpenID could not specify HTTPS resolution for all OpenID URLs l Too many users do not have access to HTTPS certs or infrastructure l Thus the default had to be HTTP l This forces users with HTTPS URLs to type the entire string, e.g., https://my.openid.identifier.tld
30
Solution: XRI secure resolution n As abstract identifiers, XRIs always map to concrete identifiers n This mapping process - XRI resolution - offers three trusted modes: l HTTPS, SAML, or both n So XRI i-names used as OpenIDs can use HTTPS resolution as the default l No need for users to know/do anything
31
XRI and XRDS are also building blocks for other identity solutions n OAuth l XRDS discovery format n Higgins Project l Context discovery and resolution n XDI.org XRI registries l i-name/i-number registries & resolution n SAML and Information Cards l Privacy-protected identifier claims
32
What is the relationship of XRI and XRDS with other OASIS TCs and the IDtrust Member Section?
33
XDI (XRI Data Interchange) n The XDI controlled data sharing protocol is based entirely on XRIs l A globally addressable RDF graph where the address of every node is an RDF statement structured as an XRI subject-xri / predicate-xri / object-xri l Enables a simple portable authorization format called XDI link contracts
34
ORMS (Open Reputation Management Services) n Newest TC in the OASIS IDtrust member section n Will define neutral, vendor-independent specs for exchanging reputation data n XRI and XDI TC members participating l XRI for durable subject identifiers l XDI for controlled data sharing
35
PKI-Related TCs n Digital Signature Services eXtended (DSS-X) Advancing new profiles for the DSS OASIS Standard n Enterprise Key Management Infrastructure (EKMI) Defining symmetric key management protocols n Public Key Infrastructure (PKI) Adoption Advancing the use of digital certificates as a foundation for managing access to network resources and conducting electronic transactions
36
Conclusion n Abstract structured identifiers offer 3 key features for the Internet identity layer l Simple, safe, strong identifiers l Simple, extensible, secure service discovery l Interoperability between multiple identity protocols and frameworks n XRI and XRDS are building blocks everyone can use
37
Contact us n Gabe Wachob, XRI TC Co-Chair l http://xri.net/=gmw http://xri.net/=gmw l gabe.wachob@wachob.com gabe.wachob@wachob.com n Drummond Reed, XRI TC Co-Chair l http://xri.net/=drummond.reed http://xri.net/=drummond.reed l drummond.reed@cordance.net drummond.reed@cordance.net n Wikipedia l http://en.wikipedia.org/XRI http://en.wikipedia.org/XRI l http://en.wikipedia.org/XRDS http://en.wikipedia.org/XRDS
38
n Learn through the IDtrust Knowledgebase of educational materials and background on the standards n Share news, events, presentations, white papers, product listings, opinions, questions, and recommendations through postings, blogs, forums, and directories. n Collaborate with others online through a wiki interface http://idtrust.xml.org
39
Q&A
40
What is the relationship of XRI to URNs? n Uniform Resource Names are specified by IETF RFC 2141 n They are persistent (non-recyclable) identifiers n XRI combines both URNs and HFNs (human-friendly names) in one syntax and resolution protocol
41
What is the relationship of XRI to the Handle System? n Handle is a persistent object identifier system developed by CNRI n Specified in RFCs 3650, 3651, 3652 n Handle does not include HFNs or other structured identifier features of XRI n Handle does not use XML or HTTP for resolution
42
Does XRI introduce new Internet namespaces? n Yes. Although it can describe and reuse many types of existing identifiers, it also includes four formal namespaces at the XRI level of identification = for personal identifiers @ for organizational identifiers + for generic tags $ for specific tags
43
Does the XRI TC specify public registry services? n No, the scope of the XRI TC is limited to the technical specifications for XRI and specified XRIs (the $ space) n XDI.org, a member of the XRI TC, offers public XRI registry services n XDI.org is a completely separate non- profit organization
44
What IPR applies to XRI and XRDS? n The TC operates under the OASIS “RF on Limited Terms” mode (standard royalty-free terms) n This has been mandatory from the TC’s original charter n XDI.org made the initial contribution of IPR for what was then called XNS when the TC was formed in 2003
45
How does Higgins use XRI and XRDS? n Higgins uses an abstract data model to access data in different contexts (distributed repositories) n XRI is used for addressing contexts and entities within contexts n XRDS is used to resolve the metadata a Higgins component needs to open a Higgins context
46
What open source implementions of XRI and XRDS are available? n OpenXRI (Java) l http://www.openxri.org http://www.openxri.org n Barx (Ruby) l http://xrisoft.org http://xrisoft.org n MyXDI (C++) l http://www.ootao.com http://www.ootao.com
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.