10 lines
377 B
HTML
10 lines
377 B
HTML
{
|
|
"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",
|
|
"jwks_uri": "https://auth.hectabit.org/.well-known/jwks.json",
|
|
"response_types_supported": ["code"],
|
|
"subject_types_supported": ["public"]
|
|
}
|