Buuky Help
This page is also available in: Deutsch

Useraccount synchronisation (SCIM)

Tags:

Buuky offers automatic synchronization of user data via SCIM with identity providers (e.g., Microsoft Entra ID, formerly Active Directory). New users are automatically created, modified, or deleted as soon as this occurs in the identity provider.

Note: Synchronization is one-way! Changes in Buuky are not transferred to the Identity Provider.

Setup in Buuky

Navigate in the Buuky Configuration to Integrations > User Synchronization (SCIM).

  1. Select the appropriate Identity Provider (Currently only Entra ID: If you use a different Identity Provider, please contact our support team to check compatibility).
  2. Confirm the displayed information and click Start SCIM setup.
  3. Use the displayed Tenant URL and the Secret Token for setup in Microsoft Entra ID.
  4. Click Done. The data will be saved and can be retrieved at any time.

Important! The client key must remain secret and may only be stored in your identity provider. Do not share this key with other people or third parties.

Setup in Microsoft Entra ID (formerly Active Directory)

For Microsoft Entra ID, you can follow the official Microsoft instructions: Microsoft Entra ID SCIM EN

You will find the required attribute mappings if you follow the official instructions here

Alternatively, we describe the necessary steps here:

1. Create a new Enterprise app in Microsoft Entra Admin Center

Select in your Microsoft Entra Admin Center Enterprise apps the option New application and then in the top navigation Create your own application.

Creating the Application

Give the application a name (e.g., “Buuky SCIM”), select Integrate any other application not found in the catalog, and click Create.

Name and type of application

2. Configure SCIM-Connection in Microsoft Entra ID

Select Provisioning in the left navigation bar.

Select Provisioning

Select New Configuration in the top navigation bar.

Create Configuration

Enter the Authentication method Bearer authentication and enter the values from the Buuky SCIM configuration. Click on Test connection and then on Create.

Enter connection details and test

3. Configure Attribute Mapping in Microsoft Entra ID

Select Attribute Mapping (Preview) in the second navigation pane on the left.

Deactivate Groups

Select Provision Microsoft Entra ID Groups, change Enabled to No and click Save (at the top).

Attribute mapping

Change User Mapping

Now select Provision Microsoft Entra ID Users. Delete all existing attribute mappings and add the following new mappings, or edit existing mappings and delete attributes that are not needed.

Target Object Actions: Create, Update, Delete

customappsso Attribute Microsoft Entra ID Attribute Matching precedence
userName userPrincipalName 1
active Switch([IsSoftDeleted], , "False", "true", "True", "false")
displayName displayName
externalId objectId

Attention: The attribute active is of mapping type Expression. The other attributes are of the type Direct.

Then click Save (at the top).

Change User attribute mapping

4. Select users or groups and start provisioning

In the second navigation pane on the left select Users and Groups and choose whether all users/individual users or only certain groups should be synchronized.

Note: Ensure that your Buuky license is sufficient for the number of Users to be synchronized.

Then click on Save and start the synchronization by clicking on Start provisioning at the top.

Start provisioning

After Setup

View Configuration

Your secret token and tenant URL can be viewed at any time behind the Show configuration details button.

Check Synchronization

Under Synchronization you can see the last transfer time, as well as details of the requests that the Identity Provider has sent to Buuky so far. There you can also see whether the changes were successful and when they were executed.

Delete SCIM Connection

To delete your Connection click on End SCIM connection and delete and confirm that you want to disconnect. Your users will remain and must be deleted separately. Only the automatic synchronization will be removed.


This page is also available in: Deutsch