goth icon indicating copy to clipboard operation
goth copied to clipboard

LinkedIn deprecated OAuth login in favour of OIDC

Open yktoo opened this issue 10 months ago • 3 comments

The deprecation notice:

This version of Sign In with LinkedIn has been deprecated as of August 1, 2023. For all Sign In with LinkedIn implementations going forward, please refer to Sign In with LinkedIn using OpenID Connect.

This leads to a change of scopes: instead of r_liteprofile, r_emailaddress only the following is now available:

  • oidc
  • profile
  • email

As a consequence, fetching profile in goth now fails with 403 Forbidden (here).

yktoo avatar Aug 25 '23 13:08 yktoo

Thanks for reporting this @yktoo

In this case, would changing the scopes in the code be sufficient, or would any API endpoints need to be updated?

techknowlogick avatar Sep 06 '23 02:09 techknowlogick

No, I tried with the above scopes and that's what results in a 403. I'm not sure what else needs to be changed.

yktoo avatar Sep 06 '23 04:09 yktoo

I have this issue too, can verify what @yktoo said. Please advise.

trendamplifier avatar Oct 23 '23 12:10 trendamplifier