Setup for SCIM Server UserSync connector¶
Configuration¶
-
Enable Privacera UserSync:
-
Enable the SCIM Server connector:
-
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 -
SCIM_SERVER_ATTRIBUTE_USERNAME_VALUE_EXTRACTFROMEMAIL
: Extracts the username from the email address (true/false). By default, username is mapped to "userName" which may contain an email address.
-
-
Post configuration, deploy the changes Using Privacera Manager.
To add an SCIM Server UserSync connector on Privacera Cloud, follow these steps:
-
From the navigation menu, select Settings > UserSync Configuration.
-
Choose a data source, click the dots icon, and select Add Application.
-
From the Application List section, select USERSYNC.
-
From the Service Type dropdown, select SCIM-Server (System for Cross Identity Management - Server Endpoint).
-
In the Connector Name field, enter a name for the connector.
-
Click Next.
-
Copy Endpoint URL for the SCIM server to be used when configuring provisioning in external service.
-
Select desired authentication type Basic or Bearer Token.
-
Enter Username and Password or Bearer Token.
-
Complete each step and advance through the pages of the configuration wizard.
-
Complete all BASIC values, then review and update ADVANCED values as required.
Username Attribute Modification
Some services provide username in the format of an email address. If username format should be the first part of email address then visit the Advanced tab of the Base User Attributes section and update the Username Attribute field to Extract from email.
-
Click FINISH.
For additional details, see Advanced Configuration
Integrating SCIM Server¶
For details on integrating SCIM Server with external identity providers, see the following topics:
- Prev topic: Prerequisite
- Next topic: Integration