Re: Authorisation with Syncope 2.x

2016-07-12 Thread Adrian Gonzalez
pps. Thanks for your insights, Adrian De : Fabio Martelli <fabio.marte...@gmail.com> À : user@syncope.apache.org Envoyé le : Mardi 12 juillet 2016 12h03 Objet : Re: Authorisation with Syncope 2.x Il 11/07/2016 16:27, Adrian Gonzalez ha scritto: Hello, Sorry once more :( H

Role search where key in ids

2016-07-15 Thread Adrian Gonzalez
Hello, Is there a way to search roles by keys ? i.e. 'select * from Roles where key in (1,2,3,4)' I found syncopeClient.getService(RoleService.class).list(), but this returns all syncope roles. Thanks,Adrian

Custom attributes for roles in syncope 2.x

2016-07-11 Thread Adrian Gonzalez
Hello, I would like to know if there's a way to define custom attributes for roles (such as for User and Groups). I'm using syncope 2.0.0.M2. Thanks,Adrian

Re: syncope-standalone maven artifact not available

2017-02-07 Thread Adrian Gonzalez
rg> À : user@syncope.apache.org Envoyé le : Mardi 7 février 2017 7h42 Objet : Re: syncope-standalone maven artifact not available On 06/02/2017 19:56, Adrian Gonzalez wrote: Hello, I've the impression that syncope-standalone artifact is available only in SNAPSHOT repo. It's avail

Re: Syncope startup performance improvements

2016-08-30 Thread Adrian Gonzalez
t work, this Thursday. Thanks for your contribution. Regards. On 29 aug 2016 16:04:50 CEST, Adrian Gonzalez <adr_gonza...@yahoo.fr> wrote: >Hello, >I'm using syncope 2.0.0-M4.Standalone startup takes 135s on my laptop. >I would like to improve syncope's startup. >I've made some experiment

Re: Syncope startup performance improvements

2016-09-07 Thread Adrian Gonzalez
Thursday. Thanks for your contribution. Regards. On 29 aug 2016 16:04:50 CEST, Adrian Gonzalez <adr_gonza...@yahoo.fr> wrote: >Hello, >I'm using syncope 2.0.0-M4.Standalone startup takes 135s on my laptop. >I would like to improve syncope's startup. >I've made some experimentation

Syncope startup performance improvements

2016-08-29 Thread Adrian Gonzalez
Hello, I'm using syncope 2.0.0-M4.Standalone startup takes 135s on my laptop. I would like to improve syncope's startup. I've made some experimentations : 1. Restricting scanning on basePackages    I've changed ClassPathScanImplementationLookup to scan only some specific packages.    This

SCIM & Syncope : OptimisticLockException on user groups membership update

2016-09-27 Thread Adrian Gonzalez
Hello, We're trying to build a POC on SCIM APIs on top of Syncope.Problem is when we're using some basic SCIM APIs to update the groups membership of a given user, we got a OptimisticLockException. This is due to the fact that SCIM group membership can be updated only from the Group endpoint

Re: SCIM & Syncope : OptimisticLockException on user groups membership update

2016-09-27 Thread Adrian Gonzalez
ar:4.1.3.RELEASE]http://localhost:9091/groups/fad94db3-9245-449e-994d-b39245449e De : Francesco Chicchiriccò <ilgro...@apache.org> À : user@syncope.apache.org Envoyé le : Mardi 27 septembre 2016 15h20 Objet : Re: SCIM & Syncope : OptimisticLockException on user groups membership

User case insensitive search

2016-11-21 Thread Adrian Gonzalez
Hello, I'd like to execute a case insensitive search in Syncope. i.e. querying all users with an attribute givenName that matches  'martin' would return :MartinmartinmArtin Is there a way to do this with a Fiql search ?i.e. something like  UPPER(givenName) = UPPER('martin') ? If no are there

Re: User case insensitive search

2016-11-21 Thread Adrian Gonzalez
Lundi 21 novembre 2016 13h25 Objet : Re: User case insensitive search On 21/11/2016 12:59, Adrian Gonzalez wrote: Hello, I'd like to execute a case insensitive search in Syncope. i.e. querying all users with an attribute givenName that matches  'martin' would return : Martin mart

Re: Cannot log into syncope after creating new user (latest 2.1.0-SNAPSHOT)

