mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
python-saml uses dm.xmlsec.binding only supports python2 by moving to py3, we now use python3-saml (which uses python-xmlsec instead) see: https://github.com/onelogin/python-saml/issues/145#issuecomment-222021691
5 lines
105 B
Python
5 lines
105 B
Python
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved.
|
|
|
|
default_app_config = 'awx.sso.apps.SSOConfig'
|