15 Apr 2014
 
Tirasa

Apache Syncope 1.0.9 and 1.1.7 released

Written by ilgrosso

The Apache Syncope team is pleased to announce the release of Syncope 1.0.9 (Espressivo) and 1.1.7 (Ad libitum): besides other things, these releases contain a security fix for CVE-2014-0111: upgrade from previous 1.0.X / 1.1.X versions is strongly suggested.

Read All »

26 Feb 2014
 
Tirasa

Apache Syncope 1.1.6 (Ad libitum) released

Written by ilgrosso

The Apache Syncope team is pleased to announce the release of Syncope 1.1.6 (Ad libitum). This sixth maintenance version fixes few important bugs and introduces some interesting improvements: more details below.

Read All »

30 Dec 2013
 
Tirasa

Manage external resource provisioning directly with Apache Syncope

Written by fabio

The main purpose of identity management systems is to manage user and role provisioning. Provisioning operations can act on Apache Syncope only or be propagated towards external resources as well (propagation). Provisioning will occur on a certain external resource every time the operation involves users or roles assigned to that resource.

Read All »

20 Dec 2013
 

Apache Syncope 2013: an yearly summary

Written by ilgrosso

End of year is time for balance, and mailing list discussion is probably the most important metrics of an open source project, at least when such project is part of The Apache Software Foundation, whose motto is Community over code. So why don't take a look at mailing list archives? Rob Weir did it recently for Apache OpenOffice and this was of inspiration for applying the same approach to Apache Syncope, using some good old shell scripting and Wordle app. Let's take a look at the results.

Read All »

17 Dec 2013
 
Tirasa

Install ConnId Connector Server as a Windows Service

Written by mdisabatino

Java Connector Server is a component that handles Java Connectors bundles. When a Java Connector Bundle is not directly executed into Provisioning System (Apache Syncope), you need to use a remote Java Connector Server.

Read All »

13 Dec 2013
 
Tirasa

Apache Syncope virtual attributes

Written by fabio

Apache Syncope virtual attributes are often a little bit hard to well understand. I hope this brief introduction can help. Any comments/remarks/suggestions are welcome.

Read All »

12 Dec 2013
 
Tirasa

Create PKCS12 client certificate via OpenSSL

Written by fabio

As is so often the case, working with SSL you need to configure and test a strong authentication (SSL client authentication). In all these cases, you need to provide an ad-hoc client certificate to perform a succesful handshake.

Read All »

11 Dec 2013
 
Tirasa

Create a new keystore to host a server ssl certificate

Written by fabio

Few basic steps to create a complete keystore to host a server certificate. Create your custom self-signed CA if not yet available a trusted one # openssl genrsa -des3 -out ca.key 1024 # openssl req -new -x509 -day

Read All »