rediris-es / simplesamlphp-module-ftickslogger
F-TICKS logger for simplesamlphp
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Type:simplesamlphp-module
Requires
This package is auto-updated.
Last update: 2024-10-27 23:21:20 UTC
README
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.
Install
composer.phar require rediris-es/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 :)