Slack OAuth
Set up Slack authentication for your Conduit application.
Configuration Steps
- Go to Slack API Apps
- Create new app
- Under OAuth & Permissions, add redirect URL:
http://localhost:3000/hook/authentication/slack - Add required scopes:
users:read,users:read.email - Note your Client ID and Client Secret
- In Conduit Admin Panel, enable Slack provider
- Enter your credentials and save
Test Authentication
curl -X GET 'http://localhost:3000/authentication/init/slack'
Navigate to the returned URL to complete the OAuth flow.
Production
Update callback URL for production:
https://yourdomain.com/hook/authentication/slack