Manually Launching Citrix XenApp Applications

This topicincludes information about configuring Imprivata to manually launch Citrix XenApp applications.

Before You Begin

Review the Expected User Workflow

The following diagram illustrates the expected workflow when the Enterprise Access Management environment is configured to let users manually launch Citrix XenApp applications.

Illustration detailing end user workflow when OneSign is configured to let users manually launch apps.

Installation Sequence

Troubleshooting

Change the Clock Format on the ProveID Embedded Desktop

By default, the Imprivata ProveID Embedded desktop displays the time in the 12 hour clock format.

The clock format is managed by a configuration file (Imprivata.conf) on the Imprivata ProveID Embedded device. To change the display to the 24 hour clock format you can:

  • Use the configuration editor

  • Modify the Imprivata.conf file directly

To update the format using the configuration editor, run the following:

  • Enable the 24 hour format:

    /usr/lib/imprivata/runtime/bin/configuration-editor apps-clock --24h

  • Enable the 12 hour format:

    /usr/lib/imprivata/runtime/bin/configuration-editor apps-clock --12h

To update the format by modifying the configuration file:

  1. Go to /usr/lib/imprivata/runtime/etc/.
  2. Open the Imprivata.conf file:
    • Enable the 24 hour format:

      [applications.clock]

      use-24h=true

    • Enable the 12 hour format:

      [applications.clock]

      use-24h=false

Optimize Citrix XenApp Session Sharing

In certain network environments, session sharing does not occur when users start multiple XenApp applications at the same time.

To optimize resource consumption, you can minimize this behavior by extending the period Citrix waits for an application to start before it starts the second application in a second session. The default time-out value is 20 seconds.

To extend the time-out period, add the registry key SucConnTimeout to HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\ICA Client\Engine\Configuration\Advanced\Modules\WFClient\ with a Data Type of REG_STRING and a Value of <20 or more seconds>.