Rezonate
  • 🏠Home
  • 🚩Platform Tour
    • đŸ‡ģđŸ‡ŗPlatform Dashboard
    • 🆔Identity Analytics
      • đŸĒĒIdentity Centric
      • 🔡Identity By Platform
    • âš ī¸Risks & Threats
      • Highlighted ITDR Capabilities
  • â„šī¸How-to Guides
    • ➕Adding Integrations
    • đŸ¤ĻManage Users
    • 🧑‍đŸ’ŧCustomize Exposures
    • đŸ‘ī¸â€đŸ—¨ī¸Querying & Filtering Data
  • 📐Core Integrations
    • Azure Integration
      • Required Privilegees
      • Update Certificate for Existing Installation
    • Okta Integration
      • Okta Integration -Remediation Supported
    • Google Workspace
      • 1-Click Integration
      • Legacy Integration
    • Google Cloud Integration
    • Zoom Integration
    • DocuSign Integration
    • GitHub Integration
      • GitHub Enterprise Expansion
    • AWS Integration
      • AWS - Required Privileges
      • Log Streaming Integration
    • Salesforce Integration
      • Salesforce - Collected Data & Query Volume
    • JAMF Pro Integration
    • CircleCI Integration
    • Auth0 Integration
    • Cloudflare Integration
    • CrowdStrike Integration
      • Integrating Permissions
    • Slack Integration
    • Workday Integration
    • BambooHR Integration
    • Snowflake Integration
    • LastPass Integration
    • SentinelOne integration
    • SAP Cloud Platform Integration
    • GitLab Integration
    • Oracle NetSuite Integration
    • Atlassian Cloud Integration
    • Zendesk Integration
    • HiBob Integration
    • Microsoft Defender Integration
    • Docusign Integration
    • Mongo Atlas Integration
    • Ping Identity One Integration
    • Generic HRIS Integration
  • 📍Notifications & Alerts
    • Slack Integration
    • HTTP Webhook Integration
      • Webhook Alert Example - Saved Search
      • Webhook Alert Example- ITDR
    • Microsoft Teams Integration
    • Torq Integration
    • Email Integration
    • Splunk Integration
    • Datadog Integration
    • PagerDuty Integration
    • Jira Integration
  • 🆘Troubleshooting & Support
    • Collectors IP Ranges
    • Data Processing
      • AWS
      • Azure Active Directory
      • Azure Cloud
      • Google Workspace
    • SSO Integrations
      • SSO Login - Okta
      • SSO Login - AzureAd
  • 📓Legal & Terms
Powered by GitBook
On this page
  1. Core Integrations

Slack Integration

PreviousIntegrating PermissionsNextWorkday Integration

Last updated 1 year ago

This document describes how to integrate the Rezonate product with Slack, which provides IAM observability to users, groups, channels, and configurations as well as detection of different security risks.

To Integrate, please perform the following actions after authenticating to Slack with Org Admin.

  1. Browse to and click Create New App, and select "From an app manifest"

  2. Select your workspace, paste the code below instead of the current json, and click next.

    {
    "display_information": {
    "name": "Rezonate Integraation"
    },
    "features": {
    "bot_user": {
    "display_name": "Rezonate Integraation",
    "always_online": false
    }
    },
    "oauth_config": {
    "scopes": {
    "bot": [
    "channels:read",
    "groups:read",
    "team.billing:read",
    "team.preferences:read",
    "team:read",
    "users.profile:read",
    "users:read",
    "users:read.email",
    "im:read",
    "mpim:read"
    ]
    }
    },
    "settings": {
    "org_deploy_enabled": false,
    "socket_mode_enabled": false,
    "token_rotation_enabled": false
    }
    }
  3. Click the Create button, then on the application page click Install to Workspace, and then click Allow.

  4. Now click the Add Features and Functionality, permissions

  5. Copy the token and share it back with Rezonate Integration Wizard.

📐
https://api.slack.com/apps