Skip to main content

Privacera Documentation

Add SCIM Server UserSync connector

You can use UserSync to connect to SCIM Server for the purpose of connecting, pulling, or serving as data access users.

Add SCIM Server UserSync connector on Privacera Platform

To add a SCIM Server UserSync connector on Platform, follow these steps:

  1. Enable Privacera UserSync:

    cd ~/privacera/privacera-manager 
    cp config/sample-vars/vars.privacera-usersync.yml config/custom-vars/
  2. Enable the SCIM Server connector:

    cd ~/privacera/privacera-manager 
    cp config/sample-vars/vars.privacera-usersync.scimserver.yml config/custom-vars/ 
    vi config/custom-vars/vars.privacera-usersync.scimserver.yml
  3. Edit the following properties:

    • SCIM_SERVER_CONNECTOR: The name of this connector

    • SCIM_SERVER_ENABLED: The enabled status of the connector (true/false)

    • SCIM_SERVER_USERNAME: The basic auth username

    • SCIM_SERVER_PASSWORD: The basic auth password

    • SCIM_SERVER_BEARER_TOKEN: The bearer token for auth to SCIM API

    For a full list of properties, see SCIM Server UserSync connector properties.

  4. Run the following command:

    cd ~/privacera/privacera-manager 
    ./privacera-manager.sh update

Add SCIM Server UserSync connector on PrivaceraCloud

Prerequisite: Configure to allow data access users and groups to be provided (pushed) to your PrivaceraCloud account from a SCIM 2.0 client, including push integration with an Okta Identity Provider. See SCIM Server User-Provisioning on PrivaceraCloud for detailed setup instructions.

To add a SCIM Server UserSync connector on Cloud, follow these steps:

  1. From the navigation menu, select Settings > Datasource.

  2. Choose a data source, click the dots icon, and select Add Application.

  3. From the Application List section, select USERSYNC.

  4. From the Service Type dropdown, select SCIM-Server (System for Cross Identity Management - Server Endpoint).

  5. In the Connector Name field, enter a name for the connector.

  6. In the BASIC tab, enter Endpoint URL and Bearer Token.

  7. Click Next.

  8. Complete each step and advance through the pages of the configuration wizard.

  9. Complete all BASIC values, then review and update ADVANCED values as required.

  10. Click FINISH.

Note

When you update the UserSync configuration, you should restart it. This is to ensure that your updated configuration works properly.