-
I had to do Monkey Patching like this:
```rb
module OmniAuth
module Strategies
class LinkedIn < OmniAuth::Strategies::OAuth2
uid do
raw_info["sub"]
end
info…
-
### 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…
-
Sign In with LinkedIn has been deprecated since Aug 1 2023, ([deprecation notice](https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin)), this option is no…
-
### Expected behaviour
Should get the profile information from a LinkedIn logged in user using OAuth2
### Actual behaviour
Despite changing the scopes in settings.py, the social-auth app auto…
-
Error from LinkedIn following the instructions:
```
invalid redirect_uri. This value must match a URL registered with the API Key.
```
I had to set the OAuth 2.0 Redirect URLs to:
https://example.co…
-
We're seeing a lot of such errors. They are seemingly random. I can authenticate with LinkedIn, log out from my app and then try to log back in using LinkedIn OAuth to see this error:
```
E, [2024…
-
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…
-
```
What steps will reproduce the problem?
1. Use OAuth2 with Linkedin Signin
2. Fails on retrieveToken ("https://www.linkedin.com/uas/oauth2/accessToken")
What is the expected output? What do you se…
-
```
What steps will reproduce the problem?
1. Use OAuth2 with Linkedin Signin
2. Fails on retrieveToken ("https://www.linkedin.com/uas/oauth2/accessToken")
What is the expected output? What do you se…
-
```
What steps will reproduce the problem?
1. Use OAuth2 with Linkedin Signin
2. Fails on retrieveToken ("https://www.linkedin.com/uas/oauth2/accessToken")
What is the expected output? What do you se…