"AdminEvent" : {
authDetails: {
"realmId" -realm of the user which is loggedIn;
"userId" - logged inUser;
}
......
realmId: "realm on which the action is performed"
}
Extended event(the one send in the webhook)
`ExtendedAdminEvent.extAuthDetails `must contain the
realmId -realmId on which the action is performed
userId - user which performs the action (user which you are logged in and performs the action - it can be from master realm or another realm )
From what I understand: Keycloak event:
Extended event(the one send in the webhook)