SalesLoft Security Basics Overview Secure SalesLoft API integrations: OAuth token management, webhook signature verification, secret storage, and scope-based access control. SalesLoft uses OAuth 2.0 bearer tokens and HMAC-SHA256 webhook signatures. Instructions Step 1: Secret Storage Step 2: Token Lifecycle Management Step 3: Webhook Signature Verification Step 4: OAuth Scope Minimization | Use Case | Required Scopes | Avoid | |----------|----------------|-------| | Read-only dashboard | , | | | Cadence enrollment | , | | | Full sync | , , | Team admin scopes | Step 5: Security Checklist - […