0

According to the Open ID specs (http://openid.net/specs/openid-authentication-2_0.html#discovery). The discovery process takes place in 3 ways:

  1. XRI Discovery
  2. Yadis Discovery
  3. HTML Discovery

How do you do an XRI discovery? Let's say I have the xri, that being =example since I stripped the xri://. What am I supposed to do with that xri? How do I get the XRDS document?

Dylan Corriveau
  • 2,561
  • 4
  • 29
  • 36
CMCDragonkai
  • 6,222
  • 12
  • 56
  • 98

2 Answers2

0

Figured it out. XRDS is basically an XML document. The XRI is basically a login uri.

CMCDragonkai
  • 6,222
  • 12
  • 56
  • 98
0

Here: http://docs.oasis-open.org/xri/2.0/specs/xri-resolution-V2.0.html

A proxy resolver is available at http://xri.net/

Yumiko
  • 85
  • 1
  • 8