autoStart
|
• true—The SCIM subsystem starts automatically after a ThingWorx reboot.
• false—You must manually start the SCIM subsystem after a reboot.
|
enableSCIM
|
• true—The SCIM subsystem is enabled at run time within the ThingWorx web application.
• false—The SCIM subsystem is disabled at run time within the ThingWorx web application.
|
ignorePFTestConnections
|
• true—The SCIM subsystem handles PingFederate testing connections.
• false—The SCIM subsystem does not handle PingFederate testing connections. You will see wso2 exceptions in the Tomcat console or security log.
|
authScimOAuthClientId
|
Mandatory.
The OAuth client ID configured for SCIM.
(Use the value you provided in the CLIENT ID field in Create an OAuth Client for SCIM.)
|
||
clientId
|
Mandatory.
The OAuth client ID configured in the CAS used for token services.
(Use the value you provided in the CLIENT ID field in Create an OAuth Client for SCIM.)
|
||
clientSecret
|
Mandatory.
The value you provided in the CLIENT SECRET field in Create an OAuth Client for SCIM.
|
||
checkTokenEndpointUrl
|
Mandatory.
The fully qualified URL pointing to the OAuth token introspection endpoint.
|
||
authScimOAuthClientIdAttrName
|
Optional.
This is a Client ID verification. The validation compares the authScimOAuthClientIdAttrName value claim with the value of authScimOAuthClientId property.
For PingFederate, the value will usually be client_id.
For EntraID, the value will usually be appid.
|