Skip to content
Snippets Groups Projects
Michal Prochazka's avatar
Michal Procházka authored
Dictionary and Czech translation added
72874094
History

proxystatistics-simplesamlphp-module

Module for simpleSAMLphp which shows Proxy IdP/SP statistics

Instalation

Once you have installed SimpleSAMLphp, installing this module is very simple. First of all, you will need to download Composer if you haven't already. After installing Composer, just execute the following command in the root of your SimpleSAMLphp installation:

php composer.phar require cesnet/simplesamlphp-module-proxystatistics:dev-master

Configuration

  1. Install MySQL Database and create database for statistics and user.

  2. For this database run script to create tables. Script is available in config-templates/tables.sql.

  3. Copy config-templates/module_statisticsproxy.php to your folder vith config and filled it.

  4. Add following to authproc in file saml20-idp-hosted.php:

    XX => array( 'class' => 'proxystatistics:statistics', 'config' => array (), ),

    #where XX is number(for example 50; Must not be used for other modules)