diff --git a/social_core/backends/linkedin.py b/social_core/backends/linkedin.py index c85e1439..07fbf0be 100644 --- a/social_core/backends/linkedin.py +++ b/social_core/backends/linkedin.py @@ -43,7 +43,6 @@ def validate_claims(self, id_token): # https://stackoverflow.com/questions/76889585/issues-with-sign-in-with-linkedin-using-openid-connect - class LinkedinOAuth2(BaseOAuth2): name = "linkedin-oauth2" AUTHORIZATION_URL = "https://www.linkedin.com/oauth/v2/authorization"