keycloak-scim/topics/events.adoc
Bill Burke 93cc13c87b Merge pull request #26 from ssilvert/events-chapter
Minor updates for events chapter.
2016-06-07 12:02:50 -04:00

8 lines
454 B
Text

== Auditing and Events
{{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
with which plugins can listen for these events and perform some action. Built in listeners include a simple log file and the ability
to send an email if an event occurs.