mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Write a thin wrapper around the standard Django auth backend
This commit is contained in:
@@ -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',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user