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

Installs: 170

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

Type:simplesamlphp-module

v1.0.1 2020-11-03 12:40 UTC

This package is auto-updated.

Last update: 2024-04-29 02:59:24 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 :)