Setup with Kandji
Add the Luscii app to device profile in Kandji
Add Apps from Apps and Books to Kandji
Set up the Remote App Config file
Provide the device user’s API Key to the Luscii app by setting up the Remote App Config file. Always use the key name patientApiKey
, and supply the api key as a string value. For example:
<key>patientAPIKey</key>
<string>lsc-abcdef12345678==</string>
Kandji has Global Variables that can be used to set up different values of each device. Unfortunately it is not possible to add a new variable. According to Kandji support, some clients have leveraged the “Asset Tag” field as a workaround.
So, for each device, add the API key to the “Asset Tag”, and include the global variable in the config file
<key>patientAPIKey</key>
<string>$ASSET_TAG</string>
Updated about 1 year ago