Slack does not accept app directory submissions using the legacy identity.avatar
,identity.basic
, identity.email
and identity.team
scopes
#702
Labels
Socialite Version
5.13.2
Laravel Version
11.2.0
PHP Version
8.3
Database Driver & Version
MySQL 8
Description
The Slack provider requests the scopes
identity.basic
,identity.email
,identity.team
andidentity.avatar
, which are marked as outdated. This means developers cannot register new Slack applications, because the following automated feedback is provided, which blocks the developer for submitting their new application to the Slack app directory.Slack suggests to use OpenID instead.
See https://api.slack.com/authentication/sign-in-with-slack for more information.
Steps To Reproduce
Submit an app to the Slack app directory using the scopes
identity.avatar
,identity.basic
,identity.email
andidentity.team
and see the error message.The text was updated successfully, but these errors were encountered: