Chris Meyers
2ed97aeb0c
implement multiple ldap servers
2018-01-11 09:03:14 -05:00
Chris Meyers
1899795d08
Merge pull request #721 from chrismeyersfsu/feature-2_factor
...
allow support for saml + 2-factor
2017-11-29 14:54:57 -05:00
Bill Nottingham
8cede51bac
Remove stray quote from help string.
2017-11-28 14:32:39 -05:00
Chris Meyers
383c3cfe3e
add more saml fields
2017-11-28 13:49:35 -05:00
Chris Meyers
98f2d936d9
allow support for saml + 2-factor
...
* python-social-auth has SOCIAL_AUTH_SAML_SECURITY_CONFIG, which is
forwarded to python-saml settings configuration. This commit exposes
SOCIAL_AUTH_SAML_SECURITY_CONFIG to configure tower in tower to allow
users to set requestedAuthnContext, which will disable the requesting of
password type auth from the idp. Thus, it's up to the idp to choose
which auth to use (i.e. 2-factor).
2017-11-17 09:25:50 -05:00
Bill Nottingham
89d0f90e27
Add system auditor placeholder.
2017-11-01 10:46:39 -04:00
Julen Landa Alustiza
50b4002280
Fix broken link on LDAP group type help text
...
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info >
2017-09-25 23:43:41 +02:00
Aaron Tan
93341d6108
Revert "Add Tower Configuration setting AUTH_LDAP_GROUP_TYPE_MEMBER_ATTR"
2017-09-22 09:48:32 -04:00
Aaron Tan
d271757eba
Fix issue #114
...
Add Tower Configuration setting AUTH_LDAP_GROUP_TYPE_MEMBER_ATTR.
Signed-off-by: Aaron Tan <jangsutsr@gmail.com >
2017-09-19 11:15:45 -04:00
Aaron Tan
0121e5c22b
Update API help text for Tower configuration.
2017-08-18 15:02:12 -04:00
Aaron Tan
1e77f909a5
Force providing TACACSPLUS_SECRET when TACACSPLUS_HOST is set
2017-08-07 12:12:05 -04:00
Aaron Tan
c1e16c2f46
Merge pull request #73 from jangsutsr/6986_make_up_default_values_for_tower_config
...
Make up default values for tower configurations
2017-08-01 20:33:41 -04:00
Chris Meyers
ed8db2419e
make specific saml fields required
2017-07-31 09:28:52 -04:00
Aaron Tan
e8bd477f1e
Make up default values for tower configurations
2017-07-27 15:02:25 -04:00
Bill Nottingham
8482ed0432
Merge pull request #6818 from wenottingham/i-have-no-idea-what-im-doing
...
SAML configuration changes based on feedback from field.
2017-07-14 17:05:50 -04:00
Aaron Tan
c6ed70dd9d
Merge pull request #6928 from jangsutsr/6904_strengthen_attribute_check_for_tower_conf_validators
...
Strengthen attribute check for Tower configuration validations
2017-07-12 13:30:44 -04:00
Aaron Tan
3fe12e77b7
Merge pull request #6837 from jangsutsr/6107_ldap_setting_field_validator_updates
...
LDAP setting fields validation updates.
2017-07-12 12:09:48 -04:00
Aaron Tan
0138510936
Strengthen attribute check for Tower configuration validations
2017-07-07 11:44:56 -04:00
Bill Nottingham
f8515857b2
Remove assorted references to Tower.
...
Reword and remove references to Tower so they don't need parameterized.
2017-07-05 16:42:47 -04:00
Aaron Tan
2c69d433e9
LDAP setting fields validation updates.
2017-06-30 15:30:59 -04:00
Bill Nottingham
d0a19d4f21
Fix flake8
2017-06-29 18:04:38 -04:00
Bill Nottingham
b1e6264ac0
SAML configuration changes based on feedback from field.
...
1. Default SOCIAL_AUTH_SAML_SP_ENTITY_ID to the Tower hostname/base URL.
2. Refer to the callback URL as the Assertion Consumer Service, per common SAML notation.
2017-06-29 16:33:34 -04:00
Aaron Tan
5e398e4a25
Add Tower configuration category validation for TACACS+
2017-06-26 10:58:05 -04:00
Aaron Tan
2476c42b1e
Simplify Tower configuration help texts.
2017-05-24 09:51:54 -04:00
Aaron Tan
fd4aaa6ca9
Implement tacacs+ auth backend.
2017-04-12 16:19:42 -04:00
Aaron Tan
f2c99eeaf5
Basic tacacs+ CTiT.
2017-04-12 16:19:42 -04:00
Ryan Petrello
ec52e18be8
allow is_system_auditor with AUTH_LDAP_USER_FLAGS_BY_GROUP
...
see: #4959
2017-03-07 16:48:51 -05:00
Ryan Petrello
f4d55659f0
enforce a sane default OPT_NETWORK_TIMEOUT for LDAP connections
...
see: #5208
2017-02-07 12:37:05 -05:00
Ryan Petrello
5bd670291b
default certain LDAP settings to None instead of an empty string
...
Related: #5148 #4678
2017-02-02 13:06:59 -05:00
Ryan Petrello
0bcbaa5c86
allow certain LDAP settings fields to be nullable
...
necessary to completely resolve #4678
2017-01-24 09:31:44 -05:00
Chris Church
b947367606
Add default for ldap group type.
2016-12-14 11:54:50 -05:00
Chris Church
417d7c29ee
Allow SAML entity ID to be any string, not required to be a URL.
2016-12-06 12:56:25 -05:00
Matthew Jones
408c79a845
Merge pull request #4219 from sundeep-co-in/STAGE
...
add django.pot
2016-12-04 21:04:41 -05:00
sundeep-co-in
cd5301bf49
add django.pot
2016-12-02 14:02:13 +05:30
Chris Church
6a02ca1de0
Add support for encrypting settings that are passwords.
2016-11-30 11:22:39 -05:00
Chris Church
934da3c425
Allow specifying multiple LDAP servers.
2016-11-28 16:54:16 -05:00
Chris Church
01f59b4696
Update defaults for SAML info/contact settings.
2016-11-28 13:16:29 -05:00
Chris Church
5b1df83fcc
Add support for hiding settings based on whether features are enabled in the license.
2016-11-21 14:15:41 -05:00
Chris Church
9538ad2983
Merge pull request #4072 from cchurch/what-even-are-tuples
...
No tuples for API config, mention JavaScript regular expression support.
2016-11-21 11:35:12 -05:00
Chris Church
ac298ba2e2
Apply #4009 to #3910 .
2016-11-20 11:02:22 -05:00
Chris Church
b5e5ed1fd4
No tuples for API config, mention JavaScript regular expression support.
2016-11-19 21:06:54 -05:00
Matthew Jones
b8db27bb39
Merge pull request #3910 from cchurch/azuread-oauth2
...
Add AzureAD OAuth2 support.
2016-11-18 11:28:04 -05:00
Aaron Tan
1cbeb71843
Merge pull request #4034 from jangsutsr/4023_resume_flake8_E302
...
Resume flake8 E302.
2016-11-16 10:41:18 -05:00
Aaron Tan
9e4655419e
Fix flake8 E302 errors.
2016-11-15 20:59:39 -05:00
Chris Church
77a0e1445a
Merge pull request #4009 from cchurch/fix-callback-url-fields
...
Fix callback URL fields to update when TOWER_URL_BASE changes
2016-11-15 18:28:44 -05:00
Aaron Tan
473ed016de
Fix flake8 E305 errors.
2016-11-15 16:32:27 -05:00
Chris Church
e22b0f75b8
Fix social auth callback URLs to depend on TOWER_URL_BASE so they are updated when it changes.
2016-11-15 00:58:33 -05:00
Chris Church
90769eedbc
Add AzureAD OAuth2 support. Implements #3902 .
2016-11-08 10:22:44 -05:00
Chris Church
8883738a7c
Fix issue when string list settings field is null. Resolves #3683 .
2016-10-12 14:47:22 -04:00
Bill Nottingham
cc4025977f
Update help text to reflect 3.0 remove: default change
2016-09-29 17:01:11 -04:00