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
|
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
|
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
|
The value you provided in the CLIENT SECRET field in Create an OAuth Client for SCIM.
|
||
userAuthenticationConverterClassName
|
The Java class name that is used to convert the Spring Authentication to a local user name.
Currently, the only acceptable value is the following:
com.ptc.eauth.identity.oauth2.rs.IntrospectionUserAuthenticationConverter
|
||
checkTokenEndpointUrl
|
The fully qualified URL pointing to the OAuth token introspection endpoint.
|