Drupal is a registered trademark of Dries Buytaert
Search API Solr 4.4.0 Minor update available for module search_api_solr (4.4.0). Page Manager 8.x-4.0 Major update available for module page_manager (8.x-4.0). Trash 3.1.0-beta2 New beta version released for module trash (3.1.0-beta2). Commerce AutoSKU 3.0.1 Minor update available for module commerce_autosku (3.0.1). Custom Field 4.0.10 Minor update available for module custom_field (4.0.10). Alternative login ID & display names 2.0.12 Minor update available for module alt_login (2.0.12). EntityReference UUID 3.0.1 Minor update available for module entity_reference_uuid (3.0.1). LocalGov Publications Importer 1.1.1 Minor update available for module localgov_publications_importer (1.1.1). Configuration Override Warn 8.x-1.6 Module config_override_warn updated after 10 months of inactivity (8.x-1.6). Table Alternate Rows Module table_altrow crossed 1,000 active installs.

This module allows for secure synchronization of Drupal data, including entities and configuration, between different Drupal sites. It supports push, pull, and bidirectional synchronization using signed webhooks and queue-based processing, making it suitable for distributed multi-site SSO platforms.

Cross-site entity and configuration replication for SSO platforms. Running on any site, it pushes saved content entities and allow-listed Drupal configuration to peer sites and receives signed inbound payloads from them, over HMAC-signed webhooks. There is no scheduled pull client and no automatic conflict resolution — data replicates when a peer pushes it.

Features

  • Signed outbound push of entity create / update / delete operations, queued on save.
  • Inbound endpoint that receives and applies signed payloads from peers.
  • Per-direction control: push only, receive only, or both.
  • Inbound IP allow-list, fail-closed HMAC verification, a replay window and a nonce cache.
  • Outbound SSRF guard: HTTPS-only, private/loopback/reserved IPs blocked, redirects not followed.
  • User synchronisation off by default, with a protected-field blocklist (password, roles, status, mail, …).
  • Opt-in configuration sync with a prefix allow-list, applied in an all-or-nothing transaction.
  • Role/permission privilege-escalation guard on inbound user data.
  • Queue-based delivery with bounded per-target retries.

Security model

Per-site HMAC keys live in State, never in exportable configuration. User and configuration sync are both off by default and must be explicitly enabled.

Requirements

Installation

composer require drupal/sso_connector_sync
drush en sso_connector_sync

Part of the SSO Connector bundle

Requires SSO Connector (core). See the core project for the full suite.

Activity

Total releases
3
First release
Apr 2026
Latest release
1 week ago
Releases (12 mo)
3 ▲ from 0
Maintenance
Active

Release Timeline

Releases

Version Type Release date
1.0.1 Stable Jul 21, 2026
1.0.0 Stable Jul 18, 2026
1.0.0-beta1 Pre-release Apr 26, 2026