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; you might see the same transaction 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 , MANAGED_USER or SOCIAL_PROVIDERS . |
provider | Social identity provider name. |