You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,20 @@
22
22
"header": "",
23
23
"footer": "",
24
24
"settings": [
25
+
{
26
+
"key": "EnableUserSync",
27
+
"display_name": "Whether or not user sync is enabled",
28
+
"type": "bool",
29
+
"help_text": "If enabled, new users will be created and removed users will be disabled. If disabled, user information will not be synced. Disabling this may lead to users that log in via OIDC SSO to end up with incorrect or surprising information in their profile.",
30
+
"default": true
31
+
},
32
+
{
33
+
"key": "EnableGroupSync",
34
+
"display_name": "Whether or not group sync is enabled",
35
+
"type": "bool",
36
+
"help_text": "If enabled, users will be added/removed from teams, channels, and system roles according to their group membership. Note that if user sync is disabled, users will be synced according to their group membership as of the last time user sync was enabled.",
37
+
"default": true
38
+
},
25
39
{
26
40
"key": "EnabledGroup",
27
41
"display_name": "Name of group that gates access to Mattermost in uffd",
0 commit comments