File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ manage_manage_provision_samlsp_sp_cert: ""
2121manage_manage_provision_samlsp_trusted_proxy : false
2222manage_manage_provision_samlsp_sign : false
2323manage_provision_push : false
24+ manage_super_user_attribute_name : is-member-of
2425manage_tabs_enabled :
2526 - saml20_idp
2627 - saml20_sp
Original file line number Diff line number Diff line change @@ -66,8 +66,9 @@ security:
6666 backdoor_user_name: {{ manage.backdoor_api_user }}
6767 backdoor_password: "{{ manage_backdoor_api_password }}"
6868 api_users_config_path: file://{{ manage_dir }}/manage-api-users.yml
69- super_user_team_names: {{ manage.super_user_team_names }}
70-
69+ super_user_attribute_name: {{ manage_super_user_attribute_name }}
70+ super_user_values: {{ manage.super_user_team_names }}
71+
7172crypto:
7273 development-mode: False
7374 public-key-location: file://{{ manage_dir }}/public_invite_key.pem
You can’t perform that action at this time.
0 commit comments