Release Notes > Release Notes for ThingWorx Platform 9.3 > What’s New in ThingWorx Platform 9.3.12
What’s New in ThingWorx Platform 9.3.12
Platform
SSO
If you upgrade ThingWorx and you are using CAS as AzureAD and connecting to a resource server using ThingWorx connectors based SSO connection type, then you must set the property mandatoryScopes in AuthorizationServersSettings in the sso-settings.json file to include offline_access.
Due to the change in AzureAD behavior, the process of acquiring a new token does not provide a refresh token. As a result, after the access token expires, we cannot refresh it during the session. To overcome this issue, the user must log in again, returning the fresh token healthy and solving the issue permanently.
ThingWorx 9.3.12 is comptabile with PingFed 11.3. If PingFederate is upgraded to PingFederate 11.3 and SCIM was configured, then manual update of SCIM configuration is required due to the changes in PingFed 11.3 behavior. To manually update SCIM configuration, see. Add LDAP Binary Attributes.
Persistence Provider
To achieve better throughput with a fresh deployment, we have changed the default values for Influx2PersistenceProviderPackage as follows:
Max Queue Size: from 500,000 to 1,000,000
Max number of Value Stream Writes in Process Block: from 2,500 to 25,000
Number of Processing Threads: from 5 to 10
Time for Write Timeout: from 10 to 20 seconds
Was this helpful?