Roles failed to create

2015-11-05 Thread Antonio Ciancio
Hi all, when i try to synchronize roles in Syncope, using the SctiptedSQL bundle, from external resource, i get the following: Roles failed to create: CREATE FAILURE (id/name): null/null with message: InvalidEntityException: SyncopeRole [Standard] CREATE FAILURE (id/name): null/null with

Re: PACS (Physical Access Control System) with Syncope

2015-11-05 Thread Antonio Ciancio
:00 Marco Di Sabatino Di Diodoro < marco.disabat...@tirasa.net>: > Hi Antonio, > > Il 04/11/2015 15:10, Antonio Ciancio ha scritto: > > Hi all, > > I'm Antonio. I'm working on Syncope since two weeks. > > The context in which I work is the PACS (Physical Acces

Re: Syncope 2.0.0 Jazz Timeline

2015-11-06 Thread Antonio Ciancio
Hi Eliana, I found more useful these turorials. [5] [5] http://coheigea.blogspot.it/2014/11/apache-syncope-12-tutorial-part-i.html#uds-search-results Need you help to deploy Syncope on an application server? Regards, Antonio 2015-11-06 15:38 GMT+01:00 Massimiliano Perrone <

Remove membership via REST call

2016-06-22 Thread Antonio Ciancio
Hi, I'm trying to remove membership via REST call in syncope 1.2.5. I made a POST request using the rest method "/syncope/rest/users/user_id" and this payload: {"membershipsToRemove": [{"role": "group_id"}]} but something goes wrong. Any suggestions? Regards, Antonio

Re: User Synchronization task

2016-01-15 Thread Antonio Ciancio
Thank you Massimiliano, could you show me an example about the syntax of the request to delete all users? Regards, Antonio. Il 15/gen/2016 17:39, "Massimiliano Perrone" < massimiliano.perr...@tirasa.net> ha scritto: > > > Il 14/01/2016 13:05, Antonio Ciancio ha scritto: &

User Synchronization task

2016-01-14 Thread Antonio Ciancio
Hi, i'm testing syncope user synchronization (1.2.5) with oracle database, in order to understand the performance of the upload, i populate a table of the database with 10k users, but syncope synchronized only 9k users and i don't understand the reason. There is a limit about the number of users

Re: User Synchronization task

2016-01-18 Thread Antonio Ciancio
28:07 CET, Antonio Ciancio <antoniocianci...@gmail.com> > wrote: > >Thank you Massimiliano, > >could you show me an example about the syntax of the request to delete > >all > >users? > > Even this being a completely different question than the subject

Re: REST validation

2016-07-20 Thread Antonio Ciancio
0/07/2016 11:16, Antonio Ciancio wrote: > >> Hi, >> >> I'm using syncope 1.2.7 with apache tomcat 7.0.70. >> >> I had a problem with the REST method wich searches for a role. >> >> When i perform this method, >> http://localhost:8082/syncope/re

Re: Create child role via REST

2017-06-15 Thread Antonio Ciancio
; with this payload: > > "{\"id\": ParentRoleId, \"name\": \"RoleParentName\", \"inheritOwner\": > false,\"inheritTemplates\": false, "rAttrTemplates":["attr1", "attr2", ..., > "attrN&

Re: Create child role via REST

2017-06-15 Thread Antonio Ciancio
uot;: false, "rAttrTemplates":["attr1", "attr2", ..., "attrN"] "}" Regards Antonio 2017-06-14 14:05 GMT+02:00 Francesco Chicchiriccò <ilgro...@apache.org>: > On 14/06/2017 13:35, Antonio Ciancio wrote: > >> Hello, >> &

Create child role via REST

2017-06-14 Thread Antonio Ciancio
Hello, is it possible to create children roles via REST API? Regards, Antonio

Create Schema Attribute via REST

2018-03-27 Thread Antonio Ciancio
Hi all, I'm trying to create a schemas attribute via REST in syncope 1.2.7. In order to create an attribute named 'TEST', I'm using the following REST method over HTTP POST: '/schemas/USER/NORMAL' with this payload: { "id":0, "name": "TEST", "type": "String", "mandatoryCondition": "false",