ok it seems it was upgrading from TomEE 7.0.5 to 7.1.0
must be a change in the version of Apache CXF and the way it generates Json
sorry for wasting your time
On 22/05/2019 16:11, Matthew Broadhead wrote:
using Keycloak 4.5.0 standalone. CentOS 7
we have been using the REST api to create users by POSTing a
UserRepresentation to /{realm}/users
it still works fine but the two properties setEnabled and
setEmailVerified are being ignored
userRepresentation.setEnabled(true);
userRepresentation.setEmailVerified(true);
even running a subsequent PUT and setting the values has no effect.
we have not changed our configuration at all for a long time. perhaps a
system update has caused this?
_______________________________________________
keycloak-user mailing list
keycloak-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user