burgerauth/templates/openid.html

9 lines
320 B
HTML

{
"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"]
}