Configuration Parameters
The following table lists the configuration parameters of SCIM Connector:
Note
Attributes marked with an asterisk (*) are mandatory.

The base URL to connect to the SCIM server.

Authentication method that is supported by the end managed system
-
Basic (username and password)
-
OAuth 2.0 (bearer token)
-
OAuth 1.0 Token (a bearer token using the "Bearer" header)

The maximum size of each data set when querying large number of objects. Specify the page size if SCIM Service Provider supports pagination. Pagination isn't applied if you set a null value.
Minimum allowed value – 0

The data format for SCIM resources.
Select either XML or JSON (default).

Optional condition to filter Accounts during aggregation. For example:
userName sw "S"

Optional condition to filter Groups during aggregation. For example:
displayName sw "S"
Applicable if the Authentication Type is set to OAuth 2.0:

Select the type of Grant:
-
Client Credentials
-
Refresh Token
-
JWT

Client Id for OAuth 2.0 authentication. The client identifier issued to the client during the registration process for OAuth 2.0 on the SCIM server.

The client secret associated with the provided Client ID.

The endpoint to be used by the client to exchange an authorization grant for an access token.

(Applicable if the Grant Type is set to Refresh Token)
A valid refresh token to be used to generate access token.

(Applicable if the Grant Type is set to JWT)
The private key to be used to sign the JWT.

(Applicable if the Grant Type is set to JWT)
Password for the provided private key.
Applicable if Authentication Type is set as API Token

The API Token to be used for authorization. Only bearer API tokens are supported.
Applicable if Authentication Type is set to Basic

Username for the SCIM Server.

Password for the SCIM Server.