With this module your simpleSAMLphp IdP will be able to write statistical logs in F-TICKS format.
This is a fork of the original Frank Tamás module, with slight changes intended for the use at the SIR2 federation in Spain.
composer.phar require rediris-es/simplesamlphp-module-ftickslogger:1.*
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 :)