{
  "issuer": "https://mcp.muutto365.fi",
  "authorization_endpoint": "https://mcp.muutto365.fi/authorize",
  "token_endpoint": "https://mcp.muutto365.fi/token",
  "userinfo_endpoint": "https://mcp.muutto365.fi/userinfo",
  "registration_endpoint": "https://mcp.muutto365.fi/register",
  "jwks_uri": "https://mcp.muutto365.fi/.well-known/jwks.json",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_post", "client_secret_basic"],
  "client_id_metadata_document_supported": true,
  "service_documentation": "https://agent.muutto365.fi/",
  "op_policy_uri": "https://muutto365.fi/PP.md",
  "op_tos_uri": "https://muutto365.fi/TOS.md"
}
