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

Allow inclusion of custom redirect_uri when configuring provider #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danielschwartz
Copy link

In certain scenarios (for instance when coming from a slack team style subdomain) we want the ability to set a custom redirect_uri, since Slack doesn't allow a wildcard for the subdomain.

Example: Your application allows creation of arbitrary team subdomains (exactly how Slack works). The user clicks the Add to Slack from subdomain1.example.com. However the allowable redirect_uri in the Slack App settings is www.example.com/slack/*. This will break because the gem will currently set the redirect_uri from the current location.

@alexmamonchik
Copy link

one year ago... will be fine to get it merged @kmrshntr

ginjo added a commit to ginjo/omniauth-slack that referenced this pull request Aug 7, 2018
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.

2 participants