From 6c8c7a5505e8582d14a4c467edb63e54f1dcd5be Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Tue, 5 Sep 2023 15:19:04 +1000 Subject: [PATCH] main: Updated webfinger again --- .well-known/webfinger | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/.well-known/webfinger b/.well-known/webfinger index 20aabd0..3407210 100644 --- a/.well-known/webfinger +++ b/.well-known/webfinger @@ -1,9 +1,25 @@ { "subject": "acct:nathan@woodburn.au", "links": [ - { - "rel": "http://openid.net/specs/connect/1.0/issuer", - "href": "https://auth.woodburn.au" - } + { + "rel": "http://openid.net/specs/connect/1.0/issuer", + "href": "https://auth.woodburn.au/application/o/tailscale/" + }, + { + "rel": "authorization_endpoint", + "href": "https://auth.woodburn.au/application/o/tailscale/oauth2/authorize" + }, + { + "rel": "token_endpoint", + "href": "https://auth.woodburn.au/application/o/tailscale/oauth2/token" + }, + { + "rel": "userinfo_endpoint", + "href": "https://auth.woodburn.au/application/o/tailscale/userinfo" + }, + { + "rel": "jwks_uri", + "href": "https://auth.woodburn.au/application/o/tailscale/jwks" + } ] -} \ No newline at end of file +} \ No newline at end of file