|
Revision 529, 0.5 kB
(checked in by fumiakiy, 2 years ago)
|
|
Initial checkin of OpenID 2.0 Provider plugin for Movable Type 4.1.
|
| 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/server</Type> |
|---|
| 9 | <URI><mt:var name="openid2_endpoint" encode_xml="1"></URI> |
|---|
| 10 | </Service> |
|---|
| 11 | <mt:if name="openid1_endpoint"> |
|---|
| 12 | <Service priority="2"> |
|---|
| 13 | <Type>http://openid.net/signon/1.0</Type> |
|---|
| 14 | <URI><mt:var name="openid1_endpoint" encode_xml="1"></URI> |
|---|
| 15 | </Service> |
|---|
| 16 | </mt:if> |
|---|
| 17 | </XRD> |
|---|
| 18 | </xrds:XRDS> |
|---|