IBM_SECURITY_AUTHN_events

This event type is generated by the authentication service when it authenticates a user accessing a protected resource. The following table lists the elements that can be shown in the output of an IBM_SECURITY_AUTHN event. All elements are included in the output, unless indicated otherwise.

Element Description
action Optionally specifies the HTTP method on the requested resource or the operation that is performed by the provider of the authentication service.The XPath is:
CommonBaseEvent/extendedDataElements
[@name='action']/values

authnProvider Provider of the authentication service.

Sample data: com.tivoli.am.fim.authsvc.protocol.delegate.AuthSvcDelegate com.tivoli.am.fim.authsvc.action.authenticator.hotp.HOTPAuthnticator The XPath is:

CommonBaseEvent/extendedDataElements
[@name='authnProvider']/values

authnScope Optionally specifies the transaction identifier of the authentication policy.

Sample data: 94434b2a-748e-42fe-af3d-67db04aa4ba0 The XPath is:

CommonBaseEvent/extendedDataElements
[@name='authnScope']/values

authnType The URI identifier of the authentication policy.

Sample data: urn:ibm:security:authentication:asf:password_hotp The XPath is:

CommonBaseEvent/extendedDataElements
[@name='authnType']/values

partner The authentication service does not utilize this element and will appear in the IBM_SECURITY_AUTHN event as ‘Not Available’.The XPath is:
CommonBaseEvent/extendedDataElements
[@name='partner']/values

progName Optionally specifies the URL of the requested resource.

Sample data: http://www.example.com The XPath is:

CommonBaseEvent/extendedDataElements
[@name='progName']/values

tokenType The authentication service does not utilize this element and will appear in the IBM_SECURITY_AUTHN event as ‘Not Available’.The XPath is:
CommonBaseEvent/extendedDataElements
[@name='tokenType']/values

trustRelationship The authentication service does not utilize this element and will appear in the IBM_SECURITY_AUTHN event as 'Not Available’.The XPath is:
CommonBaseEvent/extendedDataElements
[@name='trustRelationship']/values

userInfo.appUserName Optionally specifies information about the user who is authenticating.The XPath is:
CommonBaseEvent/extendedDataElements
[@name='userInfoList']/children[1]/children
[@name='appUserName']/values

userInfo.attributes Optionally specifies the following types of additional information about user data audited during authentication:

    licenseFileMetadata
    Metadata that is defined in the license agreement.

    licenseFileName
    The license file name.

    userAction
    The action the user takes when the End-User License Agreement authentication mechanism presents the license agreement. The user can accept the license agreement or decline the license agreement.

The XPath is:

 CommonBaseEvent/extendedDataElements 
[@name='userInfoList']/children [@name='userInfo']
/children [@name='attributes']/children

xmlTokenType The authentication service does not utilize this element and will appear in the IBM_SECURITY_AUTHN event as ‘Not Available’.The XPath is:
CommonBaseEvent/extendedDataElements
[@name='xmlTokenType']/values

Sample of an IBM_SECURITY_AUTHN event

The following example shows one event generated by the runtime for a two-factor authentication policy requiring both username password and one-time password authentications:

Parent topic: Audit Federation