OnPremDemo.dll.config setup
Collecting the serverside parameters to input into the config file
In order to setup the config file, you need to go to two locations in the Zentitle UI and copy the values to input into the file, as below.
You will be collecting the following:
ProductId - copy/paste the value (product id) from the Zentitle UI Entitlement or Product details page. It always starts with "prod_XXXXXXXXvalue".
TenantId - copy/paste the value from the Zentitle UI API Page. It always starts with "t_XXXXXXXXvalue".
ZentitleUrl - copy/paste the value from the Zentitle UI API Page. It always starts with your "account name. license.zentitle.io".
Copy/paste the value (product id) from the Zentitle UI Entitlement or Product details page. It always starts with "prod_XXXXXXXXvalue".
The Product ID can be easily copied using the "copy" button on the left.
The TenantId and API URL are located under the "Account" > "API Credentials" on the left menu.
They can both be easily copied using the "copy" button on the left.
Now you have the details, you need to edit the config file.
Edit the ZentitleOnPremDemo.dll config file.
Download this Windows zip file, double-click to unzip the file, and then edit the DLL config file per the following instructions.
Open the file with any suitable editor and change the "key values":
Copy the configuration file data (data collected from your Zentitle UI account) to replace the existing values in the library:
SeatId - Value can be set to any string value with a max length of 50 characters. Make your own ID and type in that value here to see who's doing what on the server side.
ProductId - copy/paste the value (product id) from the Zentitle UI Entitlement or Product details page. It always starts with "prod_XXXXXXXXvalue".
TenantId - copy/paste the value from the Zentitle UI API Page. It always starts with "t_XXXXXXXXvalue".
ZentitleUrl - copy/paste the value from the Zentitle UI API Page. It always starts with your "account name. license.zentitle.io".
Edit the config file and save it with your new values.
Go to the new folder "OrionOnPremDemo" and replace the existing ZentitleOnPremDemo.dll config file with your version and your specific key values.
Last updated