Merge pull request #23658 from edx/ziafazal/ENT-2709

ENT-2709:Map first name to edx username by default oauth SSO
This commit is contained in:
Zia Fazal
2020-04-09 09:56:56 +05:00
committed by GitHub
3 changed files with 76 additions and 1 deletions

View File

@@ -261,6 +261,7 @@ AUTHENTICATION_BACKENDS = [
'social_core.backends.facebook.FacebookOAuth2',
'social_core.backends.azuread.AzureADOAuth2',
'social_core.backends.twitter.TwitterOAuth',
'third_party_auth.identityserver3.IdentityServer3',
'third_party_auth.dummy.DummyBackend',
'third_party_auth.saml.SAMLAuthBackend',
'third_party_auth.lti.LTIAuthBackend',