joelbutcher / socialstream

OAuth for Laravel, simplified.

Home Page:https://docs.socialstream.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socialite has added new LinkedIn OpenID provider

avdheshsolanki opened this issue · comments

Please add the support new LinkedIn OpenID provider, and the documentation to use it.

Since LinkedIn updated their APIs and deprecated the product "Sign In with LinkedIn" and changed it to "
Sign In with LinkedIn using OpenID Connect", as of the 1 aug 2023. When using Socialite::driver('linkedin')->stateless()->user(); the API endpoint /me has not enough permissions, the new endpoint is: /v2/userinfo with scope 'openid'.

It is also updated on Socialite here
laravel/socialite#662

Planning to work on this next week 👨🏻‍💻

Thanks for the heads up!