burgerauth/templates/openid.html

9 lines
320 B
HTML
Raw Normal View History

2024-04-26 21:12:56 +01:00
{
"issuer": "https://goauth.hectabit.org",
"authorization_endpoint": "https://goauth.hectabit.org/login",
"token_endpoint": "https://goauth.hectabit.org/api/tokenauth",
"userinfo_endpoint": "https://goauth.hectabit.org/userinfo",
"response_types_supported": ["code"],
"subject_types_supported": ["public"]
}