Setup JumpCloud as a SCIM Client using the User Provisioning module in Drupal
Overview
User Provisioning provides you with the ability to manage all the users at a central user management identity. JumpCloud Provisioning service supports SCIM 2.0 protocol for automatic provisioning/de-provisioning.miniOrange User Provisioning and Sync module implement the SCIM endpoints to allow provisioning/de-provisioning of users into the Drupal site as and when any CRUD operation is performed in the central identity i.e. JumpCloud.
Installation Steps
- Using Composer
- Using Drush
- Manual Installation
Note: You will require the Premium version of the module to set up Drupal as an SCIM server.
Configuration Steps
Configure Drupal as SCIM Server:
- Head towards the Drupal site and navigate to the User Provisioning tab of the module (/admin/config/people/user_provisioning/provisioning).
- In the Changes from Provider to Drupal (SCIM Server) section, click on the Configure button, as indicated in the screenshot below.
- From Configure Drupal as a SCIM server copy the SCIM Base URL and SCIM Bearer Token and keep it handy.
Configure Automatic Provisioning with JumpCloud:
- Login into your JumpCloud Admin Console.
- Navigate to the SSO on the left-hand side and select the application in which SSO is configured
- Under the Identity Management tab, select the API Type as SCIM API.
- Select the SCIM Version as SCIM 2.0.
- Paste the copied SCIM Base URL into the Base URL text field and the SCIM Bearer Token into the Token Key text field from the Drupal SCIM User Provisioning module.
- Under the Test User Email, enter a user's email from the JumpCloud.
- Click on the Test Connection button in the top right corner.
- Upon successful test connection, find the confirmation message in the top right corner, then proceed by clicking the Activate button.
- Click on the save button.
The user has been successfully provisioned to the Drupal site.
Let’s check if the user is provisioned to the Drupal site.
- Navigate to the Drupal site and go to the People tab from the top navigation panel (/admin/people).
- The user has been successfully created on the Drupal site.
Congratulations, you have successfully set up Drupal as the SCIM server and JumpCloud as the SCIM client.
If the Provision was not successful, please contact us at drupalsupport@xecurify.com. Please send the screenshot of the error window, and we will assist you in resolving the issue and guiding you through the setup.