diff --git a/.gitignore b/.gitignore index 1d824b7..8ee0c2c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ config.ini database.db burgerauth .idea +keys/ diff --git a/templates/openid.html b/templates/openid.html index 89e9192..730eb9c 100644 --- a/templates/openid.html +++ b/templates/openid.html @@ -3,7 +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", + "jwks_uri": "https://auth.hectabit.org/.well-known/jwks.json", "response_types_supported": ["code"], "subject_types_supported": ["public"] }