root/websites/openid4u/trunk/html/signon.xrds @ 7429

Revision 7429, 358 bytes (checked in by lopnor, 5 years ago)

websites/openid4u/trunk/html/signon.xrds: fix misdirection of URI

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xrds:XRDS
3        xmlns:xrds="xri://$xrds"
4        xmlns:openid="http://openid.net/xmlns/1.0"
5        xmlns="xri://$xrd*($v*2.0)">
6    <XRD>
7    <Service priority="0">
8        <Type>http://specs.openid.net/auth/2.0/signon</Type>
9        <URI>http://openid4u.net/server.cgi</URI>
10    </Service>
11    </XRD>
12</xrds:XRDS>
Note: See TracBrowser for help on using the browser.