Segregation of Duties (SoD) prevents one person from completing conflicting steps in a sensitive process — typically create + approve, change master data + disburse funds, or deploy + approve the same change.
SoD is not only finance. Identity administration (create account + assign privileged role), HR/payroll (bank detail change + payroll run), and engineering (deploy + change approval) all have toxic pairs.
Controls come in layers:
- Preventive — policy blocks the combination at request or provisioning time.
- Detective — continuous scans find toxic pairs that already exist.
- Compensating — dual control, monitoring, or time-bound exceptions when business reality requires overlap.
Document every exception with an owner, expiry, and residual risk. Auditors care less about “zero conflicts forever” and more about known, governed exceptions.
Reinforce pattern recognition with Spot the SoD Conflict below.