diff --git a/authority/static/.well-known/host-meta b/authority/static/.well-known/host-meta
new file mode 100644
index 0000000000000000000000000000000000000000..892325f31405e41b9edb14a6139e4c570e379513
--- /dev/null
+++ b/authority/static/.well-known/host-meta
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+
+<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0' 
+     xmlns:hm='http://host-meta.net/xrd/1.0'>
+
+  <hm:Host xmlns='http://host-meta.net/xrd/1.0'>127.0.0.1:56080</hm:Host>
+
+  <Link rel='lrdd' template='http://authority.mozilla.org/users/{uri}.xml'></Link>
+
+  <Link rel='other' value='something-different'></Link>
+</XRD>