SCA Configuration - AAD groups
SecContacts.AADGroups
This setting allows you to define an Azure AD group that filters which AAD accounts are used as contacts. Only members of the selected group will be synchronized and shown as AAD contacts in SCA.
Name:
SecContacts.AADGroups
Value:
[{"name":"<AAD group name>", "value":"<AAD group ID>"}]
The Value property is a JSON Array of name
value
pairs.
You can add one or multiple AADGroups to this array as needed. Each group becomes a separate data source in SCA and is auto-enumerated. e.g. AAD1, AAD2, etc.
Replace <AAD group name> with the name of the AAD Group
e.g.
AppMemberGroup
Replace <AAD group ID> with the Object Id of the AAD Group
e.g.
15e3a3d2-50a6-43e3-137e-a44316d0b448
To use full AAD and add another group as a data source in SCA, add a group that contains all your AAD users (e.g. All Users) along with the additional group to your configuration.
Optional properties for SecContacts.AADGroups in SCA 3.0
Name:
SecContacts.AADGroups
Value:
[{"name":"<AAD group name>", "value":"<AAD group ID>", "transitive":"true", "epHomePhone":"<ext.prop.HomePhone>", "epPrivateMobilePhone":"<ext.prop.MobilePhone>"}]
The Value
is a JSON array containing one or more AAD groups. Each object in the array must include the mandatory fields:
Replace <AAD group name> with the name of the AAD Group
e.g.
AppMemberGroup
Replace <AAD group ID> with the Object Id of the AAD Group
e.g.
15e3a3d2-50a6-43e3-137e-a44316d0b448
You may also optionally include:
transitive
: Set to"true"
to include nested (transitive) group membersepHomePhone
: Replace <ext.prop.HomePhone> with the name of the extension property name that holds the home phone number of an AAD user objectepPrivateMobilePhone
: Replace <ext.prop.MobilePhone> with the name of the extension property name that holds the private mobile phone number of an AAD user object
You can add one or multiple AADGroups to this array as needed. Each group becomes a separate data source in SCA and is auto-enumerated. e.g. AAD1, AAD2, etc.
Rename SCA data sources to make them clear and understandable for end users
Last updated
Was this helpful?