Skip to content

Commit 9ce2c35

Browse files
stevengillseratch
authored andcommitted
adding docs for org apps
1 parent 72306d2 commit 9ce2c35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/_basic/authenticating_oauth.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Bolt for Python will create a **Redirect URL** `slack/oauth_redirect`, which Sla
1313

1414
Bolt for Python will also create a `slack/install` route, where you can find an **Add to Slack** button for your app to perform direct installs of your app. If you need any additional authorizations (user tokens) from users inside a team when your app is already installed or a reason to dynamically generate an install URL, you can pass your own custom URL generator to `oauth_settings` as `authorize_url_generator`.
1515

16+
Bolt for Python automatically includes support for [org wide installations](https://api.slack.com/enterprise/apps). Org wide installations can be enabled in your app configuration settings under **Org Level Apps**.
17+
1618
To learn more about the OAuth installation flow with Slack, [read the API documentation](https://api.slack.com/authentication/oauth-v2).
1719

1820
</div>

0 commit comments

Comments
 (0)