Re: Custom user account locking and password expiration in syncope

2017-09-15 Thread Adrian Gonzalez
Thanks for you answer Francesco I finished implementing that feature yesterday but on the layer on top of syncope (based on Spring Sec too with some UserDetailsChecker). I need to look further at what I could to in the syncope securitycontext.xml (didn't have time for the moment alas, we're appr

Re: Custom user account locking and password expiration in syncope

2017-09-14 Thread Francesco Chicchiriccò
Hi Adrian, the authentication and authorization process in Syncope (which already includes some account lockout mechanism, defined via password policies) is implemented via Spring Security. The definitions are in https://github.com/apache/syncope/blob/2_0_X/core/spring/src/main/resources/secu

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 authenticati