Collecting the serverside parameters
Collecting the serverside parameters to input into the config file
SaaS-type products use the Management API to manage entitlements.
Zentitle2 Management API uses OAuth2 over HTTPS to manage authentication and authorization.
https://api.zentitle.io/docs/#section/Authentication
You will also need "activation codes" for testing based on the product entitlements you will create.
The details you will need to collect for your implementation are:
Tenant Id (API) - for authentication
oauth_url - OAuth URL
zentitleApiUrl - API URL
ProductID - unique code for the product being tested
Generate these:
client Id - your ID
clientSecret - secret key
Activation codes - to test (per the rights in the entitlement)
You will find most of these in the interface, but you must generate the API client and secret in API Credentials.
Tenant Id, OAuth URL, and API URLs
The TenantId is located under the "Administration" > "API Credentials" on the left menu.
Found under the Management API Details section, the TenantId, OAuth URL, and API URLs can be easily copied using the "copy" button on the left.
API requires one more header to be set with Id of your Zentitle2 tenant, for example:
Client Id and clientSecret
Clicking save generates the Client Secret key under the ID.
The "copy" button on the right can easily copy the secret key.
e.g. Twfx2Q5mH0izUXshrsTe3z3PIwkje22y
Before closing, make sure you copy and save the Client Secret for the integration process.
Activation codes
The Activation codes are located under the "Entitlements" > "Activation codes" on the left menu.
This example assumes you have already created entitlements and added activation codes.
ProductID
Getting your product id code is easy.
Log in and go to the products page.
Find the test product, click on the product name, and review the "details" tab.
Copy the ID line.
Paste that data into the correct line in the config app.
Last updated