Skip to content

Commit b5a1ca2

Browse files
authored
Document the OAuth scopes required by the Slack toolkit (#344)
list scopes required by the slack toolkit
1 parent e7f1faa commit b5a1ca2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pages/home/auth-providers/slack.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,21 @@ Before showing how to configure your Slack app credentials, let's go through the
3636
</Warning>
3737

3838
- Follow Slack's guide to [registering a Slack app](https://api.slack.com/quickstart)
39-
- Choose the scopes (permissions) you need for your app
39+
- If you plan to use the [Arcade Slack toolkit](/toolkits/social-communication/slack), select the scopes below (include additional scopes for your application's authorization needs or custom tools, in any):
40+
- `channels:history`
41+
- `channels:read`
42+
- `chat:write`
43+
- `groups:read`
44+
- `groups:history`
45+
- `groups:write`
46+
- `im:history`
47+
- `im:read`
48+
- `im:write`
49+
- `mpim:history`
50+
- `mpim:read`
51+
- `mpim:write`
52+
- `users:read`
53+
- `users:read.email`
4054
- Set the redirect URL to: `https://cloud.arcade.dev/api/v1/oauth/callback`
4155
- Copy the client ID and client secret
4256

0 commit comments

Comments
 (0)