mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
Implement tacacs+ auth backend.
This commit is contained in:
@@ -286,6 +286,7 @@ REST_FRAMEWORK = {
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
'awx.sso.backends.LDAPBackend',
|
||||
'awx.sso.backends.RADIUSBackend',
|
||||
'awx.sso.backends.TACACSPlusBackend',
|
||||
'social.backends.google.GoogleOAuth2',
|
||||
'social.backends.github.GithubOAuth2',
|
||||
'social.backends.github.GithubOrganizationOAuth2',
|
||||
|
||||
Reference in New Issue
Block a user