Yes, It can communicate to the endpoint.
Here is what I used
ScimClient client = ScimClient.oAuthInstance(email, password, "@!C032.8999B.2CCA5.5E8C!0001!AVVA42!0008!4ACB.875B",
"2323232321", "https://test.galco.com/identity/seam/resource/restv1",
"https://test.galco.com/oxauth/seam/resource/restv1/oxauth/token");
I can retrieval other information but not the oxTrustEmail.
I am wondering if I need to manually mapping or point that attribute to some other group or schema???
Thanks,
Yoom