SCA Configuration - Custom Datasource Names
SecContacts.CustomDatasourceNames
Secure Contacts App has a default id
and name
for any datasource which is available in the App. e.g. AAD - AzureActiveDirectory
default datasource id's currently available:
AAD, APC, GAL, D365, DVRS, ABS, SMC
If you use multiple AAD groups or ABS, SMC, or D365 data sources, they will be sequentially numbered by the SCA. These dynamic IDs can also be renamed For example SCA uses 2 AAD groups you'd have AAD1 and AAD2 as dynamic IDs.
For example, AAD1, AAD2, and so on. These dynamic IDs can also be renamed
With this setting you can change id
and name
of any datasource which is presented to the user.
Name:
SecContacts.CustomDatasourceNames
Value:
[{"defaultid":"<default id>", "customid":"<custom id>", "customname":"<custom name>"}]
The Value property is a JSON Array of defaultid
customid
customname
trio.
You can add one or multiple custom datasource names here.
Replace <default id> with the default datasource id you want to change
e.g.
AAD
Replace <custom id> with your custom datasource id
e.g.
CORP
Replace <custom name> with your custom datasource name
e.g.
Corporate Directory
A resync as discribed here is mandatory after you have applied changes to SecContacts.CustomDatasourceNames.
The customid value property must not contain any whitespace characters.
Last updated