Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated Sign In with LinkedIn #504

Open
bernardotavares opened this issue Sep 11, 2023 · 2 comments
Open

Deprecated Sign In with LinkedIn #504

bernardotavares opened this issue Sep 11, 2023 · 2 comments

Comments

@bernardotavares
Copy link

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: supabase/auth#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"])

@rfreis
Copy link

rfreis commented Sep 14, 2023

I'm facing the same issue here

@noxan
Copy link

noxan commented Sep 22, 2023

same here, seems like a fix was started here: python-social-auth/social-core#829

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants