Skip to content

Commit cba6a70

Browse files
stevengillseratch
authored andcommitted
Added minimum bolt-python version for org-apps
1 parent 9ce2c35 commit cba6a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_basic/authenticating_oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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**.
16+
Bolt for Python automatically includes support for [org wide installations](https://api.slack.com/enterprise/apps) in version `1.1.0+`. Org wide installations can be enabled in your app configuration settings under **Org Level Apps**.
1717

1818
To learn more about the OAuth installation flow with Slack, [read the API documentation](https://api.slack.com/authentication/oauth-v2).
1919

0 commit comments

Comments
 (0)