XRDS for ID provider and user
[platal.git] / templates / openid / idp_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   <XRD>
6     <Service priority="0">
7       <Type>{$type}</Type>
8       <URI>{$uri}</URI>
9     </Service>
10   </XRD>
11 </xrds:XRDS>