Skip to content
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 Deprecated Sign In with LinkedIn V1 #97

Open
charlower opened this issue Aug 10, 2023 · 3 comments
Open

LinkedIn Deprecated Sign In with LinkedIn V1 #97

charlower opened this issue Aug 10, 2023 · 3 comments

Comments

@charlower
Copy link

charlower commented Aug 10, 2023

Description

https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin

Looks like they only offer Sign in with Linked In OpenID now, so I don't think this strategy works anymore. More info here:

https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin-v2

I'm not smart enough to fix it.

Edit: Strategy won't work for NEW LinkedIn apps.

@nguaman
Copy link

nguaman commented Aug 15, 2023

I found several people with the same problem:
Here is the thread from the official Auth0 forum.
https://community.auth0.com/t/use-linkedin-social-connection-with-basic-profile-on/111588/4

Apparently, the generated URL is as follows:

https://www.linkedin.com/oauth/v2/authorization?login_hint=&prompt=login&response_type=code&redirect_uri=https%3A%2F%2Fxxxx.eu.auth0.com%2Flogin%2Fcallback&scope=r_liteprofile&state=xxxx&client_id=xxxx

In the scope, it still uses 'r_liteprofile', which should be replaced with 'profile' from what I understand.

@charlower
Copy link
Author

charlower commented Aug 18, 2023

yeah i tried using profile but was getting an 'internal oauth' error. Thanks for the thread link - looks like their engineers are looking into it.

@mahaboobkhan29
Copy link

Any solution how to use singin with linkedin in our website?

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

No branches or pull requests

3 participants