IDM 7.3.1

Authentication event topic properties

Event Property Description

_id

UUID for the message object, such as "0419d364-1b3d-4e4f-b769-555c3ca098b0".

timestamp

Time that IDM logged the message, in UTC format; for example, "2020-05-18T08:48:00.160Z".

eventName

Name of the audit event: authentication for this log.

transactionId

UUID of the transaction; the same transaction might display for the same event in different audit event topics.

userId

User ID.

trackingId

A unique value for the object being tracked.

result

Result of the transaction, either "SUCCESSFUL", or "FAILED".

principal

An array of the accounts used to authenticate, such as [ "openidm-admin" ].

context

The complete security context of the authentication operation, including the authenticating ID, targeted endpoint, authentication module, any roles applied, and the IP address from which the authentication request was made.

entries

JSON representation of the authentication session.

method

The authentication module used to authenticate, such as JwtSession or MANAGED_USER.

provider

Social identity provider name.

Copyright © 2010-2024 ForgeRock, all rights reserved.