Re: OpenID Connect for Apache Syncope

2018-02-08 Thread Dima Ayash
Hi all, Thank you for your nice words. I already opened an issue for this work  on [1]. [1] https://issues.apache.org/jira/browse/SYNCOPE-1270 Best regards, Dima Ayash. On 02/07/2018 11:26 AM, Francesco Chicchiriccò wrote: Hi Dima, welcome to the Apache Syncope community! About your

Re: [PROPOSAL] Replace SecureRandom with ThreadLocalRandom

2018-02-08 Thread Colm O hEigeartaigh
On Thu, Feb 8, 2018 at 10:29 AM, Francesco Chicchiriccò wrote: > > > "Instances of |java.util.Random| are threadsafe. However, the concurrent > use of the same |java.util.Random| instance across threads may encounter > contention and consequent poor performance. Consider

Re: OpenID Connect for Apache Syncope

2018-02-08 Thread Colm O hEigeartaigh
Sounds great! Be sure to re-use as much CXF code as possible, as OpenId Connect is very well supported in CXF. I'm wondering if to support logging on via Google say, we have to configure the Google IdP in the UI first, or whether we will just have a "log on via Google" button in the UI? Colm.

Re: [PROPOSAL] Replace SecureRandom with ThreadLocalRandom

2018-02-08 Thread Colm O hEigeartaigh
Hi Francesco, On Wed, Feb 7, 2018 at 12:12 PM, Francesco Chicchiriccò wrote: > > I see... what about wrapping SecureRandom in ThreadLocal instead, e.g. > replacing > What does wrapping SecureRandom in ThreadLocal buy us from a performance POV? > Also, we'll need to add

Re: [PROPOSAL] Replace SecureRandom with ThreadLocalRandom

2018-02-08 Thread Francesco Chicchiriccò
On 08/02/2018 11:17, Colm O hEigeartaigh wrote: Hi Francesco, On Wed, Feb 7, 2018 at 12:12 PM, Francesco Chicchiriccò wrote: I see... what about wrapping SecureRandom in ThreadLocal instead, e.g. replacing What does wrapping SecureRandom in ThreadLocal buy us from a

Re: [PROPOSAL] Replace SecureRandom with ThreadLocalRandom

2018-02-08 Thread Francesco Chicchiriccò
On 08/02/2018 11:37, Colm O hEigeartaigh wrote: On Thu, Feb 8, 2018 at 10:29 AM, Francesco Chicchiriccò wrote: "Instances of |java.util.Random| are threadsafe. However, the concurrent use of the same |java.util.Random| instance across threads may encounter contention and

[jira] [Created] (SYNCOPE-1271) Search using boolean attributes from the console returns a wrong result

2018-02-08 Thread Marco Di Sabatino Di Diodoro (JIRA)
Marco Di Sabatino Di Diodoro created SYNCOPE-1271: - Summary: Search using boolean attributes from the console returns a wrong result Key: SYNCOPE-1271 URL:

[jira] [Closed] (SYNCOPE-1271) Search using boolean attributes from the console returns a wrong result

2018-02-08 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò closed SYNCOPE-1271. --- Resolution: Cannot Reproduce > Search using boolean attributes from the

[jira] [Updated] (SYNCOPE-1271) Search using boolean attributes from the console returns a wrong result

2018-02-08 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated SYNCOPE-1271: Fix Version/s: (was: 2.0.8) (was: 2.1.0) >

Re: OpenID Connect for Apache Syncope

2018-02-08 Thread Dima Ayash
Dear, Thank you for your interest and concern. For the first point, I started to leveraging as possible from CXF  OIDC on [1] and specifically from the BigQuery Demo [2] which can be taken as an example for the required work. For the second point, since predefined "client_id " and

Re: [PROPOSAL] Replace SecureRandom with ThreadLocalRandom

2018-02-08 Thread Francesco Chicchiriccò
On 08/02/2018 11:38, Francesco Chicchiriccò wrote: On 08/02/2018 11:37, Colm O hEigeartaigh wrote: On Thu, Feb 8, 2018 at 10:29 AM, Francesco Chicchiriccò wrote: "Instances of |java.util.Random| are threadsafe. However, the concurrent use of the same |java.util.Random|