Keycloak events related to session expiry

Hello all, my goal is to implement one event to listen when an user session in keycloak expires.

I’m working with keycloak 16.0.0, and I know how to finish a user session and wait until keycloak expires this user session, but in this case, keycloak throws any event/callback/listener that I can capture and do the things that I need.

I’ve looked at the events listed in the EventType enumeration, and none of them seem to be related to the specific expiration event.

Thanks,
Alberto.

Hi,

I have the exact same problem. Do you have an advice how to solve it?

Thx