Launch Apps after Check Out
Configure Imprivata MDA to automatically launch one or more apps and proxy the user credentials into the apps after the device is checked out.
Prerequisites
Take note of the following prerequisites:
-
Requires Imprivata MDA 7.18 or later.
Configure Launching Apps after Checkout
This feature is configured via the AppConfig using an MDM. See the Imprivata MDA AppConfig Reference for supported MDM AppConfig keys.
Add the following keys to the AppConfig in your MDM:
ConfigFlags - Allows Imprivata MDA to launch an array of apps and proxy the user's credentials into the apps.
-
The AppConfig Configuration Key field for this feature is "ConfigFlags".
-
The AppConfig Value Type for this feature is "String".
-
The AppConfig Value is AutostartApps:<appPackagenames>, AutostartDelayMillis: 4000, AutostartPeriodMillis: 3000,
where the following values are comma-separated:
-
AutostartApps is an array of the app names to launch.
-
AutostartDelayMillis is the delay, in milliseconds, before Imprivata MDA starts processing the apps to launch.
-
AutostartPeriodMillis is the delay, in milliseconds, between AutostartApps attempts.
-