Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Current File(s): conf/logback.xml, conf/idp.properties
Format: Logback, Properties

Table of Contents

Overview

F-TICKS is a standardized audit record format used by some federations for collection of federated login statistics.

...

Properties are defined in idp.properties to customize various aspects of audit logging:

Property

Type

Default

Function

idp.fticks.federation

String


Enables F-TICKS output and specifies the value of the federation-identifier field

idp.fticks.condition 4.1

Bean ID


Optional bean name of a Predicate<ProfileRequestContext> to use to decide whether to run

idp.fticks.algorithm

String

SHA-2

Digest algorithm used to obscure usernames

idp.fticks.salt

String


A salt to apply when digesting usernames (if not specified, the username will not be included)

idp.fticks.loghost

String

localhost

The remote syslog host

idp.fticks.logport

String

514

The remote syslog port