This post because I googled to find some Jexl syntax example but I didn't find it!
Eccoci al terzo appuntamento della saga sulla modifica del processo di autenticazione su Apache Syncope. Nel secondo post abbiamo visto cosa dover modificare sul core di Syncope; in questo post invece vedremo cosa si dovrà modificare sulla console per arrivare al traguardo.
This is the first post of a series on the same topic: an Apache Syncope overlay to perform single sign on between Active Diretory and Apache Syncope Console. in this post we start with configuration of Apache Syncope, to be more precise we analyze the steps to change the Syncope process authentication from Spring Securety to OpenAM
Per lo sviluppo del connettore UNIX di ConnId avevo bisogno di una buona libreria che mi permettesse di eseguire da remoto dei comandi UNIX su server remoti. Dopo aver provato diverse librerie per l'esecuzione di comandi Unix in Java, la mia scelta definitiva è caduta su vngx-jsch una libreria che, a detta dello sviluppatore, migliora la più famosa jsch.
To develop Unix connector of ConnId framework, I needed a good java library to execute unix command on remote server. After several tests, I choose vngx-jsch, a library that, according to its developers, improves jsch library.
Dopo aver visto come configurare OpenAM per ottenere un modulo di autenticazione che faccia Single Sign On su un Active Directory e un Data Store che si occupi della lettura del profilo di un utente dallo stesso Active Directory, con questo post passeremo alla configurazione di Apache Syncope.
This is first post of a series on the same topic: an Apache Syncope overlay to perform single sign on between Active Diretory and Apache Syncope Console. In this articles, we will analyze the different steps to have an user that, after his authentication on Windows PC, can access the Apache Syncope admin web console without further authentication.
Questo sarà il primo, di una serie di post, che avranno, come punto di arrivo, la realizzazione di un overlay di Syncope con la particolarità di essere in Single Sign On con un'istanza di Active Directory. Attraverso differenti passi, vedremo come arrivare ad avere un utente che, una volta autenticatosi su un PC windows con autenticazione a Dominio, potrà accedere sulla console di Syncope senza autenticarsi ulteriormente.