burgerauth/templates/openid.html

10 lines
377 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-05-04 17:41:43 +01:00
"jwks_uri": "https://auth.hectabit.org/.well-known/jwks.json",
2024-04-26 21:12:56 +01:00
"response_types_supported": ["code"],
"subject_types_supported": ["public"]
}