2017 © Pedro Peláez
 

simplesamlphp-module simplesamlphp-module-ftickslogger

F-TICKS logger for simplesamlphp

image

niif/simplesamlphp-module-ftickslogger

F-TICKS logger for simplesamlphp

  • Wednesday, July 29, 2015
  • by gyufi
  • Repository
  • 2 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

F-TICKS logger module

With this module your simpleSAMLphp IdP will be able to write statistical logs in F-TICKS format., (*1)

Install

composer.phar require niif/simplesamlphp-module-ftickslogger:1.*, (*2)

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., (*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)

The Versions

29/07 2015

dev-master

9999999-dev

F-TICKS logger for simplesamlphp

  Sources   Download

The Requires

 

29/07 2015

v1.0

1.0.0.0

F-TICKS logger for simplesamlphp

  Sources   Download

The Requires