Enable Azure AD third party auth provider by default

This commit is contained in:
Braden MacDonald
2016-03-29 14:16:03 -07:00
parent 74a9989f04
commit ee444ed67f
4 changed files with 58 additions and 0 deletions

View File

@@ -576,6 +576,7 @@ if FEATURES.get('ENABLE_THIRD_PARTY_AUTH'):
'social.backends.google.GoogleOAuth2',
'social.backends.linkedin.LinkedinOAuth2',
'social.backends.facebook.FacebookOAuth2',
'social.backends.azuread.AzureADOAuth2',
'third_party_auth.saml.SAMLAuthBackend',
'third_party_auth.lti.LTIAuthBackend',
]) + list(AUTHENTICATION_BACKENDS)