summaryrefslogtreecommitdiffstats
path: root/templates/authopenid/yadis.xrdf
blob: a9ed44fecf9069814c3001ec62128bca8c9ecfb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version='1.0' encoding='UTF-8'?>
<xrds:XRDS
   xmlns:xrds='xri://$xrds'
   xmlns:openid='http://openid.net/xmlns/1.0'
   xmlns='xri://$xrd*($v*2.0)'>
 <XRD>
   <Service>
     <Type>http://specs.openid.net/auth/2.0/return_to</Type>
     {% for uri in return_to %}
        <URI>{{ uri }}</URI>
     {% endfor %}
   </Service>
 </XRD>
</xrds:XRDS>