Hi Team,
I’m experiencing an issue while integrating LinkedIn with our Open edX application. The following error is occurring:
raise AuthFailed(self, data.get('error_description') or
social_core.exceptions.AuthFailed: Authentication failed: Scope "r_liteprofile" is not authorized for your application
[10/Oct/2024 17:08:08] "GET /auth/complete/linkedin-oauth2/?error=unauthorized_scope_error&error_description=Scope+%26quot%3Br_liteprofile%26quot%3B+is+not+authorized+for+your+application&state=hPZlGt3ikapXnptg17gKEnqpIUzUOkBR HTTP/1.1" 500 383350
Authentication failed: Scope "r_liteprofile" is not authorized for your application.
With the new feature, “Sign In with LinkedIn using OpenID Connect,” I have noticed that the settings in the LinkedIn Developer portal are different from the older configuration.
For more details, here’s the Sign In with LinkedIn using OpenID Connect
I’ve followed the official Open edX documentation.
Has anyone else tried this integration? Any insights or suggestions would be greatly appreciated!
