summaryrefslogtreecommitdiff
path: root/tests/webfinger.jrd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/webfinger.jrd')
-rw-r--r--tests/webfinger.jrd10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/webfinger.jrd b/tests/webfinger.jrd
new file mode 100644
index 00000000..a514ea66
--- /dev/null
+++ b/tests/webfinger.jrd
@@ -0,0 +1,10 @@
+{
+ "subject" : "acct:carol@example.com",
+ "links" :
+ [
+ {
+ "rel" : "http://openid.net/specs/connect/1.0/issuer",
+ "href" : "https://openid.example.com"
+ }
+ ]
+}