From 7974b78b6673d4cc31145d72629b650893291022 Mon Sep 17 00:00:00 2001 From: arzumify Date: Sat, 4 May 2024 17:41:43 +0100 Subject: [PATCH] Updated gitignore, fixed openid uri --- .gitignore | 1 + templates/openid.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"] }