-
Notifications
You must be signed in to change notification settings - Fork 147
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
anyone having Authentication failure? #24
Comments
I have it |
+1 |
I'm getting the same thing. This issue was opened in 2014 and still have no solution? |
FYI I switched to the omniauth-linkedin gem and this one works. |
I had the following error:
Just changed my gem from gem |
@henricazottes that is being deprecated no? since it uses v1? |
Well, I can see that it was supposed to be deprecated but it still works.
With those changes everything seems to work :) |
@henricazottes I think I will try to squeeze v1 as long as possible! |
@henricazottes found a way to get the profile url? Really sucks if there isn't a way to get that info |
Didn't try :/ |
I fix it using gem omniauth-linkedin-oauth2 1.0.0 and in devise.rb |
/auth/linkedin
took me directly to/auth/failure
in dev environment. Not seeing linkedin login page.The text was updated successfully, but these errors were encountered: