keycloak-scim/examples/providers/event-store-mem
2015-03-09 11:47:08 +01:00
..
src/main Fixed Event Viewer pagination, date filter and added testcases. 2015-03-09 11:47:08 +01:00
pom.xml KEYCLOAK-1041 Fix examples packaging 2015-02-18 17:38:58 +01:00
README.md Added provider section to docs 2015-01-28 11:25:27 +01:00

Example Event Store that stores events in memory

To deploy copy target/event-store-mem-example.jar to standalone/configuration/providers.

Then edit standalone/configuration/keycloak-server.json, change:

"eventsStore": { "provider": "jpa" }

to:

"eventsStore": { "provider": "in-mem" }

Then start (or restart)the server. Once started open the admin console, select your realm, then click on Events, followed by config. Set the toggle for Enabled to ON. After this try to logout and login again then open the Events tab again in the admin console to view events from the in-mem provider.