diff --git a/lms/envs/production.py b/lms/envs/production.py index e451166a43..21f5c494a8 100644 --- a/lms/envs/production.py +++ b/lms/envs/production.py @@ -619,6 +619,7 @@ if FEATURES.get('ENABLE_THIRD_PARTY_AUTH'): 'social_core.backends.linkedin.LinkedinOAuth2', 'social_core.backends.facebook.FacebookOAuth2', 'social_core.backends.azuread.AzureADOAuth2', + 'social_core.backends.apple.AppleIdAuth', 'third_party_auth.identityserver3.IdentityServer3', 'third_party_auth.saml.SAMLAuthBackend', 'third_party_auth.lti.LTIAuthBackend',