niif / simplesamlphp-module-ftickslogger
There is no license information available for the latest version (v1.0.1) of this package.
F-TICKS logger for simplesamlphp
Package info
github.com/NIIF/simplesamlphp-module-ftickslogger
Type:simplesamlphp-module
pkg:composer/niif/simplesamlphp-module-ftickslogger
v1.0.1
2020-11-03 12:40 UTC
Requires
This package is auto-updated.
Last update: 2026-03-01 00:09:59 UTC
README
With this module your simpleSAMLphp IdP will be able to write statistical logs in F-TICKS format.
Install
composer.phar require niif/simplesamlphp-module-ftickslogger:1.*
Usage
This is an Authentication Processing filter, so you are supposed to set it up in authproc.idp section, eg. in metadata/saml20-idp-hosted.php.
95 => array( 'class' => 'ftickslogger:ftickslogger', 'attributename' => 'uid', 'secretsalt' => 'echo9ke8ttwjgekourb767hy2p8mygcqaqi1' ),
Where attributename is the principal of the user, and the secretsalt is a secret salt to hash the value of principal :)