Added JWKS discovery URI

This commit is contained in:
Tracker-Friendly 2024-05-03 20:22:00 +01:00
parent 04af6c00fb
commit 81606b5aeb
1 changed files with 1 additions and 0 deletions

View File

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