{
"issuer": "https://api.karasu256.com",
"authorization_endpoint": "https://api.karasu256.com/oauth/authorize",
"token_endpoint": "https://api.karasu256.com/oauth/token",
"userinfo_endpoint": "https://api.karasu256.com/oauth/userinfo",
"jwks_uri": "https://api.karasu256.com/oauth/jwks.json",
"scopes_supported": [
"openid",
"profile",
"email"
],
"response_types_supported": [
"code"
],
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post"
],
"grant_types_supported": [
"authorization_code",
"refresh_token"
],
"code_challenge_methods_supported": [
"S256"
]
}