문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top