Skip to main content

Privacera Documentation

SCIM Server fields for UserSync on PrivaceraCloud

These are descriptions of fields for configuring PrivaceraCloud UserSync for a SCIM server.

Field name

Description

Tab in application set-up

Name

Identifying name of this connector.

Attribute Only

Sync only the attributes of users already synced from other services. Allowable values: true or false

Manage Lists

Include Users

List of users to include from sync results. If this list is defined, all users not on this list are ignored.

Exclude Users

List of users to exclude from sync results.

Include Groups

List of groups to include from sync results. If this list is defined, all groups not on this list are ignored.

Exclude Groups

List of groups to exclude from sync results.

Connection

Endpoint URL

SCIM endpoint URL

Base URL for SCIM endpoints (readOnly)

/API/pus/public/scim/v2/{connectorName}

Bearer Token

Bearer token for auth to SCIM API.

When set, SCIM requests with this token are allowed access.

Username

Basic auth username.

When set, SCIM requests with this username are allowed access. Password is required.

Password

Basic Auth Password.

When set, SCIM requests with this password are allowed access. Username is required.

Attributes

User Name

Attribute of a user’s name Default: userName

Advanced

First Name

Attribute of a user’s first name Default: name.givenName

Advanced

Family Name

Attribute of a user’s family name. Default: name.familyName

Advanced

User Email

Attribute of a user’s email. Default: emails[primary-true].value

Advanced

User Groups

Attribute of user’s group list. Default: groups

Advanced

Group Name

Attribute of a group’s name. Default: displayName

Advanced

Group Members

Attribute of a group’s member list. Default: members

Advanced

Username Attribute Modification

Extract From Email

Extract the user’s username from an email address. Example:. username@domain.com extracts username.

Default: false

Advanced

Prefix

Prefix to prepend to the user’s username.

No default.

Advanced

Postfix

Postfix to append to the user’s username.

No default.

Advanced

To Lowercase

Convert the user’s username to lowercase.

Default: false

Advanced

To Uppercase

Convert the user’s username to uppercase.

Default: false

Advanced

Regex

Attribute to replace user’s username to matching regex

No default.

Advanced

Group Name Attribute Modification

Extract From Email

Extract the group’s name from an email address. Example: groupname@domain.com extracts groupname.

Default: false

Advanced

Prefix

Prefix to prepend to the group's name.

No default.

Advanced

Postfix

Postfix to append to the group's name.

No default.

Advanced

To Lowercase

Convert the group's name to lowercase.

Default: false

Advanced

To Uppercase

Convert the group’s name to uppercase.

Default: false

Advanced

Regex

Replace group’s name to matching regex.

No default.

Advanced