keycloak-scim/examples/providers/event-listener-sysout
2015-01-28 11:25:27 +01:00
..
src/main login protocol abstraction 2014-10-01 10:01:42 -04:00
pom.xml Version bump 2015-01-12 10:35:50 +01:00
README.md Added provider section to docs 2015-01-28 11:25:27 +01:00

Example Event Listener that prints events to System.out

To deploy copy target/event-listener-sysout-example.jar to standalone/configuration/providers. Then start (or restart) the server. Once started open the admin console, select your realm, then click on Events, followed by config. Click on Listeners select box, then pick sysout from the dropdown. After this try to logout and login again to see events printed to System.out.