We are working on integrating with Auth0 trail account before we obtain a enterprise account. As part of the integration, we are streaming the login/logout events to a webhook to store these events in our database for audit logging purposes.
We observed for the SuccessLogout event, when this event is streamed, we did not see the values for user_id and user_name in the payload for the log event.
Is this is a bug in Auth0 or is there a setting that I need to enable inorder to receive the user_id and user_name valiues in the playload for SuccessLogout log event? Whereas we see these values in the payload for Success Login and other log events.
Hi @rueben.tiow we use the custom database solution where the custom database login script will call our APIs to validate the user provided credentials against our own database.
We are seeing the user_id and username values coming in all other events except for the event “slo”.
We do have these elements in the SuccessLogout event payload. But the values are coming as null.