Installing yuuvis® RAD agent

yuuvis® RAD 7.x »

yuuvis® RAD agent is an optional component of yuuvis® RAD, which can be installed on a Windows workstation to manage document files on the local workstation in direct connection with yuuvis® RAD core-service and coordinate editing with local applications. yuuvis® RAD agent enables, for example, the direct transfer of files from these applications by working with Office and Outlook add-ins. As a browser application, yuuvis® RAD client alone only supports the downloading and uploading of document files.

Installation and Connections

yuuvis® RAD agent is installed via the MSI file yuuvis_rad_agent_setup_<Version>.msi on the workstations. yuuvis® RAD agent is activated as a startup program and integrated in the Windows desktop task bar, from which it is also called up.

yuuvis® RAD agent requires a connection to yuuvis® RAD core-service.

Via the connection profile from yuuvis® RAD agent, users can open yuuvis® RAD client.

Establishing a Connection

The user can establish a connection from yuuvis® RAD client or yuuvis® RAD agent.

The system administrator can use the configuration file extend.json to configure that new users in yuuvis® RAD client are immediately connected to yuuvis® RAD agent. Depending on the configuration of the connections in yuuvis® RAD agent, the connection is established or the yuuvis® RAD agent connection dialog is opened.

Entry in the extend.json file:

{
    "agent":{
        "autoconnect": true
    }
}

Users can use – but not edit – this administrative parameter in the yuuvis® RAD client settings dialog – Use installed agent.

If the autoconnect setting has the value false, then the option is hidden in the yuuvis® RAD client settings dialog. If the autoconnect setting does not exist in the extend.json file, then in the yuuvis® RAD client settings dialog the option is available and the user can enable the option.

If the autoconnect setting is enabled, Lock document on open is automatically set to Always ask if it is not indicated with the lockSettings parameter:

{
    "agent":{
        "autoconnect": true
        "lockSettings": "ask"
    }
}

Values for lockSettings: always / never / ask

Log Files

The log files are created by yuuvis® RAD agent in the following directory:

C:\Users\<User name>\AppData\Roaming\yuuvisRAD agent\logs\

Uninstalling

You can uninstall yuuvis® RAD agent via the Windows Control Panel.

Updates

For information on updating components, see Release Information.

Configuration for a connected Identity Provider

If yuuvis® RAD agent is used in environments with Identity Provider and OpenID Connect/OAuth2, installation requires that you make a corresponding entry in the connections.json configuration file and set up an additional configuration file oidc.json that provides connection data to the Identity Provider.

connection.json

Add the following entry to the connections.json file: "oauth": true

oidc.json

The oidc.json configuration file is used to specify the connection data to the Identity Provider.

  • Create the oidc directory in the %appdata%\yuuvisRAD agent\ directories.

  • Create the oidc.json file there.

  • Enter the following in the file:

    {
      "tenant": "tenant",
      "issuer": "realm url",
      "openid_configuration": "OpenID Endpoint Configuration url",
      "client_id": "client id"
    }

    Specify the data according to the Identity Provider configuration.