mirror of
https://github.com/ansible/awx.git
synced 2026-08-05 12:30:02 -02:30
Adding remove_superuser and remove_system_auditors to the SAML user attribute map (#12522)
This commit is contained in:
@@ -1537,9 +1537,11 @@ register(
|
||||
('is_superuser_attr', 'saml_attr'),
|
||||
('is_superuser_value', 'value'),
|
||||
('is_superuser_role', 'saml_role'),
|
||||
('remove_superusers', True),
|
||||
('is_system_auditor_attr', 'saml_attr'),
|
||||
('is_system_auditor_value', 'value'),
|
||||
('is_system_auditor_role', 'saml_role'),
|
||||
('remove_system_auditors', True),
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user