dev-master
9999999-devF-TICKS logger for simplesamlphp
The Requires
v1.0
1.0.0.0F-TICKS logger for simplesamlphp
The Requires
F-TICKS logger for simplesamlphp
With this module your simpleSAMLphp IdP will be able to write statistical logs in F-TICKS format., (*1)
composer.phar require niif/simplesamlphp-module-ftickslogger:1.*
, (*2)
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., (*3)
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 :), (*4)
F-TICKS logger for simplesamlphp
F-TICKS logger for simplesamlphp