Hi there,
When you do `ScimClientFactory.getClient(...`, the client instance obtained can be used to execute operations only in the same single thread, that is, not well suited for concurrency
You have to set a value for `httpclient.multithreaded` so that the instance can be safely shared among multiple threads
Regarding `httpclient.multithreaded.maxtotal`, `httpclient.multithreaded.maxperroute`, and `httpclient.multithreaded.validateafterinactivity` they have default values that should work fine in most cases so there is no need to set them.
RPT connection pooling needs to be enabled in oxTrust only if you are using UMA protection mode, not necessary in test mode.