keycloak-scim/server_admin/topics/events/admin.adoc
2017-08-28 20:10:09 +02:00

36 lines
1.4 KiB
Text

=== Admin Events
Any action an admin performs within the admin console can be recorded for auditing purposes.
The Admin Console performs administrative functions by invoking on the {project_name} REST interface. {project_name}
audits these REST invocations. The resulting events can then be viewed in the Admin Console.
To enable auditing of Admin actions, go to the `Events` left menu item and select the `Config` tab.
.Event Configuration
image:{project_images}/login-events-config.png[]
In the `Admin Events Settings` section, turn on the `Save Events` switch.
.Admin Event Configuration
image:{project_images}/admin-events-settings.png[]
The `Include Representation` switch will include any JSON document that is sent through the admin REST API. This allows you to view exactly what an admin has done, but can lead to a lot of information stored in the
database. The `Clear admin events` button allows you to wipe out the current information stored.
To view the admin events go to the `Admin Events` tab.
.Admin Events
image:{project_images}/admin-events.png[]
If the `Details` column has a `Representation` box, you can click on that to view the JSON that was sent with that operation.
.Admin Representation
image:{project_images}/admin-events-representation.png[]
You can also filter for the events you are interested in by clicking the `Filter` button.
.Admin Event Filter
image:{project_images}/admin-events-filter.png[]