Auto-login to GLOBODOX Web Client

Auto-login to GLOBODOX Web Client

You can now configure auto-login for the GLOBODOX Web Client. This is useful when integrating GLOBODOX Web Client with other applications.

In some such integrations, customers embed GLOBODOX Web Client URLs in their application. Users of such an application click on the embedded links to launch the web client for viewing or adding documents. By configuring auto-login, you can ensure that these users have a more seamless experience and are not prompted to login to the web client.

To do this...

  • Make sure that the Web Client is not running.
  • Open the 'web.config' file with Notepad from the 'C:\inetpub\wwwroot\globodox web' folder. (Assuming Globodox Web Client is installed in the default location)
  • In the <appSettings> section, you will notice ...
                  <add key="auto-login-user-name" value="" />
                  <add key="auto-login-user-password" value="" />

            Note: If you do not see the above lines in the web.config file, you will need to manually add them above </appSettings> .
  • Replace the value of the user name and password with the credentials of the Globodox user you want to automatically login in the Web Client. For example if you have a user john in Globodox with password john123, then the text will look like below...
                        
  • Save the config file.
  • Launch the Web Client by using the URL http://localhost/globodoxweb/auto.aspx (You can replace localhost with the name of the machine or IP address of the machine on which the Web Client installed)
  • The Web Client will login automatically.
That's it!





    • Related Articles

    • Can the view-only access license be used to login using the web browser based interface of Globodox (Globodox Web Client)?

      Yes, the view-only license can be used to login via the desktop client or the web browser based client of GLOBODOX.
    • Upload a large file in the GLOBODOX Web Client

      The below will set the upload limit to 500 MB. Take a backup of the 'web.config' file. This file is located in the 'C:\Inetpub\wwwroot\globodox web' folder. Once a backup is taken, open this file in a text editor like "NotePad" or "WordPad". In the ...
    • GLOBODOX Client Silent Installation

      Step 1: Create an INF file (This file will store all the wizard settings that you configure when running the manual setup for a Client Machine) Download the GLOBODOX setup on the Client machine, please don't run the setup yet. The name of GLOBODOX ...
    • Upgrading to GLOBODOX v10

      This instructions are only for upgrading your existing installation of GLOBODOX. Please read this article and make sure you have all the files that are necessary for the upgrade.  Before you proceed make sure... Check your maintenance subscription ...
    • SQL: 001 : GLOBODOX loading slow...

      Symptoms:  You may experience slowness while logging into GLOBODOX or while browsing through documents, etc. There may be many reasons for this but we have found that the below solution has worked in many cases. Solution : Step 1: Set auto close as ...