Skip to content

CSCfi/shibboleth-idp-mobile-auth

Repository files navigation

Mobile certificate authentication (FiCom) plugin for Shibboleth IdP v3 - Frontend

MIT
Build Status
Coverage Status

Prerequisities and compilation

mvn clean package

After successful compilation, the mobileauth-impl/target directory contains mobileauth-impl-<version>-bin.zip.
File contains mobile authentication plugin jars + dependencies jars.

Deployment

After compilation, the mobileauth-impl-<version>-bin.zip must be extract to the hard drive and copy all the files to the Shibboleth IdP 3 root directory.

mkdir /tmp/mobAuth
cd /tmp/mobAuth
unzip /path/to/the/mobileauth-impl-0.5.1-SNAPSHOT-bin.zip
cd mobileauth-impl-<version>
cp -R * /path/to/the/shibboleth-idp/
cd /path/to/the/shibboleth-idp/bin
./build.sh

Configuration

TODO

Ask more from servicedesk@csc.fi