Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 853 Bytes

File metadata and controls

23 lines (15 loc) · 853 Bytes

F-TICKS logger module

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 :)