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.
hectabit-oauth2/templates/openid.json

9 lines
308 B
JSON
Raw Normal View History

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-28 18:13:24 +00:00
"token_endpoint": "https://auth.hectabit.org/authtoken",
"userinfo_endpoint": "https://auth.hectabit.org/userinfo",
"response_types_supported": ["code"],
"subject_types_supported": ["public"]
}