jbufu / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
98 stars 57 forks source link

<openid:Delegate> not being recognized in XRDS #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Do discovery on http://claimid.com/aoltester
2.
3.

What is the expected output? What do you see instead?
This does not recognize the openid:Delegate tag in the XRDS:
<xrds:XRDS
  xmlns:xrds="xri://$xrds"
  xmlns:openid="http://openid.net/xmlns/1.0"
  xmlns="xri://$xrd*($v*2.0)">
  <XRD>
    <Service priority="1">
      <Type>http://openid.net/signon/1.0</Type>
      <URI>https://openid.claimid.com/server</URI>
      <openid:Delegate>https://openid.claimid.com/aoltester</openid:Delegate>
    </Service>
    <Service priority="2">
      <Type>http://openid.net/signon/1.0</Type>
      <URI>https://openid.claimid.com/server</URI>
      <openid:Delegate>https://openid.claimid.com/aoltester</openid:Delegate>
    </Service>
  </XRD>
</xrds:XRDS>

discoveries [OpenID1
OP-endpoint:https://openid.claimid.com/server
ClaimedID:http://claimid.com/aoltester
Delegate:null, OpenID1
OP-endpoint:https://openid.claimid.com/server
ClaimedID:http://claimid.com/aoltester
Delegate:null]

Expected Output:

It should have recognize the openid.Delegate element and set that in the
Delegate element

What version of the product are you using? On what operating system?
Built from source code as of Feb 25 

Please provide any additional information below.

Original issue reported on code.google.com by chandrik...@gmail.com on 31 Mar 2009 at 7:54

GoogleCodeExporter commented 9 years ago
Fixed in rev571.

Original comment by Johnny.B...@gmail.com on 7 May 2009 at 6:46