Skip to content

Commit

Permalink
Merge pull request #5193 from grafana/dev
Browse files Browse the repository at this point in the history
v1.11.3
  • Loading branch information
iskhakov authored Oct 18, 2024
2 parents 3040a14 + c01034c commit b15c4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/apps/social_auth/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Scopes for slack user token.
# It is main purpose - retrieve user data in SlackOAuth2V2 but we are using it in legacy code or weird Slack api cases.
USER_SCOPE = ["channels:read", "identify", "users.profile:read", "users:read", "users:read.email"]
USER_SCOPE = ["channels:read", "users.profile:read", "users:read", "users:read.email"]

# Scopes for slack bot token.
# It is prime token we are using for most requests to Slack api.
Expand Down

0 comments on commit b15c4f7

Please sign in to comment.