Show/Hide Toolbars

Inventu FVTerm Web Terminal Emulation Help

This setting is important for Macro user assignment as well as User-Based Licensing.  If, when testing the Macro functionality in FVTerm, you see that the recognized user is not what is expected, this setting is probably what needs to be changed.

 

There are two major modes of licensing for Inventu Viewer concurrent (non-pooled) sessions.  

 

Session-Based Licensing: Sessions are allocated and released without any identification of the user or device

 

User-Based Licensing: Sessions are allocated and released based on identified users/devices with a maximum number of sessions allowed for each user/device

 

For Session-Based Licensing, this setting is important for macro user name assignment.  For User-Based licensing, since there are a variety of methods of identifying an HTTP client, a setting is necessary to manage how a user or device is identified.

 

Supported Values:

 

none

(default) -- No identity is setup for a new connection: sessions are allocated and released based on a simple maximum licensed number of sessions, regardless of user id or address

httpContextUser

For Azure Active Directory users as well as other custom security / identity frameworks.

 

Will use the HTTPContext.user value to identify the connected user.

windowsUser

New sessions are identified and allocated based on the connecting, logged-in Windows User.  For each licensed customer in this model, there is a maximum concurrent users and maximum number of sessions that each user can connect to.

deviceAddress

The connecting device's IP address will be used to uniquely identify the device. For each licensed customer in this model, there is a maximum concurrent devices and maximum number of sessions that each device can connect to.  

 

Note that if any users are behind network gateways with Network Address Translation (NAT), the gateway must support including the users local address in the HTTP headers in order to uniquely identify the user.

 

Example:

<add key="connectIdentity" value="windowsUser"/>