Re: Cannot get Must Change Password to sync with ApacheDS pwdReset Attribute

2017-06-15 Thread Francesco Chicchiriccò
On 14/06/2017 19:40, justin.isenhour wrote: Francesco, Thanks for your reply. I have followed the steps you described but am not getting the same result as you. If in ApacheDS password policy section I have Allow Must Change flagged then when I try to create a new user the sync with ApacheDS

Re: Create child role via REST

2017-06-15 Thread Antonio Ciancio
Hi, as follows, the right payload to add a child role: {"id":0, "parent":parentRoleId, "name":"childRoleName", "inheritOwner":false,"inheritTemplates":false, "rAttrTemplates":["attr1", "attr2", ..., "attrN"]} I hope it can be useful! Regards, Antonio 2017-06-15 10:47 GMT+02:00 Antonio

Re: Create child role via REST

2017-06-15 Thread Antonio Ciancio
Thanks Francesco, Must I use the same method I use to create parent roles? "http://address:port/syncope/rest/role; with this payload: "{\"id\": ParentRoleId, \"name\": \"RoleParentName\", \"inheritOwner\": false,\"inheritTemplates\": false, "rAttrTemplates":["attr1", "attr2", ..., "attrN"] "}"