LogoLogo
HomeIntegrityControlSolutionsManagement Center
3.1.0 - Access
3.1.0 - Access
  • Introduction
  • The Service
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Architecture
      • Modules
      • Folder structure
      • Startup
    • Getting started
    • Installation
      • Container
      • Linux
      • Windows
    • Operations
      • Configuration
      • Metrics
      • Health check
      • Logging
        • System logging
        • Event logging
      • SBOM & license material
  • Modules
    • External modules
    • Internal modules
      • SAMLModule
      • OIDC
        • OpenID Configuration endpoint
        • JWKS endpoint
        • Authorization endpoint
        • Token endpoint
          • Authorization code
          • Refresh token
        • User info endpoint
        • Introspection endpoint
        • End session endpoint
  • Configuration reference
    • Introduction
    • Terms and abbreviations
    • Property expansion
    • File inclusion
    • Secrets management
    • Examples
  • Authenticators
    • Introduction
    • Common configuration
    • Web Authenticator API
    • Flow control
      • Selector
      • AuthController
      • SSO Authenticator
      • Chain
      • Impersonate
      • Impersonate With Search
    • Credential validators
      • SITHS eID
        • With QR or "app-switch"
      • BankID
        • On another device
        • On mobile device
      • Freja e-ID
        • With user input
        • With QR or "app-switch"
      • Mobile ID
        • With QR or "app-switch"
      • Header based
        • Certificate
      • Pointsharp Net iD Access server
        • On another device
        • On same device
      • Integrated windows login, IWA
      • User name & password
      • User lookup
      • OTP validator
      • Passkey validator
      • Exposed metrics
      • Test
        • Static SAML
        • No operation
    • Protocol managers
      • SAML
        • SAML IDP
        • SAML SP
        • IDP Discovery Service
      • OIDC
        • Authorization Code Flow
        • Implicit Flow
        • OIDC Relying Party
    • UI
Powered by GitBook
On this page
  1. The Service
  2. Operations
  3. Logging

Event logging

Event log entries describe a well-defined set of events performed by the system. Events are separate from system logs. Event format is structured in Common Event Format, CEF.

An event consists of:

event id and a number of information items

  • Event detail level

  • Time of event

  • Event id

  • Friendly event display description

  • Optionally, additional decritive parameters relevant to the event context.

Example:

[EVENT] INFO: 2024-05-14T13:13:45.651048494Z web2 CEF:0|Fortified ID|Integrity-web|2.2.8-RC19|WEB_100001|BankID authentication started|1|traceID=YXcHobvT src=172.21.0.3

System event ids

  • WEB_000000 Server initialising

  • WEB_000001 Server initialised

  • WEB_000002 Server starting

  • WEB_000003 Server started

  • WEB_000004 Server stopping

  • WEB_000005 Server stopped

  • WEB_000006 Server initialisation failed

  • WEB_000007 Server start failed

  • WEB_000008 Server stop failed

A number of additional events can be expected depending on the configuration and context.

PreviousSystem loggingNextSBOM & license material