p2-inc / keycloak-events

Useful Keycloak event listener implementations and utilities.
https://phasetwo.io
Other
168 stars 35 forks source link

Same event sent from different realms #59

Closed feg624 closed 3 months ago

feg624 commented 3 months ago

Hi, I'm using the HTTP Sender event with success, but in the scenario where I have the following realms structure

Master Realm --> no events configuration (default)

when a change is made on either Realm 1 or Realm 2, the event is sent to both listeners.

Thanks in advance.

Franco

xgp commented 3 months ago

What version are you using? This was fixed in https://github.com/p2-inc/keycloak-events/commit/76852a7375f81ae8b2b8e96bc37971139044b062

feg624 commented 3 months ago

Hi @xgp , thanks for pointing this out. I'm using version 23.0.4. On which version may I find this fix implemented?

Regards,

Franco

feg624 commented 3 months ago

Closing per the previous comments.