sahat/satellizer

LinkedIn scope parameter problem

luizadavtyan opened this issue · 4 comments

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

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 ?