Proxy Gateways
Last updated
Last updated
You can access this page from the Configuration > Gateway tab. On this page, you can manage all your Proxy gateways and view your gateway list. In this list, you can view the Gateway Name, Version, and Status values of each Proxy gateway. In the top right corner, you can quickly switch between Radius, LDAP, and Proxy gateways and update the gateway list by clicking the refresh button next to it.
You can review, edit, download, or delete the Proxy gateway from the menu on the right side of the Proxy gateway. You can also filter the Proxy gateways using the search box.
To edit a Proxy gateway, click the Edit option from the menu on the right side of the gateway. This will redirect you to the Edit page. The Edit page has the following two main sections:
Overview: Displays detailed information about the Proxy gateway, but does not allow editing in this field.
Settings: You can edit the Proxy gateway's Name, Description, Proxy IP, Proxy Port, and Sam Value values.
On the Edit page, you can download or delete the Proxy gateway via the Actions button on the top-right corner.
You can also download the Radius gateway in two different formats: Full Setup: By clicking this option, you will be directed to a link where you can download the Mirket Proxy Setup file created for the gateway. You can download the Mirket Proxy Setup file via this link. Config: By clicking this option, a script related to the gateway will be displayed from the config file of the Proxy Setup. The config file will automatically start downloading once this option is selected.
How to activate Proxy Gateway: You can download the config file and replace the existing one in the Proxy Setup, or copy the displayed script code and paste it into the config file of the Radius Setup. Then, start the Mirket Proxy service.
To create a new Proxy gateway, click the Add Proxy Gateway button on the top right corner. Fill in the fields on the screen that will appear according to the description below:
Proxy Name: Enter the name of the gateway. Description: Enter a description for the gateway. Proxy IP: Enter the IP address of the server where the gateway is installed. Proxy Port: Enter the proxy port value you specified for the gateway. The default value is 389. Sam Value: Enter the SAM value of the gateway. In Mirket, user identification is done using the SAM (Security Account Manager) name. This is preferred over the standard username. This username is used for authentication and access controls.
After filling in the required fields, click the Save button. Then, the Proxy gateway will be successfully created.
Created Proxy Gateways are listed in the Configuration > Gateway tab.
To install Proxy Gateway, follow these steps:
Click on Download > Full Setup from the menu on the right side of your Proxy Gateway.
This will take you to the download page for the Proxy Gateway. From there, download the 'MirketLdapProxyServiceLastRelease' file.
Transfer the downloaded setup file to the target server for installation. Then, open the setup file’s directory.
Run the ‘install.bat’ file as administrator.
During the setup, the program assists in the installation of prerequisite softwares such as Microsoft ASP.NET Core and Microsoft .NET Runtime. These programs should be installed manually to proceed with the setup. You will be prompted to initiate the installation of Microsoft ASP.NET Core.
After downloading Microsoft ASP.NET Core, you will need to manually download Microsoft .NET Runtime.
After the download is complete, The Mirket LDAP Proxy Service will be successfully installed. Then, press 'Enter' to close the installation screen.
Now, let's proceed with configuring your Mirket Proxy Gateway. Please follow the steps below for the configuration:
Go to the C:\Mirket Ldap Proxy Gateway\MirketLdapProxyService
directory and open the 'proxyConfig.json' file.
Fill in the fields in the file according to the following descriptions:
ldapServer: Enter the IP address of your Active Directory.
ldapPort: Enter the LDAP port value you set for the gateway. The default value is 389.
bypassUserList: Users entered in this field will not be prompted for MFA. Note: Usernames in this field must be in UPN format.
After completing the fields, save and close the file. Then, navigate to the Proxy Gateway in the Mirket Portal.
Click on Download > Config from the menu on the right side of your Proxy Gateway in the Mirket Portal.
Note: The configuration process can be performed in two different ways here:
Copying Configuration Code
Click on the ‘Copy’ option at the bottom of the configuration screen to copy the script contents of the config file.
Navigate to the C:\Mirket Ldap Proxy Gateway\MirketLdapProxyService
directory and open the ‘config.json’ file.
Paste the copied script into the file, then save and close it.
Restart the ‘MirketLdapProxyService’.
Replacing the Configuration File
After clicking the option, the ‘config.json’ file will be downloaded automatically.
Navigate to the C:\Mirket Ldap Proxy Gateway\MirketLdapProxyService
directory.
Replace the downloaded ‘config.json’ file with the existing one in this directory.
Restart the ‘MirketLdapProxyService’.