SCIM provisioner settings reference
Configuration settings and provisioning options for the SCIM Provisioner.
Field Name | Description | ||
---|---|---|---|
SCIM URL |
The SCIM base URL for the target service. For example: http://scim-example.com/v2/ |
||
SCIM Version |
The SCIM version supported by the target service. The options are:
|
||
Authentication Methods |
The authentication method expected by the target service. The options are:
|
||
Basic Authentication |
|||
Basic Authentication Username |
The username of the administrator account on the target service. |
||
Basic Authentication Password |
The password of the administrator account on the target service. |
||
OAuth 2 Bearer Token |
|||
Access Token |
The OAuth access token for the target service. |
||
OAuth 2 Client Credentials |
|||
Token Request Endpoint |
The endpoint that the connector uses to get an access token. For example: https://scim-example.com/as/token.oauth2 |
||
Client ID |
The client ID for the target service. |
||
Client Secret |
The client secret the target service. |
||
Scope |
An optional field that allows an admin to specify a comma-delimited list of OAuth scopes that access tokens requested from the SCIM provider should contain. |
||
SCIM Overrides |
|||
Unique User Identifier |
The attribute that uniquely identifies a user when PingFederate does not have access to the unique user ID that the target application assigns to a user.
To override a default filter, use the Filter Expression field.
|
||
Filter Expression |
A rule that determines how the connector uses the unique user identifier to match existing users in the target application to users in the data store. This expression overrides the default filter expression that is set by the Unique User Identifier field. The filter expression contains three parts: <attribute_name> <operation> <attribute_value> The <attribute_value> is represented by Example filter expressions:
|
||
Authorization Header Type |
The type of HTTP authorization header used. For example, |
||
Users API Path |
The users API path is used when the users endpoint deviates from the SCIM specification ( |
||
Groups Path API |
The groups API path is used when the groups endpoint deviates from the SCIM specification ( |
||
Results Per Page |
Determines the number of groups that PingFederate requests per A value of The default value is |
||
Provisioning Options |
|||
User Create |
|
||
User Update |
|
||
User Disable / Delete |
|
||
Provision Disabled Users |
|
||
|
|||
Remove User Action |
This option applies when User Disable / Delete is selected, and either:
|
||
Group Name Source |
|
||
Use PATCH for Group Updates |
|
||
Custom Attribute Schema URNs |
An optional field that allows an admin to explicitly specify a comma-delimited list of schema URNS for which to look for custom attributes. This is only required if the SCIM provider doesn’t follow the standard naming convention for schema extensions that define custom attributes. For example, URNs such as: urn:ietf:params:scim:schemas:extension:<Organization Name>:2.0:User. |