DEV Community

Discussion on: Building an Event Listener SPI (Plugin) for KeyCloak

Collapse
 
jeffreytan1001 profile image
JeffreyTan1001

Good article, save my day! Besides, how to save this some response (e.g. last logged in, ip address etc) into external database?

Collapse
 
adwaitthattey profile image
Adwait Thattey

Hello,
in the onEvent and onAdminEvent methods you should be able to write any code including calls to external APIs or databases. That's what we did.