mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -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:
@@ -111,6 +111,7 @@ try:
|
||||
include(
|
||||
settings_file,
|
||||
optional(settings_files),
|
||||
'postprocess.py',
|
||||
scope=locals(),
|
||||
)
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user