System Event Publisher User Authentication Events

   Journey Manager (JM) The transaction engine for the platform. |   System Manager / DevOps  |   18.11 This feature was introduced in 18.11.

Manager allows you to configure a System Event Publisher to publish user authentication events. You can use this functionality to monitor Manager for fraudulent and suspicious activity.

Note

Select the User Auth Publish checkbox in the AWS SQS System Event Publisher service configuration to publish this event.

System Event Publisher sends out user authentication events in the following JSONJSON (JavaScript Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays. format.

{
	"environmentName": "server1.com",
	"systemId": "f121e2b022fb852999c3be5f2ef7067f",
	"serverNode": "127.0.0.1 - TM Server",
	"threadName": "default task-47",
	"userAuth": {
		"id": 1234,
		"user": "[email protected]",
		"portal": "Maguire",
		"eventTime": "2018-10-15T11:27:33+1100",
		"eventIpAddress": "127.0.0.1",
		"eventSessionId": "nILJPPBTZB-NuNU9tukO_l5UAgeH4fRpqLR2KzeJ",
		"eventUserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/01.0.0101.100 Safari/537.36",
		"eventType": "Login Success"
	}
}

A user login event type can be one of the following:

  • Account Locked Temp.
  • Login Failure.
  • Log Out.
  • Login Success.
  • Password Reset.
  • Session Expiry.

Next, learn about other events.