burgerauth/templates/openid.html

9 lines
312 B
HTML
Raw Normal View History

2024-04-26 21:12:56 +01:00
{
2024-04-26 21:15:43 +01:00
"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",
2024-04-26 21:12:56 +01:00
"response_types_supported": ["code"],
"subject_types_supported": ["public"]
}