omniauth-linkedin-oauth2 icon indicating copy to clipboard operation
omniauth-linkedin-oauth2 copied to clipboard

A LinkedIn OAuth2 strategy for OmniAuth.

Results 31 omniauth-linkedin-oauth2 issues
Sort by recently updated
recently updated
newest added

Getting this error: You need to pass the "client_id" parameter when I add the client_id manually to the url and hit return it works fine? screenshot:http://snap.recruiterswebsites.com/3d7a462fdf68

``` E, [2019-02-07T23:56:35.544889 #45219] ERROR -- omniauth: (linkedin) Authentication failure! invalid_credentials: OAuth2::Error, : {"serviceErrorCode":100,"message":"Not enough permissions to access: GET /me","status":403} ```

Suddenly requests for getting access token or email address or profile info started to raise timeout error 504 from Faraday gem, here is a stacktrace ``` Faraday::ConnectionFailed: execution expired /home/api/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/net/http.rb:880:in...

I'm getting this error in Development. Is there a problem with setting localhost:3000 as the domain of the callback? Because it works with facebook and google. I'm having trouble with...

Having an issue implementing this gem for OAuth2 authentication. I've been getting errors when redirecting to LinkedIn's auth site. Upon investigating further, it seems that the `state` param is required[1]...

Hi all, I just got the email below from LinkedIn, and was wondering whether 'default' means something different in their context than it does in the context of your Readme....

I'm seeing the "Allow/Deny" prompt on the linkedin side, even when I have previously authenticated, and am currently logged into linkedin. I notice this is happening only with an older...

added a summary field so that users can retrieve the LinkedIn `summary` field using this gem.

I can't find a way to get the page URL from which the user clicked the linkedin button, is there an easy way to do it ? Thanks !

Last changes on LinkedIn break your code if the setup uses `secure_image_url: true` that anyway it is not necessary as LinkedIn always sends back the `pictureUrl` attribute as **https**. This...