mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
New feature: Add SAML users as organization admins
This commit is contained in:
committed by
chris meyers
parent
6ec2228885
commit
3b6ab6217b
@@ -1196,7 +1196,9 @@ register(
|
||||
category_slug='saml',
|
||||
placeholder=collections.OrderedDict([
|
||||
('saml_attr', 'organization'),
|
||||
('saml_admin_attr', 'organization_admin'),
|
||||
('remove', True),
|
||||
('remove_admins', True),
|
||||
]),
|
||||
feature_required='enterprise_auth',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user