Skip to main content
Version: 4.25.x.x LTS

Auditing

This chapter deals with the auditing of authentication-related events.

Audit events

Audit events are generated under the following circumstances:

EventGenerated byCondition
authenticateAuthEngineWhen during an authentication the response status from an AuthState execution is either AUTH_DONE (with or without error), AUTH_CONTINUE or AUTH_ERROR.
stepupAuthEngineWhen during a step-up the response status from an AuthState execution is either AUTH_DONE (with or without error), AUTH_CONTINUE or AUTH_ERROR.
stepdownAuthEngineWhen during a step-down the response status from an AuthState execution is either AUTH_DONE (with or without error), AUTH_CONTINUE or AUTH_ERROR.
unlockAuthEngineWhen during an unlock the response status from an AuthState execution is either AUTH_DONE (with or without error), AUTH_CONTINUE or AUTH_ERROR.
logoutAuthEngineWhen during an explicit logout of the user the response status from an AuthState execution is either AUTH_DONE (with or without error), AUTH_CONTINUE or AUTH_ERROR.This event can also be triggered by an AuthState in case a session is invalidated.
timeoutSessionCacheThe session has been removed from the local session store. If no other session termination event is present, the local reaper finally removed the session.
vote_lastSessionCoordinatorThe session has been killed, due to DSM session member vote.
terminateSessionCoordinatorThe session is going to be killed locally.
terminatedSessionCoordinatorThe session has been terminated in the backend session store (proxy mode only).
customAuthStateA plug-in generates its own audit events. Check the section "Audit" in the AuthState documentation chapter.

Audit data

The AuthEngine is called by an access proxy or caller and receives various information about the proxy, the user-agent (e.g., browser) in addition to the user's authentication data. After authentication, data from the AuthState plug-ins is also available. The following table lists the possible audit entry data. All this data may be consumed by an audit channel:

FieldProvided byContent
TimestampSystemAudit events are immediately delivered to the audit channel. The timestamp of the event therefore needs to be extracted from the system clock by the audit-channel.
EventAuthEngine, SessionCoordinator or AuthState plug-insSee the column "Generated by" in the table Audit events.
SeverityNOTICE: A successful uncritical event.ALERT: a critical event that requires administrator attention.ERROR: A failed, possibly critical event.
DetailAdditional information describing the event.
SecRolesAuthStateThe user's current security role(s) displayed as a comma-separated list of role identifiers.
AuthLevelAuthState or configurationThe user's authentication level, e.g., "auth.weak".
ClientIPcaller (access proxy)Usually the (unverified) user's workstation IP address as passed by the access proxy. If the proxy is installed behind non-transparent network infrastructure (load balancers, firewalls), which replace the source address in the TCP packages, this field is not really useful, as it always contains the same IP address.
ClIdcaller (access proxy)The network channel ID, as generated by the access proxy. This field is used to correlate messages that are sent over the same channel.
ClientSeccaller (access proxy)The security attributes of the network channel (e.g., used SSL protocol and cipher).
ClientTypeuser-agentThe user-agent (HTTP header), as forwarded by the access proxy.
Domaincaller (access proxy)The authentication realm, which the access proxy wants to use to authenticate its clients.
DomainMapAuthStateA list of identity mappings for backend applications.
EntryIdcaller (access proxy)A unique identifier that allows to distinguish between different access zones or access proxy instances.
AuthIdnevisAuth(configuration)A unique identifier that allows to distinguish between different authentication zones or nevisAuth instances.
LoginIduserThe user name, visible to and known by the accessing user.
Urlcaller (access proxy)The resource, which the user wants to use, and which triggered the authentication.
SessIdnevisAuth(SessionCache)The authentication session, as generated by nevisAuth.
ConversationIdAuthEngineThe identifier of the conversation. All requests/response contexts share this identifier until AUTH_DONE.
PrincipalAuthStateThe (global) authenticated user principal.
TransferId (only in SOAP deployment)caller(access proxy)Unique transfer ID supplied by nevisProxy or other clients. This ID links the audited operation to the issuing request at the client.
List of Authentication MarkersAuthEngine/ AuthStateAn Authentication Marker or auth marker represents a successfully completed operation that is relevant for the authentication and authorization process. Each auth marker belongs to an AuthState.An auth marker has the following form:*<technology>:<type> ".

