-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
LinkedIn scope parameter problem #1139
Comments
Same here |
Okay, just found out the issue. You need to go to the Linkedin APP settings inside your Linkedin account, and go to: Auth -> OAuth 2.0 settings -> Redirect URLs There you have to setup a URL that is working properly with your frontend |
@Eduardo-Julio I have set up a URL there that is pointing to my backend function, in which i retrieve all the information about the user from LinkedIn. I used examples in the package for a reference. But it doesn't even enter the function, it immediately throws this error. I tried to put URL of frontend part, but in this case it opens my website in the popup, with the same error in the URL as parameters |
same too .. @luizadavtyan did you solve / find something else ? |
Hi, i have been experiencing a problem when authenticating with LinkedIn. There is no problem with Facebook and Google, however, when i try to authenticate with linkedin i get the following response: "You need to pass the "scope" parameter". Isn't the "scope" parameter included by default? I also tried explicitly include the parameter when setting clientId, still i get the same error. I would very much appreciate any help.
Thanks in advance
The text was updated successfully, but these errors were encountered: