~ubuntuone-pqm-team/canonical-identity-provider/trunk

« back to all changes in this revision

Viewing changes to identityprovider/templates/person-xrds.xml

  • Committer: Danny Tamez
  • Date: 2010-04-21 15:29:24 UTC
  • Revision ID: danny.tamez@canonical.com-20100421152924-lq1m92tstk2iz75a
Canonical SSO Provider (Open Source) - Initial Commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<xrds:XRDS
 
3
    xmlns="xri://$xrd*($v*2.0)"
 
4
    xmlns:xrds="xri://$xrds"
 
5
    xmlns:openid="http://openid.net/xmlns/1.0">
 
6
        <!-- Copyright 2010 Canonical Ltd.  This software is licensed under the
 
7
        GNU Affero General Public License version 3 (see the file  LICENSE). -->
 
8
  <XRD>
 
9
    <Service priority="0">
 
10
      <Type>http://specs.openid.net/auth/2.0/signon</Type>
 
11
      <URI>{{ provider_url }}</URI>
 
12
      <LocalID>{{ identity_url }}</LocalID>
 
13
    </Service>
 
14
    <Service priority="1">
 
15
      <Type>http://openid.net/signon/1.1</Type>
 
16
      <URI>{{ provider_url }}</URI>
 
17
      <openid:Delegate>{{ identity_url }}</openid:Delegate>
 
18
    </Service>
 
19
    <Service priority="2">
 
20
      <Type>http://openid.net/signon/1.0</Type>
 
21
      <URI>{{ provider_url }}</URI>
 
22
      <openid:Delegate>{{ identity_url }}</openid:Delegate>
 
23
    </Service>
 
24
  </XRD>
 
25
</xrds:XRDS>