Rciam Statistics Viewer Plugin is used for presenting Statistics per COllaboration in COmanage. The plugin requires the proxystatistics-simplesamlphp-module by CESNET to be installed and active in the Proxy, since some of the presented statistics utilize its data Model.
Specifically this plugin presents:
- Summary of IdP/SP logins
- Accessible by all Registered Users
- Identity Providers details. Accessible by:
- CO(U) administrators
- Members of the privileged Group defined by the CO Administrator
- Service Providers details. Accessible by:
- CO(U) administrators
- Members of the privileged Group defined by the CO Administrator
- Registered users. Accessible by:
- CO administrators
- Members of the privileged Group defined by the CO Administrator
- Communities. Accessible by:
- CO administrators
- Members of the privileged Group defined by the CO Administrator
- Run
git clone https://github.com/rciam/comanage-registry-plugin-RciamStatsViewer.git /path/to/comanage/local/Plugin/RciamStatsViewer
- Run
cd /path/to/comanage/app
- Run
su -c "Console/clearcache" ${APACHE_USER}
COManage Reference - Run
Console/cake schema create --file schema.php --path /path/to/comanage/local/Plugin/RciamStatsViewer/Config/Schema
- 🍺
- Run
Console/cake schema update --file schema.php --path /path/to/comanage/local/Plugin/RciamStatsViewer/Config/Schema
- During updates database alternations, which refer to constraints, have to be deployed manually
After the installation, you have to configure the plugin before using it.
- Navigate to Configuration > Statistics Viewer
- Specify the required information for the database configuration
- Specify the required information for the statistics configuration. Table names must have the exact names as of yours in simpleSAMLphp module database.
- (Optional) Specify a group where members of this group will have privileged access to the statistics (can see statistics like they were CO Administrator).
Licensed under the Apache 2.0 license, for details see LICENSE.