Getting Business Audit Data Using SecureAuth's Audit Events
Learn how to get business audit data with SecureAuth's audit events such as, for example, login events, MFA events, token mints, and more.
Get Business Audit Data
In workspace, navigate to Logs.
Filter events by payload or date range.
Enable Live to see audit events happening in real time. If not enabled, new audit events appear after a page refresh.
Use admin list audit events API to request filtered/unfiltered audit events list in a JSON format for a given workspace.
Audit Events for Authorizers
The gateway_request_authorized
and the gateway_request_unauthorized
are the only two audit events that come outside of SecureAuth. When an authorizer is set up to protect a certain API and the request to this API is authorized or denied, the authorizer notifies SecureAuth about the event so that it can be stored and auditable. Note that not all of the requests are auditable by SecureAuth. When a request, for example, contains a large payload, SecureAuth may not be notified by the authorizer.
For multitenant authorizers, even though the APIs are visible within all of the workspaces, audit events are only accessible within the System workspace where the authorizer is integrated.