Questions tagged [omniauth-linkedin]

LinkedIn OAuth2 strategy for OmniAuth.

LinkedIn OAuth2 strategy for OmniAuth.

Useful links

28 questions
9
votes
1 answer

How to fix SSL error thrown by omniauth LinkedIn

I'm trying to set up an authentication via LinkedIn in the rails 5.2 application, for the same I'm referring to the documentation given by devise but I am getting the following error: ERROR -- omniauth: (linkedin) Authentication failure! Connection…
9
votes
1 answer

LinkedIn photo_urls or picture-urls::(original) not being returned

So I am using omniauth and devise for LinkedIn authentication in my Rails 5 app. omniauth-linkedin-oauth2 (0.2.5) devise (4.4.1) Everything is working great for the most part and users are able to signup and authenticate using LinkedIn. However…
6
votes
1 answer

Rails Omniauth for Linkedin not working

I'm trying to get the Linkedin access token by Omniauth, using Devise, Omniauth and omniauth-linkedin-oauth-2. Either with facebook and twitter, I can get the access token, but when I try it with linkedin, I'm getting the following error in the…
4
votes
1 answer

Oauth Login error while logging in using linkedin credentials ("error":"https_required")

I am using omniauth-linkedin-oauth2 (1.0.0) gem to login the users to our site using linkedin it was working fine until now not sure if its related to linkedin API changes or what I am getting the below error | (linkedin) Authentication failure!…
3
votes
1 answer

Uninitialized constant OmniauthCallbacksController when trying to sign up user

I'm having an issue with getting OmniAuth to work. I've been following this tutorial here to try and implement it with my existing app, but am coming up with the ActionController::RoutingError at /users/auth/github/upgrade uninitialized constant…
J. Jackson
  • 3,326
  • 8
  • 34
  • 74
2
votes
1 answer

ActiveRecord::RecordInvalid (Validation failed: Uid can't be blank) Omniauth LinkedIn Devise

While saving the User model, I receive (Validation failed: Uid can't be blank). Uid itself, belongs to the Identity object - which serves as a single identity access point for multiple identity types. In other words, you will be able to use…
Cole Phiper
  • 349
  • 1
  • 13
2
votes
2 answers

Rails 4 with Devise, Omniauth and multiple service providers

I am trying desperately to find a way to get devise to work in my Rails 4 app. I have tried every tutorial I can find to get this set up. The current tutorial is:http://sourcey.com/rails-4-omniauth-using-devise-with-twitter-facebook-and-linkedin/ My…
Mel
  • 2,481
  • 26
  • 113
  • 273
2
votes
2 answers

Oauth2 Login for Facebook, Linkedin and Google Stopped Working with Devise and Omniauth, But Still Works for LinkedIn and Twitter

I have a site that is configured to work with multiple Oauth2 API's using Devise with Omniauth and has been functioning normally until last week. Currently login with Twitter and Github still function normally; however, Facebook, LinkedIn and Google…
1
vote
1 answer

Linkedin omniauth works sometimes and not others with ruby on rails 5

I've searched everywhere for a solution. Any help is greatly, greatly appreciated. I've set up linkedin oauth in my rails 5 app along with devise, and sometimes it works (1 out of 50 times), sometimes it doesn't using the exact same workflow. …
1
vote
1 answer

Linkedin oauth2 r_liteprofile not being returned from api

So I have a rails app and I am using this gem for oauth2. Now on the developer's console on linkedin I can only select r_basicprofile, r_emailaddress, rw_company_admin and w_share. So I have r_basicprofile selected. Now once identified linkedin…
1
vote
0 answers

How to make user continue filling the form after allowing access for(facebook, twitter, ...)?

I'm making a project and i'm using RoR as a back-end and angularJS as a front-end, I'm stuck with register using linkedin, I have followed this tutorial link and it helped me, but my application needs more information from user to be entered while…
Amr Adel
  • 574
  • 1
  • 7
  • 18
1
vote
1 answer

Rails server not staring - There was an error while trying to load the gem 'omniauth-linkedin' in ruby on rails

I'm absolutely new to ruby on rails application. I'm stuck with an error while starting the rails server, it shows: There was an error while trying to load the gem omniauth-linkedin. (Bundler::GemRequireError). Following are the version that I'm…
Vivekraj K R
  • 2,418
  • 2
  • 19
  • 38
1
vote
0 answers

Rails with Devise, omniauth-google-oauth2 and omniauth-linkedin-oauth2 Authentication failed

I am using omniauth-oauth2,omniauth-google-oauth2,omniauth-linkedin-oauth2,omniauth-facebook,omniauth-twitter gems for Authentication of my basic rails app hosted in aws ec2.Facebook and Twitter Authentication is working fine but while…
1
vote
0 answers

Getting error Faraday::ClientError: the server responded with status 400 on adding a share to linkedin in rails

I am trying to add a share using linkedin-oauth2 gem and getting an error Faraday::ClientError: the server responded with status 400 I have also tried from irb but still getting same error. I have w_share permissions set for my access token but I…
Prateek Darmwal
  • 161
  • 1
  • 13
0
votes
0 answers

Error when generating OAuth token in LinkedIn Developer API (token generator)

Dear LinkedIn support team, I tried to create a OAuth 2.0 access token with openid OAuth flow. While it works for profile and email OAuth flow, the process fails with an unspecific error when selecting openid. In the console, I see two errors which…
codiac
  • 1
  • 1
1
2