{
  "issuer": "https://globalmente.it",
  "authorization_endpoint": "https://globalmente.it/oauth/authorize",
  "token_endpoint": "https://globalmente.it/oauth/token",
  "jwks_uri": "https://globalmente.it/.well-known/jwks.json",
  "response_types_supported": [
    "code",
    "token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "private_key_jwt"
  ],
  "scopes_supported": [
    "mcp:tools",
    "mcp:read",
    "leads:write",
    "services:read",
    "openid",
    "profile",
    "email"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "email",
    "name"
  ],
  "service_documentation": "https://globalmente.it/.well-known/mcp/server-card.json",
  "op_policy_uri": "https://www.iubenda.com/privacy-policy/48086358",
  "contact": "hello@globalmente.it",
  "_note": "OAuth 2.0 / OIDC authorization server for GlobalMente API and MCP tool access. Contact hello@globalmente.it for client credentials.",
  "_refs": {
    "rfc_8414": "https://www.rfc-editor.org/rfc/rfc8414",
    "rfc_9728": "https://www.rfc-editor.org/rfc/rfc9728",
    "last_updated": "2026-05-16"
  }
}
