Open LoicOuth opened 2 months 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
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
Thanks for the package. I wasted almost a week on this problem, thinking that the error was mine.
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 😉
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, withOpenId Connect
, which needs to be adopted to ensure the package remains functional and up-to-date.OpenId Connect
involves several changes, including updates to the scopes and some of the APIs used.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