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":

<?xml version="1.0" encoding="utf-8" ?>
<configuration> 
<appSettings>
    <add key="SeatId" value="yourname". This is used to ID you as the tester, use any short text string"/>
    <add key="ProductId" value="prod_XXXXXXXXXXXXXXX, this is in your product/entitlement page"/>
    <add key="TenantId" value="t_XXXXXXXXXXXXXX, this is in your API page"/>
    <add key="ZentitleUrl" value="https://XXXXXXXX.license.zentitle.io, this is in your API page"/> 
</appSettings> 
</configuration>

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

Zentitle2

Service terms

© Copyright - Nalpeiron, all rights reserved Website use subject to Terms and Conditions. See our Privacy Policy Use of Zentitle is subject to our Service Terms and Conditions