{
  "issuer": "https://zhituishidai.com",
  "authorization_endpoint": "https://zhituishidai.com/oauth/authorize",
  "token_endpoint": "https://zhituishidai.com/oauth/token",
  "jwks_uri": "https://zhituishidai.com/.well-known/jwks.json",
  "registration_endpoint": "https://zhituishidai.com/oauth/register",
  "scopes_supported": [
    "lead:write",
    "site:read"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "service_documentation": "https://zhituishidai.com/openapi.json"
}
