Re-add a proper identification provider XRDS
[platal.git] / templates / openid / idp_xrds.tpl
CommitLineData
ab66bf7f
AA
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>
8 <Type>{$type2}</Type>
9 <Type>{$sreg}</Type>
10 <URI>{$provider}</URI>
11 </Service>
12 </XRD>
13</xrds:XRDS>