16 Feb 2017
 

Apereo CAS REST Authentication

Written by fabio

Configure Apereo CAS to submit authentication requests to a remote REST endpoint. Nothing to do with the native CAS REST API.

Read All »

22 Dec 2016
 

Add REST endpoints to Apache Syncope 2.0

Written by ilgrosso

The REST interface of Apache Syncope 2.0 offers full access to IdM features, but what if you need to extend?

Read All »

26 Aug 2015
 
Tirasa

Migrating configuration chunks between Apache Syncope deployments

Written by giacomolm

Moving Apache Syncope connectors and resources from one deployment to another

Read All »

11 Aug 2014
 

What's new in Syncope 1.2.0

Written by ilgrosso

1.2.0 brings enhancements in several areas: REST, workflow, notifications, resource management, ...

Read All »

23 Oct 2013
 
Tirasa

Document your RESTful API with Cocoon 3

Written by ilgrosso

There are lots of ways of documenting RESTful APIs in Java: just google a bit and you will find the nice Enunciate and Swagger, for example. Such approachs, however, are often quite invasive and hardly customizable. Many providers - like as Apache CXF - are able to dynamically generate a WADL representation out of JAX-RS annotated classes: such XML representation can be easily put into an XSLT transformation in order to obtain some end-user REST documentation.

Read All »

19 Sep 2013
 
Tirasa

Java REST client library for Apache Syncope 1.2.0

Written by ilgrosso

Starting with recent SNAPSHOTs releases of 1.2.0, it has become fairly easy to call Apache Syncope via REST from your Java application.

Read All »

20 Jan 2012
 
Tirasa

Chiamate REST su HTTPS

Written by massi

Mi sto occupando dello sviluppo di un connettore per OpenAM. Per effettuare le varie operazioni, al posto di utilizzare il clientsdk, abbiamo scelto di usare le interfacce REST offerte da OpenAM; nel caso in cui quest'ultimo sia deployato in https, la chiamata restituisce un'eccezione del tipo:

Read All »