Audit channels

Audit channels are output-handlers for audit events. They have the following characteristics:

  • They define, what (available) data to use and how to format it.
  • They implement, where to output the data (file, MQ, ...).

Currently, the nevisAuth standard distribution includes the NevisAuditChannel.

It is also possible to implement a custom AuditChannel interface. For a description of the AuditChannel interface, see chapter AuditChannel interface.

NevisAuditChannel

This channel outputs all fields, listed in chapter Audit data]:

2015-04-24 09:08:24,683 INFO
Domain="SSO"
LoginId="xxx"
Principal="xxx"
Event="authenticate"
Detail=""
AuthLevel="auth.weak"
SecRoles="auth.weak,webmail"
DomainMap=""
ClientIP="10.22.214.122"
ClientSec="TLSv1.2;DHE-RSA-AES256-SHA"
ClientType="Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36"
EntryId="aww-int.adnovum.ch"
ClId="59a4000aacccNFBkB7OwKRjuD5SpPsL/UccBmRn4TM9f+ySOc0F+Zpw="
Url="https://aww-int.adnovum.ch/jira/secure/MyJiraHome.jspa"
AuthId="I1"
SessId="0L1c-sHdIRRcNKG410z0b1DsqZFX6KLmNhhBx4g-YKw"
TransferId="0a16d67a-5a09-aaccc-14cea41841f-0000ecda"
ConversationId="805056107136"
Trail: SSOLdapLogin{2015-04-24 09:08:24; LDAP:username/password(uid=xxx,ou=people,o=adnovum,c=ch)}

The keys in the log entry names can be mapped as follows to the field entries in chapter Audit data:

Keys in NevisAuditChannelAvailable audit data
EventEvent
DetailDetail
SecRolesActualRoles
AuthLevelAuthLevel
ClientIPClientAddress
ClIdClientId
ClientSecClientSecurityInfo
ClientTypeClientType
DomainDomain
DomainMapDomainMappings
EntryIdEntryId
AuthIdEsAuthId
LoginIdLoginId
UrlResource
SessIdSessionId
PrincipalUserId
TransferIdTransferId (only in SOAP deployment)
Trail(list of) Authentication MarkersA Trail entry consists of a sequence of Authentication Markers or auth markers. Together, these auth markers show the route of the user through various AuthStates during a specific authentication and/or authorization event. A trail can contain just one auth marker or several auth markers.A Trail entry has the following form: Trail: <AuthState1>{<date and time>; <auth marker1>}-><AuthState2>{<date and time>; <auth marker2>}->… Examples: Trail: SSOLdapLogin{2015-04-24 09:08:24; LDAP:username/password(uid=xxx,ou=people,o=adnovum,c=ch)} Trail: SSOIdmUserIdPasswordLogin{2015-10-20 09:31:47; nevisIDM:username/password(pbu)}-->SSOIdmPostProcessing{2015-10-20 09:31:47; nevisIDM:selection(profile: Profile-pbu/1000)}

AuditChannel interface

The AuditChannel interface contains two methods:

AuditChannel MethodsDescription
init(Properties cfg)This method is called by the AuthEngine upon initialization of the AuditChannels. Properties configured in the nevisAuth configuration are handed to the init method.
audit(String event, String detail, AuditEntry entry, int severity)This method is called to deliver audit events. The channel should format and deliver the events according to the audit event destination.

Each AuditChannel is initialized upon nevisAuth start. The configuration properties from the esauth4.xml file are handed to the init(…) method. The audit(…) method is called whenever an audit event is handled.

To write the audit log into a custom storage, implement the AuditChannel interface. Configure the classpath for the custom AuditChannel implementation in the AuthEngine classpath configuration "). In common cases, the classpaths are put into the /var/opt/nevisauth/<inst>/plugin directory.