keycloak-scim/docs/documentation/server_admin/topics/events.adoc

10 lines
459 B
Text
Raw Normal View History

2016-06-07 15:52:42 +00:00
2021-02-19 19:10:41 +00:00
== Configuring auditing to track events
2016-04-18 15:15:25 +00:00
[role="_abstract"]
{project_name} includes a suite of auditing capabilities. You can record every login and administrator action and review those actions in the Admin Console. {project_name} also includes a Listener SPI that listens for events and can trigger actions. Examples of built-in listeners include log files and sending emails if an event occurs.
include::events/login.adoc[]
include::events/admin.adoc[]