Overview
After a successful login with the Legacy /oauth/ro endpoint, the view of the Tenant Log in the Dashboard does not show the Action Details tab, even if actions were enabled and executed.
Solution
Auth0 does not include the actions context in the logs from the legacy /oauth/ro
endpoint. Since this is a legacy endpoint there are no plans to add support for this, and the recommendation is to switch to the /oauth/token
endpoint which is fully supported.
Related Resources:
API Documentation for /oauth/token
endpoint: Resource Owner Password Flow