summaryrefslogtreecommitdiffstats
path: root/includes/HybridAuth/resources/openid_xrds.xml
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-06-01 20:10:36 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2013-06-01 20:10:36 -0500
commit951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 (patch)
treefc7b196ca0d91c1c71dcd945aa9667c7af0134fa /includes/HybridAuth/resources/openid_xrds.xml
parente58a3b8b3702b22c903b02a9b4fa1020d6797459 (diff)
downloadpathery-951330c9f83c8c8ee98f65fdccb5797e2e59d1f3.tar.xz
A partial commit of the auth stuff, in case my upcoming changes break anything
Diffstat (limited to 'includes/HybridAuth/resources/openid_xrds.xml')
-rw-r--r--includes/HybridAuth/resources/openid_xrds.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/includes/HybridAuth/resources/openid_xrds.xml b/includes/HybridAuth/resources/openid_xrds.xml
new file mode 100644
index 0000000..ab94e5c
--- /dev/null
+++ b/includes/HybridAuth/resources/openid_xrds.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xrds:XRDS
+ xmlns:xrds="xri://$xrds"
+ xmlns:openid="http://openid.net/xmlns/1.0"
+ xmlns="xri://$xrd*($v*2.0)">
+ <XRD>
+ <Service priority="1">
+ <Type>http://specs.openid.net/auth/2.0/return_to</Type>
+ <URI>{RETURN_TO_URL}</URI>
+ </Service>
+ </XRD>
+</xrds:XRDS> \ No newline at end of file