aboutsummaryrefslogtreecommitdiff
path: root/models/openid-php-openid-782224d/Tests/Auth/OpenID/data/test_discover_yadis_2entries_idp.xml
blob: 9a07b3d40c61cd6f416b231c95740bc3db1c2c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<xrds:XRDS xmlns:xrds="xri://$xrds"
           xmlns="xri://$xrd*($v*2.0)"
           xmlns:openid="http://openid.net/xmlns/1.0"
           >
  <XRD>
    <CanonicalID>=!1000</CanonicalID>

    <Service priority="10">
      <Type>http://specs.openid.net/auth/2.0/signon</Type>
      <URI>http://www.myopenid.com/server</URI>
      <openid:LocalID>http://smoker.myopenid.com/</openid:LocalID>
    </Service>

    <Service priority="20">
      <Type>http://specs.openid.net/auth/2.0/server</Type>
      <URI>http://www.livejournal.com/openid/server.bml</URI>
    </Service>

  </XRD>
</xrds:XRDS>