Difference between revisions of "XRI"

From ICANNWiki
Jump to navigation Jump to search
Line 1: Line 1:
[[Image:UnderConstruction.png]]
 
 
 
'''XRI''' stands for '''Extensible Resource Identifier,''' an open standard protocol for digital identity addressing developed by the Organization for the Advancement of Structured Information Standards), a not-for-profit consortium engaged in developing interoperability protocols for security, Cloud Computing, SOA, Web services, the Smart Grid, electronic publishing, emergency management, etc.<ref>[http://www.oasis-open.org/standards www.oasis-open.org About]</ref>  
 
'''XRI''' stands for '''Extensible Resource Identifier,''' an open standard protocol for digital identity addressing developed by the Organization for the Advancement of Structured Information Standards), a not-for-profit consortium engaged in developing interoperability protocols for security, Cloud Computing, SOA, Web services, the Smart Grid, electronic publishing, emergency management, etc.<ref>[http://www.oasis-open.org/standards www.oasis-open.org About]</ref>  
  
Line 34: Line 32:
 
==References==
 
==References==
 
{{reflist}}
 
{{reflist}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
__NOTOC__
 
__NOTOC__
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 20:41, 9 November 2011

XRI stands for Extensible Resource Identifier, an open standard protocol for digital identity addressing developed by the Organization for the Advancement of Structured Information Standards), a not-for-profit consortium engaged in developing interoperability protocols for security, Cloud Computing, SOA, Web services, the Smart Grid, electronic publishing, emergency management, etc.[1]

The XRI Syntax was developed based on RFC 3986 Uniform Resource Identifiers (URIs)], which provides a simple and extensible way for identifying a resource and RFC 3987 IRIs (Internationalized Resource Identifiers), a protocol with a sequence of characters from the Unicode/ISO 10646. XRI is capable of including characters beyond what is used by the generic URI and incorporates the simplification and enhancements of the URI syntax. [2] The OASIS XRI Technical Committee explained that just like the generic URI, the XRI syntax, it has four optional components with the scheme name xri: For example: xri: authority / path ? query # fragment. The HTTP URIs which uses the generic URI syntax can be changed to a valid XRI by simply changing an http URI to XRI just like this, xri://www.example.com/pages/index.html (standard HTTP URI converted to XRI).[3]

Key Features XRI Provides

  • Structured Identifiers
  • Robust Synonym Expression and Resolution
  • Uniform Extensible Discovery, Resolution, and Description Protocol

XRI Resolution

XRI Resolution is defined as a simple and easy to deploy infrastructure for the purpose of resolving XRIs to URIs. It uses the HTTPs, XRDS documents, and SAML assertions enabling the discovery and selection of service endpoint metadata for any type of service associated with a resource.[4]

XRI Open Source Projects

There are different XRI open resource projects maintained by the XRI community which include:[5]

  • OpenXRI
  • Barx
  • JanRain
  • DotNetOpenId
  • FoXRI
  • AuthSrv
  • PyAuthSrv
  • Linksafe

XRI Technical Committee

The XRI Technical Committee (XRI TC) was created for the purpose of defining the XRI, an identifier that is attuned or compatible with the URI protocol and able to meet the functionality requirements of the URNs (Uniform Resource Names) that is capable of identifying resources both people and organizations as well as sharing data across applications, domains and enterprises. Drummond Reed from Cordance and Gabriel Wachob from VISA served as co-chairmen of the technical committee, leading the accomplishment and development of the following:[6] [7]

  • XRI Primer v1.0 - Introduction to XRI and its uses
  • XRI Metadata Specification v1.0 - A registry of special XRI identifiers which describes other XRI identifiers
  • XRI Secure Resolution Specification v1.0 - Extensions to the base XRI resolution protocol for digitally verifying resolution results
  • XRI Syntax and Resolution Specification v1.1 - A revision incorporating implementation experience and feedback

References