Install the Okta Hyperdrive Agent

During this task we will install the Okta Hyperdrive agent either interactively or silently.

Install the agent interactively

  1. Identify the Epic Hyperdrive client ID and secret. See Install and configure Epic Hyperdrive in Okta.
  2. On the computer that will host the agent download the HyperDrive Agent MSI file and unzip.
  3. Double click OktaHyperdriveAgent.msi, and accept all default settings.
  4. Click Next until you reach the AppConfiguration pane.
  5. In the AppConfiguration pane enter
    • ClientId - as shown in the General tab of the Epic Hyperspace application.
    • ClientSecret - as shown in the General tab of the Epic Hyperspace application.
    • Okta URL - Fully qualified URL of your Okta org.
  6. Click Next through the remaining panes.
  7. Click Finish.

Install the agent silently

  1. On the computer that will host the agent:
    1. Download and install the Microsoft Visual C++ redistributable libraries. See https://www.microsoft.com/en-us/download/details.aspx?id=48145.
    2. Download the HyperSpace Agent MSI file and unzip.
  2. Open a command prompt and change directory to the location where the MSI was downloaded and unzipped.
  3. Run the MSI installer using a command similar to:
    msiexec /qb /log log.txt /i OktaHyperdriveAgent.msi CLIENT_ID="ClientID" CLIENT_SECRET="ClientSecret" OKTA_URL="Url"
    Where:
    Url, ClientId and ClientSecret values are as shown in the General tab of the Epic Hyperdrive application.