Write a thin wrapper around the standard Django auth backend

This commit is contained in:
Jeff Bradberry
2021-05-07 14:37:39 -04:00
parent 26b7e9de40
commit 5c664eadf9
3 changed files with 16 additions and 1 deletions

View File

@@ -364,7 +364,7 @@ AUTHENTICATION_BACKENDS = (
'social_core.backends.github_enterprise.GithubEnterpriseTeamOAuth2',
'social_core.backends.azuread.AzureADOAuth2',
'awx.sso.backends.SAMLAuth',
'django.contrib.auth.backends.ModelBackend',
'awx.main.backends.AWXModelBackend',
)