Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

unable to sign in via linkedin #47

Open
FugDev opened this issue Aug 11, 2015 · 2 comments
Open

unable to sign in via linkedin #47

FugDev opened this issue Aug 11, 2015 · 2 comments

Comments

@FugDev
Copy link

FugDev commented Aug 11, 2015

I configured my linked in app account with "http://localhost:8080/auth/linkedin" as redirect uril (which is the one i see the demo is requesting as redirect_uri param calling linkedin oauth server).
Although i get "invalid redirect_uri. This value must match a URL registered with the API Key."

@FugDev FugDev changed the title unable to lsign in via linkedin unable to sign in via linkedin Aug 11, 2015
@muzeebullah
Copy link

These settings worked for me:

website url:
http://localhost:8080/

redirect urls:
http://localhost:8080/connect/linkedin
http://localhost:8080/signin/linkedin

also, changed scope to : "r_basicprofile r_emailaddress rw_company_admin w_share" [connections won't work with these perms though]

@muzeebullah
Copy link

Note on linked in permissions:
https://developer.linkedin.com/support/developer-program-transition

"...
Access to "r_fullprofile" & “r_contactinfo” permissions

The r_fullprofile and r_contactinfo member permissions are now only available exclusively to applications accepted to the Apply with LinkedIn partner program. As a result, you will only be able to request this member permission if your application has been approved by LinkedIn for this particular use.
..."

These are the default perms allowed as of date: "r_basicprofile r_emailaddress rw_company_admin w_share". Connections link won't work in this module with default perms.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants