SCA Configuration - AAD groups
SecContacts.AADGroups
This setting is for defining an AZURE AD-Group as filter for AAD accounts to be used as contacts.
Instead of using the default "all in" method with some default exceptions via AADFilters, you can use AADGroups to select an AZURE AD-Group. Any AAD account which is members of this group will be selected as AAD contact. An AAD account need to have at least an displayname and a business or mobile phonenumber, otherwise gets ignored.
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 here.
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
In Case you like to have AAD and add an additonal Group to your list of datasource in SCA You need to add a group like e.g. internal users with all your AAD users included and the additonal group to your configuration.
Last updated