This repository has been archived on 2024-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
2024-04-26 21:12:56 +01:00
|
|
|
{
|
2024-04-26 21:15:43 +01:00
|
|
|
"issuer": "https://auth.hectabit.org",
|
|
|
|
"authorization_endpoint": "https://auth.hectabit.org/login",
|
|
|
|
"token_endpoint": "https://auth.hectabit.org/api/tokenauth",
|
|
|
|
"userinfo_endpoint": "https://auth.hectabit.org/userinfo",
|
2024-05-04 17:41:43 +01:00
|
|
|
"jwks_uri": "https://auth.hectabit.org/.well-known/jwks.json",
|
2024-04-26 21:12:56 +01:00
|
|
|
"response_types_supported": ["code"],
|
|
|
|
"subject_types_supported": ["public"]
|
|
|
|
}
|