Requesting Changes

Customers can request changes to the standard UI. The easiest way to do this is to download the example below, make the necessary changes, and provide it to authID Customer Support via email.

{
    "main": {
        "title": "",
        "message": "",
        "info1": "",
        "info2": "",
        "disableLandscapeRotation": true,
        "IncludeUncroppedImages": true
    },
    "FaceLok": {
        "Passive": {
            "Enabled": true,
            "MaxDelay": 8
        }
    },
    "Pad": {
        "Enabled": true
    },
    "header": {
        "hide": false,
        "logo": ""
    },
    "theme": {
        "header": true,
        "headerLeft": true,
        "headerExit": false,
        "headerCenter": true,
        "headerRight": true,
        "progress": false,
        "primaryColor": "#4F46E5",
        "headerTxtColor": "black",
        "headerBgColor": "white",
        "captureActColor": "#1B4E90",
        "captureTxtColor": "white",
        "captureBgColor": "white"
    },
    "footer": {
        "hide": false,
        "hideLogo": false
    }
}

The header, theme and footer keys contain the customizable elements, the default values are shown.

The individual elements are described further in the documentation, see UI Customization Options


❗️

Incorrect Configuration - Warning

The ability to update this portion of the configuration was previously available via API. Now, however, customers can read this resource via API, but the write option is disabled for security reasons, as some options may require approval and legal documentation.