JumpCloud integration

Overview

JumpCloud is a zero-trust directory platform that customers use to authenticate, authorize, and manage users, devices, and applications. It does it all through a common directory in the cloud, instead of through legacy, on-premises IT systems.

Entitle can manage groups in JumpCloud.

This page will provide you with instructions on how to integrate Entitle and JumpCloud.

General guidelines

Note: In case you have already integrated JumpCloud Directory with Entitle using this guide, the steps on this page are identical to it.

👉🏼 To integrate your JumpCloud in Entitle, you will need to extract two fields:

  • URL
  • Token

Set up JumpCloud to work with Entitle

Extract a new API Key

  1. Login to your JumpCloud account.

  2. Click on your user profile icon in the top-right corner and select My API Key.

  3. In the new pop-up window, click on Generate New API Key.

  4. Copy your new API Key and keep it for later.

Creating the integration in Entitle

All that is left to do is create an integration on the Entitle application.

  1. Log into Entitle and navigate to the Integrations page.
  2. After clicking the Add Integration button, type JumpCloud in the Application field.
  3. Don’t forget to set the Save on field with your configuration, i.e. your own hosted agent or Entitle’s cloud.
  1. In the connection JSON, paste the following values:
  • Token - paste the new API Key you created earlier.

Example Connection JSON:

{
  "url": "https://console.jumpcloud.com",
  "token": "YOUR_JUMP_CLOUD_API_KEY"
}
  1. Click Save, you are done!🎉