Tutorial - Create Authentication Server for UDMG Web Transfer Client
In this tutorial, you will:
Create the authentication server for the UDMG Web Transfer Client.
Manually launch the server.
View server details.
Add a user and setup allowed directories.
Step 1 | From the UDMG navigation pane, select Management > Servers. The Servers list displays. |
---|---|
Step 2 | Click New. The Server Details displays.
|
Step 3 | Click the Configuration tab on the Partner detail panel. In the Auth Key, press the generate new Auth Key button. Keep the value of the Key, it will be needed for the configuration of the UDMG Web Transfer Client. Additionally, the deletion and renaming of files can be allowed with the appropriate configuration switches. The changes are effective after a restart of the local server. |
Step 4 | To allow the UDMG Web Transfer users to delete or rename files on the virtual folders, toggle the Allow Remove File and Allow Rename File accordingly. |
Step 5 | Click Save and Confirm. |
Step 6 | Click the Accounts tab on the Partner detail panel. Click Add Account.
|
Step 7 | Click Save |
Step 8 | Start the server by clicking on the start (play) button. |
Step 9 | Click on the MFT Server Status button to show the list of running services. The new server local_auth_test_server is listed and should appear with a green status. |
Step 10 | From the UDMG navigation pane, select Management > Rules. The Rules list displays. |
Step 11 | Click New. The Rule Details displays.
|
Step 12 | Authorize the receive rule for the user. |
Step 13 | The local-auth server is ready to accept requests from UDMG Web Transfer Client. To setup the UDMG Web Transfer Client connection to this local server, see the [secrets] section in the configuration file on the installation guide. Note The local-auth server port is only for the internal connection between the UDMG Web Transfer Client module and the UDMG Server. It must be configured in the The port for the UDMG Web Transfer Client itself is configured with the [settings] #################################### # The settings section configures the # Web Transfer Client UI #################################### ## Network interface, default "0.0.0.0" inet = "0.0.0.0" ## Port, default "5050" port = "5050" ... [secrets] ############################################# # The secrets section configures the connection towards udmg-server # and the Web Transfer Client Authentication Server (local-auth) # There are no default, the local-auth server must be defined and started in the UDMG Server ############################################# ## URL of the Web Client Authentication server API, local-auth server endpoint = "http://0.0.0.0:2002" ## API Key to authenticate to the Web Client Authentication server apikey = "YNna6dGe6MZ44ZBmszlizlO6UzpziUnU0Se5bNC6" |