main: Updated webfinger again
All checks were successful
Build Docker / CheckFiles (push) Successful in 7s
Build Docker / Build Docker (push) Successful in 23s

This commit is contained in:
Nathan Woodburn 2023-09-05 15:19:04 +10:00
parent 656086b402
commit 6c8c7a5505
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -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"
}
]
}
}