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

SlackAPI fails logging into Google authenticated Slack accounts (need AuthMode "google") #116

Closed
christopherliu opened this issue Aug 22, 2017 · 1 comment
Milestone

Comments

@christopherliu
Copy link
Contributor

christopherliu commented Aug 22, 2017

Hello!

We use Slack accounts authenticated by Google. Currently, SlackAPI includes two AuthModes -- normal and saml -- and it throws an error whenever authenticating into one of our bot accounts, which don't use either method.

I was able to get SlackAPI to work by making the following addition to TeamPreferences.cs:

        public enum AuthMode
        {
            normal,
            saml,
            google
        }

Thanks!

@christopherliu christopherliu changed the title Need AuthMode "google" SlackAPI fails logging into Google authenticated Slack accounts (need AuthMode "google") Aug 24, 2017
christopherliu added a commit to christopherliu/SlackAPI that referenced this issue Aug 24, 2017
@gpailler gpailler added this to the 1.0.6 milestone Nov 1, 2018
@gpailler
Copy link
Collaborator

gpailler commented Nov 7, 2018

1.0.7 released

@gpailler gpailler closed this as completed Nov 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

No branches or pull requests

2 participants