Previous Topic: Disabling Fields on the VPN Client User InterfaceNext Topic: Enabling Automatic Saving and Retrieval of User Information on the Client Side


Enabling Multiple Organization Support

VPN Client and AFM can be customized to authenticate users from different AuthMinder organizations that are configured in AuthMinder Server. The users are shown a list of organizations on the login screen of the VPN Client application. If multiple organizations are defined in the aidauth.jsp file, then a drop-down list appears with the list of organizations. This list can be customized by editing the following line in the aidauth.jsp file.

String orgnamelist = "DEFAULTORG,GROUPA,GROUPB"

Note: On Apache Tomcat, the aidauth.jsp file is available in the <Application_Server_Home>/webapps/arcotafm/vpn directory. If you are using other application servers, then refer to the application server vendor documentation for the corresponding path.

In the above example, organization names are separated by a comma (,), which is also the default delimiter. To change the default delimiter, you must make the following changes:

  1. Add a new parameter named orglistDelimiter in the arcotvpnclient.properties file, and specify the new delimiter. In the following example, the delimiter is changed to a semicolon:

    orglistDelimiter=;

  2. Save the arcotvpnclient.properties file.