Event Listener with Microsoft Login

Hi all,

I’ve already implemented custom event listener to send a message on Kafka when a new user is created or updated.
Now I have a issue after allowing ‘Login with Microsoft’ that Event listener does not ‘pick up’ the login and does not send out a message to Kafka.

Is there a solution for this or does Event listener not register creation of users via Microsoft or other external identity providers?

Simplest thing would be to enable info-logging to the jboss-logging listener and inspect the log output which event will be emitted when a user through an external IdP.
Alternatively, enable logging for all event types and inspect the events in the admin-ui.
Then, if there’s an event which will be emitted, point your event listener to this event type.