1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Basic Webfinger support

This commit is contained in:
Quentin Gliech
2022-04-08 10:43:38 +02:00
parent 819cdfd9d8
commit d43a8f1a00
5 changed files with 140 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ where
"/.well-known/openid-configuration",
get(self::oauth2::discovery::get),
)
.route("/.well-known/webfinger", get(self::oauth2::webfinger::get))
.route("/oauth2/keys.json", get(self::oauth2::keys::get))
.route(
"/oauth2/userinfo",