2016-12-27 Thread Adrian Gonzalez
Thanks Marco ! De : Marco Di Sabatino Di Diodoro <marco.disabat...@tirasa.net> À : user@syncope.apache.org Envoyé le : Mardi 27 décembre 2016 10h59 Objet : Re: Cannot log into syncope after creating new user (latest 2.1.0-SNAPSHOT) Hi Adrian, Il 26/12/2016 14:36,

Cannot log into syncope after creating new user (latest 2.1.0-SNAPSHOT)

2016-12-26 Thread Adrian Gonzalez
Hello, I'm using latest version from Syncope (i.e.  https://repository.apache.org/content/groups/snapshots/org/apache/syncope/syncope-standalone/2.1.0-SNAPSHOT/syncope-standalone-2.1.0-20161224.075552-128-distribution.zip). What I do : * connect to syncope-console with user admin/password. *

Call /self API with invalid credentials

2017-09-15 Thread Adrian Gonzalez
Hello, I'm using Syncope 2.0.5.I'm calling /self REST API with invalid credentials (withcontent-type: application/json .)/self returns HTML code and not a JSON message body. i.e. ``` curl -X GET \  http://localhost:9080/syncope/rest/users/self \  -H 'authorization: Basic

Re: Call /self API with invalid credentials

2017-09-15 Thread Adrian Gonzalez
017 15:17, Adrian Gonzalez wrote: Hello, I'm using Syncope 2.0.5. I'm calling /self REST API with invalid credentials (withcontent-type: application/json .) /self returns HTML code and not a JSON message body. i.e.  ``` curl -X GET \   http://localhost:9080/syncope/rest/users/self

Re: Call /self API with invalid credentials

2017-09-15 Thread Adrian Gonzalez
btw, the attached file doesn't work with the Syncope client (I forgot to set the contentType in the response header I think) Le vendredi 15 septembre 2017 à 17:12:17 UTC+2, Adrian Gonzalez <adr_gonza...@yahoo.fr> a écrit : Hi Francesco, I'll try something - not sure if nex

Custom user account locking and password expiration in syncope

2017-09-11 Thread Adrian Gonzalez
Hello, I'd need to implement : - user account lockout  - password expiration User account lockout needs to work like this :- when user has made more than in the last , then the user-account will be temporarily locked.  the account is automatically unlocked after this (if no failed

Customizing MasterDomain.xml

2017-08-23 Thread Adrian Gonzalez
Hello, I'm using Syncope 2.0.2.Is there a way to customize MasterDomain.xml in syncope webapp ? I've the impression that MasterDomain.xml is always loaded from syncope-core-persistence-jpa-*.jar#domains/MasterDomain.xml (in WEB-INF/lib), even if I add a  MasterDomain.xml in

Re: Customizing MasterDomain.xml

2017-08-24 Thread Adrian Gonzalez
ccò <ilgro...@apache.org> À : user@syncope.apache.org Envoyé le : Jeudi 24 août 2017 9h47 Objet : Re: Customizing MasterDomain.xml On 23/08/2017 18:18, Adrian Gonzalez wrote: Hello, I'm using Syncope 2.0.2. Any special reason to not upgrade to 2.0.4? https://cwiki.a

Re: New blog post - Syncope Basics: Manage external DB

2017-08-24 Thread Adrian Gonzalez
Hi Matteo,  Nice stuff and really clear ! Regards,Adrian De : Tirasa À : user@syncope.apache.org Envoyé le : Mercredi 23 août 2017 9h46 Objet : New blog post - Syncope Basics: Manage external DB Hi all, Just to inform you that I wrote the first

Syncope core clustering

2017-08-31 Thread Adrian Gonzalez
Hello, I read that we need to configure OpenJPA 2nd level cache in the syncope documentation  https://syncope.apache.org/docs/reference-guide.html#high-availability if I want to use syncope in a cluster. I have syncope running in the cloud (with dynamic scalability and dynamic ips), so I'll

Re: Syncope core clustering

2017-08-31 Thread Adrian Gonzalez
 : Francesco Chicchiriccò <ilgro...@apache.org> À : user@syncope.apache.org Envoyé le : Jeudi 31 août 2017 17h59 Objet : Re: Syncope core clustering Hi Adrian, see my replies embedded below. Regards. On 31/08/2017 17:14, Adrian Gonzalez wrote: Hello, I read that we need to con