New feature: Add SAML users as organization admins

This commit is contained in:
Antony PERIGAULT
2018-05-02 15:00:39 +02:00
committed by chris meyers
parent 6ec2228885
commit 3b6ab6217b
2 changed files with 36 additions and 20 deletions

View File

@@ -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',
)