SCA Configuration - CI Customization
Last updated
Last updated
This feature is only available with Enterprise Edition.
Customize the look of SCA to match your corporate identity.
Following can be customized:
Highlight color on buttons and switches
Side menu head image
Side menu text color
Side menu background color
Customize the highlight color via SecContacts.Defaults
HighlightColorLightMode_Option
HighlightColorDarkMode_Option
Customize the menu image via SecContacts.Defaults
MenuImageURI_Option
MenuImageHeight_Option
MenuImageMarginTop_Option
MenuImageMarginBottom_Option
When customizing the menu image, please note that the image must be downloadable from the internet. Simply put the image on your WebServer of your own Internet page and then put the corresponding URL of the image in the AppConfig at MenuImageURI_Option.
The app checks at each login whether a new menu image has been configured and then attempts to download it. Once the image has been successfully downloaded, it is permanently cached and the app will NOT attempt to download it again. Only when a new image URL is configured will the app attempt to download the image again and then cache it. This gives you the option to change the image at any time.
Adjust the top and bottom margin of the menu image using MenuImageMarginTop_Option and MenuImageMarginBottom_Option.
Supports JPG and PNG images. Optimal resolution is 1000x900 pixel. If using a different aspect ratio or resolution, adjust the MenuImageHeight_Option setting accordingly.
Customize the text colors via SecContacts.Defaults
MenuTextColor_LightMode_Option
MenuTextColor_DarkMode_Option
MenuTextColorSelected_LightMode_Option
MenuTextColorSelected_DarkMode_Option
Customize the background colors via SecContacts.Defaults
MenuBgColor_LightMode_Option
MenuBgColor_DarkMode_Option
MenuBgColorSelected_LightMode_Option
MenuBgColorSelected_DarkMode_Option