You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/oauth/index.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -447,14 +447,14 @@ <h2>Token Lookup<a class="headerlink" href="#token-lookup" title="Permalink to t
447
447
<h2>Sign in with Slack<aclass="headerlink" href="#sign-in-with-slack" title="Permalink to this headline">¶</a></h2>
448
448
<p><aclass="reference external" href="https://api.slack.com/authentication/sign-in-with-slack">Sign in with Slack</a> helps users log into your service using their Slack profile. The platform feature was recently upgraded to be compatible with the standard <aclass="reference external" href="https://openid.net/connect/">OpenID Connect</a> specification. With slack-sdk v3.9+, implementing the auth flow is much easier.</p>
449
449
<p>When you create a new Slack app, set the following user scopes:</p>
<p>Check <aclass="reference external" href="https://github.com/slackapi/python-slack-sdk/blob/main/integration_tests/samples/openid_connect/flask_example.py">the Flask app example</a> to learn how to implement your Web app that handles the OpenID Connect flow with end-users. It does the following:</p>
0 commit comments