SCIM Connector Resource System Config Parameters
Name | Value | Description |
AccessTokenUrl | {Your Base SCIM Url}/oauth/v2/token | Endpoint for retrieving an access token for the application after authorization |
AuthorizationUrl | {Your Base SCIM Url}/oauth/v2/authorize | Authorization endpoint for accessing the application |
certificateThumprint | Thumbprint of the authentication certificate, if used | Certificate thumbprint |
ClientKey | OAuth Client Key | Client key of the microservice when using OAuth |
ClientSecret | OAuth Client Secret (value is encrypted and not visible in the UI) | Client Secret of the microservice when using OAuth |
CreateUserUrl | {Your Base SCIM Url}/users | Endpoint of the microservice to create users |
EnableGroupInventory | True if inventorying group data from the SCIM application; otherwise, false | Specifies whether to inventory groups |
EnableOrgZonesInventory | True if inventorying location data from the SCIM application; otherwise, false | Specifies whether to inventory locations |
GetDeleteorUpdateGroupByIdURL | {Your Base SCIM Url}/groups/{0} | Endpoint of the microservice for executing group operations |
GetDeleteorUpdateUserByIdURL | {Your Base SCIM Url}/users/{0} | Endpoint of the microservice for executing user operations |
GetGroupMemberURL | {Your Base SCIM Url}/groups/members | Endpoint of the microservice for retrieving group membership |
IsIncrementalInventory | True if running incremental inventory after the initial full inventory; false if always running full inventory | Specifies whether to run incremental inventory of the SCIM application after the initial full inventory. When running incremental inventory, the system compares the delta from the last inventory and brings those changes in. |
QueryGroupsUrl | {Your Base SCIM Url}/groups | Endpoint of the microservice for querying groups |
QueryUsersUrl | {Your Base SCIM Url}/url | Endpoint of the microservice for querying users |
QueryZonesUrl | {Your Base SCIM Url}/locations | Endpoint of the microservice for querying locations |
ServiceURl | Your Base SCIM URL | Endpoint for accessing the microservice |
Â