From 81606b5aeb72a7bc7fa47f8acda44404158a20b8 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Fri, 3 May 2024 20:22:00 +0100 Subject: [PATCH] Added JWKS discovery URI --- templates/openid.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/openid.html b/templates/openid.html index cee0452..89e9192 100644 --- a/templates/openid.html +++ b/templates/openid.html @@ -3,6 +3,7 @@ "authorization_endpoint": "https://auth.hectabit.org/login", "token_endpoint": "https://auth.hectabit.org/api/tokenauth", "userinfo_endpoint": "https://auth.hectabit.org/userinfo", + "jwks_uri": "https://auth.hectabit.org/.well-known/jwks", "response_types_supported": ["code"], "subject_types_supported": ["public"] }