social-app-django icon indicating copy to clipboard operation
social-app-django copied to clipboard

Deprecated Sign In with LinkedIn

Open bernardotavares opened this issue 2 years ago • 2 comments

Sign In with LinkedIn has been deprecated since Aug 1 2023, (deprecation notice), this option is no longer available to new app developers.

This issue already describes it really well: https://github.com/supabase/gotrue/issues/1216

Any logs, error output, etc?

Error: social_core.exceptions.AuthFailed: Authentication failed: Scope "r_liteprofile" is not authorized for your application

Log: "GET /complete/linkedin-oauth2/?error=unauthorized_scope_error&error_description=Scope+%26quot%3Br_liteprofile%26quot%3B+is+not+authorized+for+your+application&state=quZhyp3ho9wwypaJ5yR1ozIIHNYx3ywl HTTP/1.1" 500 119217 File "C:\Python39\lib\site-packages\social_core\backends\linkedin.py", line 118, in process_error super().process_error(data) File "C:\Python39\lib\site-packages\social_core\backends\oauth.py", line 400, in process_error raise AuthFailed(self, data.get("error_description") or data["error"])

bernardotavares avatar Sep 11 '23 07:09 bernardotavares

I'm facing the same issue here

rfreis avatar Sep 14 '23 15:09 rfreis

same here, seems like a fix was started here: https://github.com/python-social-auth/social-core/pull/829

noxan avatar Sep 22 '23 15:09 noxan