source: extensions/oAuth/include/test/hybridauth/Hybrid/resources/openid_xrds.xml @ 20293

Last change on this file since 20293 was 20293, checked in by mistic100, 11 years ago

first commit of oAuth plugin, still in developpement

File size: 380 bytes
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="1"> 
8            <Type>http://specs.openid.net/auth/2.0/return_to</Type> 
9            <URI>{RETURN_TO_URL}</URI> 
10        </Service> 
11    </XRD> 
12</xrds:XRDS>
Note: See TracBrowser for help on using the repository browser.