Deprecated Sign In with LinkedIn
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"])
I'm facing the same issue here
same here, seems like a fix was started here: https://github.com/python-social-auth/social-core/pull/829