Gong Hardening Guide
Revenue intelligence platform hardening for Gong including SAML SSO, data access controls, and recording security
Overview
Gong is a revenue intelligence platform providing conversation analytics and sales insights. As a platform recording and analyzing business communications, Gong security configurations directly impact data privacy and conversation confidentiality.
Intended Audience
- Security engineers managing sales tools
- IT administrators configuring Gong
- Sales operations managers
- GRC professionals assessing communication security
How to Use This Guide
- L1 (Baseline): Essential controls for all organizations
- L2 (Hardened): Enhanced controls for security-sensitive environments
- L3 (Maximum Security): Strictest controls for regulated industries
Scope
This guide covers Gong security including SAML SSO, user permissions, data access controls, and recording policies.
Table of Contents
1. Authentication & SSO
1.1 Configure SAML Single Sign-On
Profile Level: L1 (Baseline)
| Framework | Control |
|---|---|
| CIS Controls | 6.3, 12.5 |
| NIST 800-53 | IA-2, IA-8 |
Description
Configure SAML SSO for Gong access.
Prerequisites
- Gong admin access
- Enterprise plan
- SAML 2.0 compatible IdP
ClickOps Implementation
Step 1: Access SSO Settings
- Navigate to: Company Settings → Security → SSO
- Enable SAML authentication
Step 2: Configure SAML
- Configure IdP settings:
- Entity ID
- SSO URL
- Certificate
- Configure Gong in IdP
Step 3: Test and Enforce
- Test SSO authentication
- Enable SSO enforcement
- Configure admin fallback
Time to Complete: ~1-2 hours
1.2 Enforce Multi-Factor Authentication
Profile Level: L1 (Baseline)
| Framework | Control |
|---|---|
| CIS Controls | 6.5 |
| NIST 800-53 | IA-2(1) |
Description
Require MFA for all Gong users.
ClickOps Implementation
Step 1: Configure via IdP
- Enable MFA in identity provider
- All SSO users subject to IdP MFA
- Use phishing-resistant methods for admins
2. Access Controls
2.1 Configure User Permissions
Profile Level: L1 (Baseline)
| Framework | Control |
|---|---|
| CIS Controls | 5.4 |
| NIST 800-53 | AC-6 |
Description
Implement least privilege for Gong access.
ClickOps Implementation
Step 1: Review Roles
- Navigate to: Company Settings → Users
- Review user roles:
- Admin
- Manager
- Team member
- Assign minimum necessary role
Step 2: Configure Visibility
- Set visibility permissions
- Control who sees which calls
- Apply team boundaries
2.2 Configure Recording Access
Profile Level: L2 (Hardened)
| Framework | Control |
|---|---|
| CIS Controls | 3.3 |
| NIST 800-53 | AC-3 |
Description
Control access to call recordings.
ClickOps Implementation
Step 1: Configure Access Rules
- Set default visibility
- Configure manager access
- Limit cross-team visibility
Step 2: Configure Sensitive Calls
- Mark sensitive recordings
- Restrict access appropriately
- Audit access patterns
2.3 Limit Admin Access
Profile Level: L1 (Baseline)
| Framework | Control |
|---|---|
| CIS Controls | 5.4 |
| NIST 800-53 | AC-6(1) |
Description
Minimize and protect admin accounts.
ClickOps Implementation
Step 1: Inventory Admins
- Review admin accounts
- Document admin access
Step 2: Apply Restrictions
- Limit admins to required personnel
- Require MFA
- Monitor admin activity
3. Data Security
3.1 Configure Data Retention
Profile Level: L2 (Hardened)
| Framework | Control |
|---|---|
| CIS Controls | 3.1 |
| NIST 800-53 | SI-12 |
Description
Configure recording retention policies.
ClickOps Implementation
Step 1: Configure Retention
- Navigate to: Company Settings → Data Management
- Set retention period
- Configure automatic deletion
3.2 Configure Integration Security
Profile Level: L2 (Hardened)
| Framework | Control |
|---|---|
| CIS Controls | 3.11 |
| NIST 800-53 | SC-12 |
Description
Secure third-party integrations.
ClickOps Implementation
Step 1: Review Integrations
- Navigate to: Company Settings → Integrations
- Review connected apps
- Remove unnecessary integrations
Step 2: Apply Least Privilege
- Grant minimum permissions
- Monitor integration activity
4. Compliance Quick Reference
SOC 2 Trust Services Criteria Mapping
| Control ID | Gong Control | Guide Section |
|---|---|---|
| CC6.1 | SSO/MFA | 1.1 |
| CC6.2 | User permissions | 2.1 |
| CC6.7 | Data retention | 3.1 |
NIST 800-53 Rev 5 Mapping
| Control | Gong Control | Guide Section |
|---|---|---|
| IA-2 | SSO | 1.1 |
| AC-3 | Recording access | 2.2 |
| AC-6 | User permissions | 2.1 |
Appendix A: References
Official Gong Documentation:
- Trust Center
- Gong Security
- Help Center
- Summary of Security Features
- Security, Privacy and Compliance FAQ
API & Developer Tools:
Compliance Frameworks:
- SOC 2 Type II, ISO 27001, ISO 27017, ISO 27018, ISO 27701, ISO/IEC 42001:2023, PCI DSS (SAQ D), CSA STAR – via Trust Center
- Compliance at Gong
Security Incidents:
- No major public security incidents identified as of February 2026.
Changelog
| Date | Version | Maturity | Changes | Author |
|---|---|---|---|---|
| 2025-02-05 | 0.1.0 | draft | Initial guide with SSO and access controls | Claude Code (Opus 4.5) |
Contributing
Found an issue or want to improve this guide?
- Report outdated information: Open an issue with tag
content-outdated - Propose new controls: Open an issue with tag
new-control - Submit improvements: See Contributing Guide