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

Incompatibility of gems #37

Open
jchatel opened this issue May 24, 2017 · 1 comment
Open

Incompatibility of gems #37

jchatel opened this issue May 24, 2017 · 1 comment

Comments

@jchatel
Copy link

jchatel commented May 24, 2017

FYI:

gem 'omniauth-oauth2', '~>1.4.0' 
+
gem 'omniauth-linkedin-oauth2', '~>0.1.5'

Causes omni auth to fail. Linkedin reply with this:

Started GET "/auth/linkedin?logon=linkedin" for 127.0.0.1 at 2017-05-24 18:28:51 +0200
(linkedin) Callback phase initiated.
(linkedin) Authentication failure! invalid_credentials: OAuth2::Error, invalid_request: missing required parameters, includes an invalid parameter value, parameter more than once. : Unable to retrieve access token : appId or redirect uri does not match authorization code or authorization code expired
{"error_description":"missing required parameters, includes an invalid parameter value, parameter more than once. : Unable to retrieve access token : appId or redirect uri does not match authorization code or authorization code expired","error":"invalid_request"}

Using gem 'omniauth-oauth2', '~>1.3.1' works...

@vikramtrs
Copy link

vikramtrs commented Mar 27, 2018

gem 'omniauth-oauth2', '~>1.3.1'
+
gem 'omniauth-linkedin-oauth2', '~>0.1.5'

still doesn't work for me...

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