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

{
"issuer": "https://auth.hectabit.org",
"authorization_endpoint": "https://auth.hectabit.org/login",
"token_endpoint": "https://auth.hectabit.org/authtoken",
"userinfo_endpoint": "https://auth.hectabit.org/userinfo",
"response_types_supported": ["code"],
"subject_types_supported": ["public"]
}