You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"])
The text was updated successfully, but these errors were encountered:
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"])
The text was updated successfully, but these errors were encountered: