adonisjs / ally

AdonisJS Social Authentication Provider
MIT License
159 stars 53 forks source link

Update LinkedIn Provider to Use `OpenId Connect` #154

Open LoicOuth opened 2 months ago

LoicOuth commented 2 months ago

Package version

5.0.2

Describe the bug

The current LinkedIn provider utilizes the Sign In With LinkedIn method, which has been deprecated as of August 2023. LinkedIn has introduced a new method, with OpenId Connect, which needs to be adopted to ensure the package remains functional and up-to-date.

I would like to propose a PR to update the LinkedIn provider to use the new method. This update will include changes to the scopes and adjustments to the related API calls to ensure compatibility with LinkedIn's latest requirements.

Please let me know if you would like me to proceed with the PR or if there are any other considerations to take into account.

Thank you!

Reproduction repo

No response

shiny commented 1 month ago

I'm also looking forward to OpenID Connect support, not for LinkedIn, but for Google One Tap. It has a good user experience. https://developers.google.com/identity/gsi/web/guides/features

LoicOuth commented 1 month ago

Hello, I made a package to connect using LinkedIn openid connect, if you want to create own https://www.npmjs.com/package/adonis-ally-linkedin-openid-connect

roslove44 commented 6 days ago

Thanks for the package. I wasted almost a week on this problem, thinking that the error was mine.

LoicOuth commented 6 days ago

Thanks for the package. I wasted almost a week on this problem, thinking that the error was mine.

If you have an error on my package you can open an issue here with details and i will help you : https://github.com/LoicOuth/adonis-ally-linkedin-openid-connect/issues 😉