Twingate
Overview
Twingate is a new security platform that rethinks security and access controls from the ground up, bringing together network access, authentication, and device controls into a single, easy-to-use solution. Twingate makes it easy to securely access networks, technical infrastructure, and SaaS apps for companies of all sizes.
Entitle can manage custom groups in Twingate.
This page will provide you with instructions on how to integrate Entitle and Twingate.
General guidelines
To integrate your Twingate in Entitle, you will need to extract two things:
- Twingate tenant’s URL -
https://<YOUR_COMPANY>.twingate.com.
- API Token (which will be explained in the next part of the guide).
Set up Twingate to work with Entitle
Creating an API token
- In Twingate’s Admin portal, under the Settings tab, in the left-side menu, click API.

- Next, click on the Generate Token button.

- You will now need to insert the following details. Once you’re done, click the Generate button.
- Label - Choose a name for your token.
- Permission Level - choose Read & Write (The second option in the drop-down menu).
- (Optional) Allowed Range - The IP address(es) will be determined based on the deployment type of Entitle in your organization:
- Self-Hosted solution - Please get the external IP address of the cluster (Entitle’s requests will be sent from these IP addresses).
- Fully-Cloud solution - There are 2 IP address ranges from which Entitle's service will reach Twingate service:
- 34.243.199.171/32
- 54.216.133.226/32

- After generating the token, a pop-up window called Copy Token will open. Click Copy and then close the window.

Creating the integration in Entitle
All that is left to do is to create an integration on the Entitle application.
-
Log into Entitle and navigate to the Integrations page.
-
After clicking the Add Integration button, type Twingate in the Application field.
-
Don’t forget to set Save on correctly on your agent or Entitle’s cloud.

- In the
url
field, fill in your Twingate tenant’s URL. - In the
token
field, paste the API token you copied earlier.
{
"url": "https://<YOUR_COMPANY>.twingate.com",
"token": "<YOUR_GENERATED_TOKEN>"
}
- Click Save, you are done!🎉
Updated 7 days ago