-
### Expected behaviour
User can login with Linkedin using OAuth2
### Actual behaviour
Got an error due Linkedin scopes
### What are the steps to reproduce this issue?
1. Setup the Djang…
-
Heads-Up: I'll provide more information later.
## Issue
We've upgraded `omniauth-linkedin-oauth2` to `v1.0.1.` yesterday and since then have not received successful sign-ins/sign-ups anymore via…
-
Hi there,
we have error on the callback with the `omniauth-oauth2` gem in version `1.4` so we lock it in our rails application.
**$> Gemfile**
```
52 group :auth do
53 gem 'devise', …
-
As the title says, the problem comes after log in successfully, the popup window will close and successfully send me the code to my main reactjs application but at the same time, it also makes my bac…
-
I am getting `unauthorized_scope_error | Scope "r_liteprofile" is not authorized for your application` very sporadically with linkedin oauth-2. This is very weird as there's no `r_liteprofil…
-
I know this is not the spring securities main support channel. I was watching your video and was able to get the linked-in integration working. Thanks a lot for the assistance on that.
I am still e…
-
The LinkedIn OAuth provider is failing for me in both sample apps for play-authenticate referencing the 0.8.1-SNAPSHOT. I am no longer able to oauth authenticate with my LinkedIn account. Is anyone el…
-
Hi, I'm getting the following response from LinkedIn Oauth:
`{"error_description":"missing required parameters, includes an invalid parameter value, parameter more than once. : Unable to retrieve acce…
-
I'm getting this traceback from django: https://paste.ubuntu.com/p/jxP24njhxd/
The cliend_id and client_secret are definitely correct. I'm using authorized-code grant type, is this a problem with the…
-
Hi all. Help me please.
Request Class .
```
class LinkedIn
{
protected $app_id;
protected $app_secret;
protected $callback;
protected $csrf;
protected $scopes;
…