aboutsummaryrefslogtreecommitdiff
path: root/views/xrds
diff options
context:
space:
mode:
Diffstat (limited to 'views/xrds')
-rw-r--r--views/xrds/openid_server/service.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/xrds/openid_server/service.php b/views/xrds/openid_server/service.php
new file mode 100644
index 000000000..7daafbbed
--- /dev/null
+++ b/views/xrds/openid_server/service.php
@@ -0,0 +1,9 @@
+<?php
+ /*
+ XRD info to identify do eaut email to profile mapping.
+ */
+?>
+ <Service priority="0">
+ <Type>http://specs.eaut.org/1.0/template</Type>
+ <URI><?php echo $vars['url']; ?>profile/%7Busername%7D</URI>
+ </Service>