Skip to content
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

Sign In With Slack Oauth is now using OpenID Connect standard #21

Closed
kwent opened this issue Sep 3, 2021 · 2 comments
Closed

Sign In With Slack Oauth is now using OpenID Connect standard #21

kwent opened this issue Sep 3, 2021 · 2 comments

Comments

@kwent
Copy link

kwent commented Sep 3, 2021

Not really an issue, but i wanted to make sure people are aware:

It's based on the OpenID Connect standard, built on top of OAuth 2.0.

New flow: https://api.slack.com/authentication/sign-in-with-slack
Legacy flow: https://api.slack.com/legacy/sign-in-with-slack

I believe https://github.com/m0n9oose/omniauth_openid_connect can support Sign In with Slack new Oauth flow. (Untested)

@fayeroske
Copy link

I'm also trying to sort this one out, in the throes of our Granular Scopes / OAuth 2.0 v2 migration.

It looks like this is the certified implementation package. Though it'd be cool if we didn't have to add another gem to our solution for it.

It sounds like this actually might be an issue. Slack Support informed us that identity.* scopes are deprecated, and any future changes to our Slack App will be rejected if we don't upgrade to use the OpenID scopes.

@kwent
Copy link
Author

kwent commented Mar 29, 2024

@kwent kwent closed this as completed Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants