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

Event queue login events

The SAML 2.0 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 nameDescriptionID used with eventEvent string
saml2.logout.validation.failedThe logout response from the IdP failed validation against your logout request. The event validates the <inResponseTo> element against the session ID (ID attribute of the <saml2p:LogoutRequest> element). For example, see the workflow for logout request issued.Session IDThe string, "SAML2 LogoutResponse validation failed.'
external.authentication.succeededExternal authentication successed. The string, 'Authentication Successed'
external.authentication.succeededExternal authentication succeeded and the user accessed the instance URL.Session ID & User 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'