Enable "Sign in with Apple" auth backend (ARCHBOM-1281) (#24368)

This commit is contained in:
Tim McCormack
2020-07-07 09:25:33 -04:00
committed by GitHub
parent ffbfe6bf83
commit df3f8d4344

View File

@@ -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',