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
Authentication failed: Scope "r_liteprofile" is not authorized for your application
Any other comments?
The issue is due DEFAULT_SCOPE = ["r_liteprofile"] in LinkedinOAuth2 backend class. As soon you remove de defaul value, it's works. Guess the best is use new default values, but, if user define SOCIAL_AUTH_LINKEDIN_OAUTH2_SCOPE settings's var, change DEFAULT_SCOPE value.
The text was updated successfully, but these errors were encountered:
nijel
transferred this issue from python-social-auth/social-app-django
Jun 25, 2024
Expected behaviour
User can login with Linkedin using OAuth2
Actual behaviour
Got an error due Linkedin scopes
What are the steps to reproduce this issue?
Any logs, error output, etc?
Authentication failed: Scope "r_liteprofile" is not authorized for your application
Any other comments?
The issue is due
DEFAULT_SCOPE = ["r_liteprofile"]
inLinkedinOAuth2
backend class. As soon you remove de defaul value, it's works. Guess the best is use new default values, but, if user define SOCIAL_AUTH_LINKEDIN_OAUTH2_SCOPE settings's var, change DEFAULT_SCOPE value.The text was updated successfully, but these errors were encountered: