We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
Any solution how to use singin with linkedin in our website?
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: