keycloak-scim/topics/events.adoc

8 lines
446 B
Text
Raw Normal View History

2016-05-31 16:48:15 +00:00
== Auditing and Events
2016-04-18 15:15:25 +00:00
2016-05-31 16:48:15 +00:00
{{book.project.name}} provides a rich set of auditing capabilities. Every single login action can be recorded and stored in
the database and reviewed in the Admin Console. All admin actions can also be recorded and reviewed. There is also a Listener SPI
in which plugins can listen for these events and perform some action. Built in ones include a simple log file and the ability
to send an email if an event occurs.
2016-04-18 15:15:25 +00:00