07 Aug 2015
 

Jasig CAS as SAML Service Provider

Written by massi

CAS is probably the most used open access manager, let's spice it with SAML 2.0.

Read All »

15 Jan 2015
 
Tirasa

Java library for Windows NT security descriptor management

Written by fabio

Java library available to read and update Active Directory ntSecurityDescriptor attribute.

Read All »

26 Oct 2014
 

The Open (Source) Identity Stack

Written by ilgrosso

Working on IAM you might have heard of the "Open Identity Stack": here's some Open Source alternatives

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 »