<div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>I am trying to log information about successful login and logouts in my application. I&#39;ve written a simple event listener to pass data to my application audit logger in correct format. In case of Login event there are following details available:<br>auth_method:         openid-connect<br>auth_type:         code<br>redirect_uri:         <a href="http://localhost:8080/auth/admin/master/console/?redirect_fragment=%2Frealms%2Fmaster%2Fevents">http://localhost:8080/auth/admin/master/console/?redirect_fragment=%2Frealms%2Fmaster%2Fevents</a><br>consent:         no_consent_required<br>code_id:         28e74ada-cb0e-4901-91bb-2915f1a3b8e0<br><b>username:         admin<br></b><br></div>however in logout event details there is only:<br>redirect_uri:         <a href="http://localhost:8080/auth/admin/master/console/#/realms/master/events">http://localhost:8080/auth/admin/master/console/#/realms/master/events</a><br><br></div>This means all i get in this event related to User is his id:<br><b>User:        a680de68-1c9a-40dd-a642-c56d5912b7b6<br><br></b></div>Is there a simple way for my event listener to get username based on User Id? Or perhaps a way to enable putting username in logout event details?<br><br></div>thanks,<br></div>Maciej Dawidowicz<br></div>