NOTE—Entra ID is the new name for Azure AD.
User Provisioning
Currently Jostle's User Provisioning API can only be used for integration with Entra ID or Okta. For more information about the User Provisioning API, please see this article.
About Jostle/Entra ID integration
Configuration
- Requires a two-part setup: Jostle, then Entra ID
- Once configured, user provisioning is one-way: Entra ID to Jostle
Supported provisions
-
Push New Users
- New users created in Entra ID will be created in Jostle.
-
Push Profile Updates
- Updates made to a user’s profile in Entra ID will be pushed to Jostle.
-
Push User Deactivation
- Deactivating a user in Entra ID will deactivate them in Jostle.
-
Push User Reactivation
- Reactivating a user in Entra ID will reactivate them in Jostle.
NOTE—Entra ID pushes its changes out in intervals, so it may take up to 40 minutes for a change to be reflected (alternatively, Entra ID has a Provision on demand option that can be used to immediately push changes for a selected user).
Setup Part 1: Jostle
Automation account
Before you begin, you’ll need to create an Automation user in your Jostle platform. This will be the account you’ll use to configure with Entra ID. Automation users can be created in Admin Settings > User Accounts and Data > Manage Automation Users.
For more details on Automation users and how to create one, see this article.
Once created, the Automation user account must be activated (i.e. logged in to your platform at least once) before it can be used to configure Entra ID.
Manage user provisioning
All Jostle account subscriptions include SSO/user provisioning features. If they are not appearing on your account, you can contact your Customer Success Manager and they can assist you in getting them added.
The next step is to obtain the API URL and API key from Jostle, which you can do in Admin Settings > User Data To/From Other Systems > Manage User Provisioning (if you do not see "Manage user provisioning" here, contact Support to have this page enabled in your Admin Settings).
NOTE—this page also includes a User Account Settings section where you can automatically invite and/or disable/suspend users:
To obtain the API URL and API key
- On the Manage User Provisioning page, scroll down to the User Provisioning API Details section.
- Locate the Your Base URL field and click the Copy button to its right (and save the URL somewhere you can easily access it later).
- Next, click the Add a new key... button
- On the following screen, go to the Automation User field and use the drop-down menu to select your Automation user account.
- In the Provisioning API key description field give your key a name (i.e. “Entra ID”) and then click the Add button.
- Once your key is generated, make sure to copy it right away and save it where you saved your URL (since this will be the only time your key will appear).
Next, you’ll use the API URL and API key to configure the integration in Entra ID.
Setup Part 2: Microsoft Entra ID
For the Entra ID part of this setup, we'll be setting up Entra Provisioning as a Non-gallery application (which, fair warning, is a bit of a lengthy process).
Provisioning
- Log in to portal.azure.com and go to Microsoft Entra ID
- From the left menu, select Enterprise applications
- In the top menu, click on + New application
- In Search application enter Jostle
- Select the Jostle application from the results and then click Create
- From the left menu, select Provisioning and click Get Started
- On the Provisioning screen, go to the Provisioning Mode field and set it to Automatic
- Scroll down and click on Admin Credentials. In the Tenant URL field, enter Your Base URL (that you copied when you were creating your API key in Jostle). In the Secret Token field, enter the API key you created and copied.
- After you've entered the URL and API key, click Test Connection. There should be a message in the top right part of the window which says "The supplied credentials are authorized to enable provisioning".
- Go to the top of the screen and click Save to save the settings so far.
- Scroll back down and click on Mappings to open the next section. Mapping
- Select Provision Azure Active Directory Users.
- Ensure that Enabled is set to Yes
- Optional: if you want to specify filtering on which users you want to sync to Jostle then configure the Scope Object Scope.
-
Once you are done specifying scope (optional), ensure that under Target Object Actions, the boxes next to Create, Update and Delete are all checked.
- The default mapping has Entra ID Attribute ‘mail’ mapped to SCIM work email. Since for Jostle, work email is required, make sure you map this to a field where there will always be a value.
-
Now add the mappings for the additional fields as desired by selecting Add New Mapping for each attribute. This will bring up a dialog on the right part of the screen. For the following Jostle attributes enter the following mappings values where for the Source attribute you specify the desired attribute from your Entra ID attributes (i.e. an attribute that makes sense to map to that field - if you don't have anything suitable for a field, then just leave it out of the mapping):
Jostle attribute
Mapping Type
Target Attribute
Personal Email
Direct
emails[type eq "personal"].value
Alternate Email 1
Direct
emails[type eq "alternate1"].value
Alternate Email 2
Direct
emails[type eq "alternate2"].value
Alternate Email 1 Label
Direct
urn:ietf:params:scim:schemas:extension:jostle:2.0:User:alternateEmail1Label
Alternate Email 2 Label
Direct
urn:ietf:params:scim:schemas:extension:jostle:2.0:User:alternateEmail2Label
- Click Save and then Yes on the confirmation dialog.
- After the edits, the mapping will look something like this but with the Entra ID Attribute being the ones you chose for the mapping from your Entra ID:
- Click the X in the top right corner (under your name/avatar) to go back to Provisioning.
- In the Settings section, select the desired setting for Scope to sync only users assigned to this application or all users.
- In the Notification Email field, enter the email address where you want to receive alerts and then check the box next to "Send an email notification when a failure occurs" (NOTE—Jostle will also send provisioning failure notifications, so this is optional).
- Turn on provisioning by changing Provisioning Status to On and then click Save (you can click Refresh to update status)
NOTES
- Some stats are available on the right: View provisioning details and View technical information
- Audit and provisioning details can be viewed by going to View audit logs and View provisioning logs, respectively.
0 Comments