-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use Slack oauth.v2 endpoints #52
Comments
I am interested too. |
+1 |
Has there been any update to this? I am facing the same issue. |
In case it helps anyone, I solved this issue by manually updating the social connection with the Management API. I did a PATCH /api/v2/connections/{id} with the following body:
The |
Description
When configuring a "Custom Social Connection" for Slack, using oauth.v2 URLs brings in the end the following error (Slack side):
As noticed elsewhere (e.g. https://stackoverflow.com/questions/61150208/sign-in-with-slack-invalid-scopes-identity-basic-identity-avatar),
scope
parameter should be passed under theuser_scope
name (see also https://api.slack.com/docs/sign-in-with-slack#sign-in-with-slack__details__set-up-your-sign-in-with-slack-button - where the example is correct but the table is not!)Would it be possible to customize the name of this parameter from the UI?
Reproduction
Set a "Custom Social Connection" with the following elements:
Clicking on "Sign in with Slack" on the login page ends up with the following error:
Environment
The one directly available via the Extensions in Auth0.
The text was updated successfully, but these errors were encountered: