mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Add support for single-sign on using python-social-auth (with Google/Github OAuth2 and SAML support). Add support for RADIUS as another authentication backend.
This commit is contained in:
@@ -78,6 +78,7 @@ include(optional('/etc/tower/conf.d/*.py'), scope=locals())
|
||||
try:
|
||||
include(
|
||||
optional('local_*.py'),
|
||||
'postprocess.py',
|
||||
scope=locals(),
|
||||
)
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user