Use hruid as openid identifier
[platal.git] / templates / openid / user_xrds.tpl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xrds:XRDS
3     xmlns:xrds="xri://$xrds"
4     xmlns="xri://$xrd*($v*2.0)"
5     xmlns:openid="http://openid.net/xmlns/1.0">
6   <XRD>
7     <Service priority="10">
8       <Type>{$type2}</Type>
9       <URI>{$provider}</URI>
10       <LocalID>{$local_id}</LocalID>
11     </Service>
12     <Service priority="20">
13       <Type>{$type1}</Type>
14       <URI>{$provider}</URI>
15       <openid:Delegate>{$local_id}</openid:Delegate>
16     </Service>
17   </XRD>
18 </xrds:XRDS>