{
  "issuer": "https://www.gabrimatic.info",
  "authorization_endpoint": "https://www.gabrimatic.info/api/oauth/authorize",
  "token_endpoint": "https://www.gabrimatic.info/api/oauth/token",
  "registration_endpoint": "https://www.gabrimatic.info/api/oauth/register",
  "jwks_uri": "https://www.gabrimatic.info/.well-known/jwks.json",
  "service_documentation": "https://www.gabrimatic.info/agents.html",
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "response_types_supported": ["code"],
  "response_modes_supported": ["query"],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "token_endpoint_auth_signing_alg_values_supported": ["EdDSA"],
  "scopes_supported": ["mcp:read", "mcp:tools"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["EdDSA"],
  "claims_supported": ["iss", "sub", "aud", "exp", "iat", "jti", "scope", "client_id"],
  "request_parameter_supported": false,
  "request_uri_parameter_supported": false,
  "require_request_uri_registration": false,
  "tls_client_certificate_bound_access_tokens": false
}
