Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Monitor the event queue for login activities

Every single sign-on integration creates events for login activities.

You can use these events to monitor for login failures and determine if there are any security concerns to address.

Event NameDescriptionRecordParameter 1Parameter 2
external.authentication.succeededExternal authentication succeeded and the user accessed the instance URL.Session IDUser ID of user who successfully logged inThe URL the user accessed (which may be a deep link)
external.authentication.failedThe single sign-on requirements are not present or are missing. Session IDThe missing authentication requirements
external.authentication.failedThe user does not exist in the User [sys_user] table User IDThe string, "User does not exist"
external.authentication.failedThe user is locked out. User IDThe string, "User locked out."