~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/service/services.xrds.xml

  • Committer: Dan Garner
  • Date: 2015-03-26 14:08:33 UTC
  • Revision ID: git-v1:70d14044444f8dc5d602b99890d59dea46d9470c
Moved web servable files to web folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<XRDS xmlns="xri://$xrds">
 
3
    <XRD xmlns:simple="http://xrds-simple.net/core/1.0" xmlns="xri://$XRD*($v*2.0)" xmlns:openid="http://openid.net/xmlns/1.0" version="2.0" xml:id="main">
 
4
        <Type>xri://$xrds*simple</Type>
 
5
        <Service>
 
6
            <Type>http://oauth.net/discovery/1.0</Type>
 
7
            <URI>#main</URI>
 
8
        </Service>
 
9
        <Service>
 
10
            <Type>http://oauth.net/core/1.0/endpoint/request</Type>
 
11
            <Type>http://oauth.net/core/1.0/parameters/auth-header</Type>
 
12
            <Type>http://oauth.net/core/1.0/parameters/uri-query</Type>
 
13
            <Type>http://oauth.net/core/1.0/signature/HMAC-SHA1</Type>
 
14
            <Type>http://oauth.net/core/1.0/signature/PLAINTEXT</Type>
 
15
            <URI>{{XRDS_LOCATION}}/services.php?service=oauth&method=request_token</URI>
 
16
        </Service>
 
17
        <Service>
 
18
            <Type>http://oauth.net/core/1.0/endpoint/authorize</Type>
 
19
            <Type>http://oauth.net/core/1.0/parameters/uri-query</Type>
 
20
            <URI>{{XRDS_LOCATION}}/index.php?p=oauth&q=authorize</URI>
 
21
        </Service>
 
22
        <Service>
 
23
            <Type>http://oauth.net/core/1.0/endpoint/access</Type>
 
24
            <Type>http://oauth.net/core/1.0/parameters/auth-header</Type>
 
25
            <Type>http://oauth.net/core/1.0/parameters/uri-query</Type>
 
26
            <Type>http://oauth.net/core/1.0/signature/HMAC-SHA1</Type>
 
27
            <Type>http://oauth.net/core/1.0/signature/PLAINTEXT</Type>
 
28
            <URI>{{XRDS_LOCATION}}/services.php?service=oauth&method=access_token</URI>
 
29
        </Service>
 
30
    </XRD>
 
31
</XRDS>
 
 
b'\\ No newline at end of file'