Authentication login audit event

This webhook captures user and client login events recorded by Keycloak.
To enhance the audit trail with comprehensive login information, Layer1 leverages Keycloak
as an authentication provider, which exposes its own set of events. A custom event listener
implemented within Keycloak wraps these events into the layer1:audit:auth:login webhook format,
providing a unified audit log for all authentication activities.

Payload

Authentication login audit event data.

string
required

Type of the event being logged.

uuid
required

Unique identifier for this event.

date-time
required

ISO 8601 formatted date and time when the event was generated.

data
object
required
LoadingLoading…