keycloak-scim/examples/providers/audit-listener-sysout
2014-08-06 09:00:23 -04:00
..
src/main Refactor to prepar for splitting model 2014-06-27 09:39:06 +01:00
pom.xml bump version 2014-08-06 09:00:23 -04:00
README.md Added example providers for audit listener and audit provider 2014-05-27 15:11:52 +01:00

Example Audit Listener that prints events to System.out

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