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

[5.x] Add Slack OpenID provider #704

Merged

Conversation

maartenpaauw
Copy link
Contributor

This pull request adds a separate Slack OpenID provider. It follows the entire auth flow, documented by Slack at: https://api.slack.com/authentication/sign-in-with-slack#implementation

The name of the provider class and retrieving configuration is inspired based on the LinkedIn OpenID provider.

To try the new provider out, you have to create a Slack application with the user scopes openid, profile and email.

This pull request closes issue #702

Copy link
Member

@driesvints driesvints left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @maartenpaauw!

@maartenpaauw maartenpaauw marked this pull request as draft May 3, 2024 13:30
@maartenpaauw
Copy link
Contributor Author

@driesvints You're welcome. I just converted this PR to draft to add some tests.

@maartenpaauw maartenpaauw marked this pull request as ready for review May 3, 2024 13:40
@taylorotwell taylorotwell merged commit c7b0193 into laravel:5.x May 3, 2024
20 checks passed
@maartenpaauw maartenpaauw deleted the feature/5.x-slack-openid-provider branch May 3, 2024 21:06
@driesvints
Copy link
Member

Thanks @maartenpaauw. We'd also appreciate a PR to the docs!

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

Successfully merging this pull request may close these issues.

3 participants