9 lines
312 B
JSON
9 lines
312 B
JSON
{
|
|
"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",
|
|
"response_types_supported": ["code"],
|
|
"subject_types_supported": ["public"]
|
|
}
|