Skip to content

Commit 18f8020

Browse files
authored
Merge pull request #38 from seanmcne/seanmcne-mayUpdates2
Update Settings.xml Added: - inheritedRolePrivilegesFromTeamRoles - allowRoleAssignmentOnDisabledUsers - skipAadGroupObjectIdValidation. - Changed TrackAppointmentSfromNonOrganizer spelling to match, also changed to use the new default after this changed
2 parents 764f5d4 + 0b6e05b commit 18f8020

File tree

1 file changed

+39
-14
lines changed

1 file changed

+39
-14
lines changed

mspfedyn_/OrgDbOrgSettings/Settings.xml

+39-14
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@
11321132
<orgSetting
11331133
minSupportedVersion="9.1.0.3648"
11341134
maxSupportedVersion="9.999.9999.9999"
1135-
name="TrackAppointmentFromNonOrganizer"
1135+
name="TrackAppointmentsFromNonOrganizer"
11361136
isOrganizationAttribute="true"
11371137
min=""
11381138
max=""
@@ -1345,6 +1345,7 @@
13451345
supportUrl="http://support.microsoft.com/kb/2691237"
13461346
urlTitle="KB 2691237"
13471347
description="&lt;b&gt;Use With Caution&lt;/b&gt;:Disables the Sharepoint Sync connection KeepAlive property - this should only be used with specific guidance when using an OnPrem Sharepoint URL with Sharepoint Sync and when the onprem sharepoint server has too small of a TLS KeepAlive time configured on their Sharepoint IIS server or NLB"/>
1348+
13481349
<orgSetting
13491350
minSupportedVersion="9.1.0.2859"
13501351
maxSupportedVersion="9.999.9999.9999"
@@ -1357,18 +1358,6 @@
13571358
supportUrl="http://support.microsoft.com/kb/2691237"
13581359
urlTitle="KB 2691237"
13591360
description="Resolution to address the p tag issue in IE"/>
1360-
<orgSetting
1361-
minSupportedVersion="9.1.0.2859"
1362-
maxSupportedVersion="9.999.9999.9999"
1363-
name="InheritedRolePrivilegesFromTeamRoles"
1364-
isOrganizationAttribute="false"
1365-
min=""
1366-
max=""
1367-
defaultValue="false"
1368-
settingType="Boolean"
1369-
supportUrl="http://support.microsoft.com/kb/2691237"
1370-
urlTitle="KB 2691237"
1371-
description="Enables Team derived privileges when AADGroupTeamFeatures is enabled"/>
13721361
<orgSetting
13731362
minSupportedVersion="9.1.0.4036"
13741363
maxSupportedVersion="9.999.9999.9999"
@@ -1441,7 +1430,43 @@
14411430
supportUrl="http://support.microsoft.com/kb/2691237"
14421431
urlTitle="KB 2691237"
14431432
description="True to enable, False to disable(preserve existing behavior). True will to skip the = in the query URI for empty string parameters"/>
1444-
1433+
<orgSetting
1434+
minSupportedVersion="9.1.0.4000"
1435+
maxSupportedVersion="9.999.9999.9999"
1436+
name="InheritedRolePrivilegesFromTeamRoles"
1437+
isOrganizationAttribute="false"
1438+
min=""
1439+
max=""
1440+
defaultValue="True"
1441+
settingType="Boolean"
1442+
supportUrl="http://support.microsoft.com/kb/2691237"
1443+
urlTitle="KB 2691237"
1444+
description="Disables the Azure AD Group team functionality of the organization in an event that there is a performance related issue. The Azure AD Group team feature is shipped enabled by default.&lt;br/&gt;&lt;b&gt;False&lt;/b&gt;- Disable Azure AD Group Team and members of group teams are required to have their own security role assigned to them directly. Run-time calls to Azure AD to obtain the user&#8217;s AAD groups are stopped.&lt;br/&gt;&lt;b&gt;True&lt;/b&gt;&#8211; Azure AD GroupTeam is enabled and members of group teams shall inherit user\basic privileges directly and user privileges are derived at run-time. Run-time calls to Azure AD to obtain user&#8217;s AAD groups are invoked."/>
1445+
<orgSetting
1446+
minSupportedVersion="9.1.0.5610"
1447+
maxSupportedVersion="9.999.9999.9999"
1448+
name="AllowRoleAssignmentOnDisabledUsers"
1449+
isOrganizationAttribute="false"
1450+
min=""
1451+
max=""
1452+
defaultValue="False"
1453+
settingType="Boolean"
1454+
supportUrl="http://support.microsoft.com/kb/2691237"
1455+
urlTitle="KB 2691237"
1456+
description="Enables the assignment of security role for users with a disabled status. This allows scenario where customers can create stub users and assign a different security role. This is needed so that stub/disabled users can own records especially where these records are from custom entities where custom security roles are required. &lt;br/&gt;&lt;b&gt;False&lt;/b&gt; - By default, security role cannot be assigned to users with disabled status. &lt;br/&gt;This is shipped by default.&lt;b&gt;True&lt;/b&gt; &#8211; Allows security role to be assigned to users with disabled status."/>
1457+
<orgSetting
1458+
minSupportedVersion="9.1.0.5808"
1459+
maxSupportedVersion="9.999.9999.9999"
1460+
name="SkipAadGroupObjectIdValidation"
1461+
isOrganizationAttribute="false"
1462+
min=""
1463+
max=""
1464+
defaultValue="False"
1465+
settingType="Boolean"
1466+
supportUrl="http://support.microsoft.com/kb/2691237"
1467+
urlTitle="KB 2691237"
1468+
description="Disables the validation of Azure AD Group objectID and allows application to create Group team in CDS. This is to mitigate the latency in the Azure AD distributed cache where a newly created Azure AD group cannot be validated if the subsequent Azure AD Group graph call goes to a distributed cache server that does not have the new Azure AD group yet.&lt;br/&gt;&lt;b&gt;False&lt;/b&gt; - do not skip Azure AD group objectID validation during Group Team creation. This is shipped by default.&lt;br/&gt;&lt;b&gt;True&lt;/b&gt; &#8211; skip Azure AD group objectID validation to allow application to create Group team."/>
1469+
14451470
<!--ORGANIZTION ATTRIBUTE Settings - these are NOT OrgDbOrgSettings but Organization.Attribute(s) -->
14461471
<orgSetting minSupportedVersion="9.1.0.1100"
14471472
maxSupportedVersion="9.9.9999.9999"

0 commit comments

Comments
 (0)