From 8052c59c25ae8609bcb2175c54842eeebd9eb1b0 Mon Sep 17 00:00:00 2001 From: iRaven <44326347+iRaven4522@users.noreply.github.com> Date: Mon, 31 Jul 2023 02:25:09 -0500 Subject: [PATCH] Create webfinger.json --- .well-known/webfinger.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .well-known/webfinger.json diff --git a/.well-known/webfinger.json b/.well-known/webfinger.json new file mode 100644 index 0000000..13ff86f --- /dev/null +++ b/.well-known/webfinger.json @@ -0,0 +1,9 @@ +{ + "subject": "acct:tailscale@iraven.net", + "links": [ + { + "rel": "http://openid.net/specs/connect/1.0/issuer", + "href": "https://sso.iraven.net/application/o/tailscale/.well-known/openid-configuration" + } + ] +}