This repository has been archived on 2024-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
2024-03-28 18:13:24 +00:00
|
|
|
{
|
|
|
|
"issuer": "https://auth.hectabit.org",
|
2024-03-28 18:15:26 +00:00
|
|
|
"authorization_endpoint": "https://auth.hectabit.org/login",
|
2024-03-29 11:02:22 +00:00
|
|
|
"token_endpoint": "https://auth.hectabit.org/api/tokenauth",
|
2024-03-28 18:13:24 +00:00
|
|
|
"userinfo_endpoint": "https://auth.hectabit.org/userinfo",
|
|
|
|
"response_types_supported": ["code"],
|
|
|
|
"subject_types_supported": ["public"]
|
|
|
|
}
|