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