Links

SCA Configuration - SecContacts.Defaults

Please be aware that “SecContacts.Defaults” is the Name of this setting. As Value you need to create a JSON Array
This setting is for customizing app features and change defaults
Secure Contacs App has several features and defaults that can be changed via SecContacts.Defaults.
  • Name: SecContacts.Defaults
  • Value: [{"name":"<feature or default name>", "value":"<custom value>"}]
The Value property is a JSON Array of name value pairs. You can add one or multiple defaults here.
Replace <feature or default name> with a name of a feature or default to be changed.
  • e.g. AAD_Enabled or Favorites_Enabled etc.
See List of avaliable feature and default below.
Replace <custom value> with a value for the feature or default to be changed.
  • e.g. true or false or 0 or 1 or 2 or 3
For example, if you want to add more features use , as delimiter:
[
{"name":"<feature or default name>", "value":"<custom value>"} ,
{"name":"<feature or default name>", "value":"<custom value>"} ,
{"name":"<feature or default name>", "value":"<custom value>"}
]

List of features or default name

The following tables show available values for the corresponding feature or default below:

Enable or Disable Features

Feature name
Default value
Description
Favorites_Enabled
true
True to enable or false to disable the Favorites feature
LogViewer_Enabled
true
True to enable or false to disable the Logviewer feature
SMSButton_Enabled
true
True to enable or false to disable the SMSButton feature
TeamsButton_Enabled
true
True to enable or false to disable the TeamsButton feature
WhatsAppButton_Enabled
false
True to enable or false to disable the WhatsAppButton feature
AnonymousCall_Enabled
true
True to enable or false to disable the AnonymousCall feature (Enterprise License only)
TeamsStatus_Enabled
true
True to enable or false to disable the TeamsStatus feature (Enterprise License only)
AAD_Enabled
true
True to enable or false to disable the datasource AAD
APC_Enabled
true
True to enable or false to disable the datasource APC
GAL_Enabled
true
True to enable or false to disable the datasource GAL
D365_Enabled
false
True to enable or false to disable the datasource D365 (Enterprise License only)
DVRS_Enabled
false
True to enable or false to disable the datasource DVRS (Enterprise License only)
ABS_Enabled
false
True to enable or false to disable the datasource ABS (Enterprise License only)
vCard_Enabled
true
True to enable or false to disable the vCard feature

Inital Value set by default

InitValues are only set once after the app has been started for the very first time. For testing porpuses proceed like below: The best practice for testing recently changed _InitValue settings is: 1) Logoff from the app, 2) Delete the app from the device, 3) Download and launch the app again.
Default name
Default value
Description
LogViewer_InitValue
false
True for initially activate or false to deactivate the LogViewer in Menu.
FullnameOrder_InitValue
false
True for initially activate or false to deactivate the Fullname order reverse switch in app settings.
ShowCompanyName_InitValue
false
True for initially activate or false to deactivate the Show Company Name switch in app settings.
ShowDataSource_InitValue
false
True for initially activate or false to deactivate the Show Data Source switch in app settings.
TeamsStatus_InitValue
0
Initially set the TeamsStatus option to list (3) + details or contact details (2) or contact list (1) or disabeled (0).
SearchAllDatasources_InitValue
true
True for initially activate or false to deactivate the Search all Datasources switch in app settings.
AAD_InitValue
true
True for initially activate or false to deactivate the AAD Datasource switch in app settings.
APC_InitValue
true
True for initially activate or false to deactivate the APC Datasource switch in app settings.
GAL_InitValue
false
True for initially activate or false to deactivate the GAL Datasource switch in app settings.
D365_InitValue
false
True for initially activate or false to deactivate the D365 Datasource switch in app settings. (Enterprise License only)
DVRS_InitValue
false
True for initially activate or false to deactivate the DVRS Datasource switch in app settings. (Enterprise License only)
ABS_InitValue
false
True for initially activate or false to deactivate the ABS Datasource switch in app settings. (Enterprise License only)

Appearance and Functions

Name
Default value
Description
PhoneNumberParseCountryCode_Option
false
Specify a 2-letter country code, e.g. "DE" or "US". Phone numbers that do not have the full international format, will be completed with the regional format of the country code defined.
PhoneNumberIngoreInvalid_Option
false
The default value "false" will add all phone numbers to SCA without filtering.
Use "true" to filter out phone numbers without valid international format.
AADuseUPNasEmail_Option
false
The default value "false" is set for 1 Email-Source in SCA.
Use "true" to show 2 Email-Sources in SCA, the app will use the AzureObjects Userpricipalname and Mail for contacts.
IntuneUnmanagedHint_Option
true
The default value "true" is set, to show the message "No Intune Management available" in case App Protection Policy is not applied to SCA.
Use "false" in case you do not use App Protection Policy or you are using a different MDM solution than Intune.

vCard Defaults

Name
Default value
Description
vCard_enabled
true
True to enable or false to disable the vCard feature
vCard_Url
null
null by default Optionally, you can define a default URL for your vCard e.g. https://webpage.domain
vCard_Street
auto
If set to "null" the street input field is empty. If set to "auto" the street input field gathers the data from Azure AD. Optionally, you can define a default value for your street here.
vCard_PostalCode
auto
If set to "null" the postal code input field is empty. If set to "auto" the postal code input field gathers the data from Azure AD. Optionally, you can define a default value for your postal code here.
vCard_City
auto
If set to "null" the city input field is empty. If set to "auto" the city input field gathers the data from Azure AD. Optionally, you can define a default value for your city here.
vCard_Country
auto
If set to "null" the county input field is empty. If set to "auto" the county input field gathers the data from Azure AD. Optionally, you can define a default value for your county here.