loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Consumer Audit Logs

The LoginRadius Identity Platform provides a Consumer Audit Logs feature that enables real-time synchronization of actionable API logs with your Audit Management and SIEM tools (e.g., Sumologic, Splunk). It offers in-depth insights into API interactions — who accessed the system, when, and how — letting you monitor security, detect threats, and streamline compliance.

Two ways to access audit logs: the Admin Console for a basic view with limited capabilities, or SIEM Integration for detailed logging with advanced analytics and monitoring.


Key features

Real-time monitoring & alerts

Detect security threats and unauthorized access attempts instantly.

Troubleshooting & debugging

Quickly diagnose and resolve issues affecting application performance.

Granular API insights

Monitor API interactions at a detailed level.

Advanced features

Regulatory compliance

Ensure adherence to ISO, HIPAA, GDPR, and other industry regulations.

Data versioning & tracking

Maintain a detailed audit trail for changes in user profiles.

Business intelligence & analytics

Leverage log data for user-behavior insights and strategic decision-making.

Threat monitoring

Set alerts for system stability, manage traffic, and prevent brute-force attacks.

Incident management

Detect abnormal behavior, identify bugs faster, and apply timely resolutions.


Use cases

Cybersecurity incident detection

Consumer Audit Logs empower your team to monitor data across your network, trigger alerts on anomalies, and respond to potential security threats before they impact your business. Examples of threat detection:

DDoS attack prevention
Set up alerts for unexpected spikes in API requests to identify and mitigate potential DDoS attacks. Your DevOps team can block malicious IPs and prevent service disruptions.
Brute-force detection
If there is a surge in failed login attempts from a specific IP, your team can flag and block the source to prevent unauthorized access attempts.
Unauthorized access
An unusual increase in Account Deletion API requests could indicate a breach. Real-time monitoring enables swift intervention to protect user data.

Incident management

  • Detect 4xx errors for abnormal behavior.
  • Identify bugs quicker and help apply resolutions.
  • Respond to critical issues before they impact your business.

Compliance requirements

  • Track API actions for individual consumers.
  • Maintain a historical view of consumer activities.
  • Resolve compliance-related queries (GDPR, CCPA, HIPAA, etc.).
  • Provide documentation for conflict resolution.

Business intelligence

  • Track API trends for specific events.
  • Use insights to make informed business decisions.

Configuration options

Consumer Audit Logs can be configured in two ways. Pick the option that matches the depth of logging your team needs.

A lightweight view of logs surfaced directly in the LoginRadius Admin Console — designed for quick, day-to-day visibility into key user activities.
  • Available for basic log viewing with limited data points.
  • Allows businesses to track key user activities.
  • Logs are available for a defined retention period.
  • Accessible by navigating to the Audit Logs section in the LoginRadius Admin Console.
  • A UID search is available to look up logs for a specific user.

Audit log data points

The following metadata is captured for each API call and surfaced in the Admin Console. Detailed SIEM logs include everything about the API call — the endpoint, status code, all timestamps, and more.

id
Unique audit log ID.
uid
LoginRadius Consumer ID.
operation
Type of API call.
category
Consumer action type.
type
Warning / error / info level.
message
API success / error message.
code
API response code.
extra_info
Additional API call details.
timestamp
Unix timestamp of the API call.
request_path
API endpoint accessed.
useragent
Source User-Agent of the API call.
IP
IP address from API header.
host
Host from API header.
appname
Name of the application making the request.
method
HTTP method used (GET, POST, etc.).
module
Module associated with the API call.
sub_module
Sub-module within the API operation.
email
Consumer email associated with the request (if applicable).
workflow_name
Name of any workflow triggered by the action.
oidc_appname
OIDC application name (if applicable).

Example JSON log

{
"appname": "lrdemo2",
"category": "access",
"code": 403,
"email": "tesss@tm.od2.in",
"extra_info": null,
"host": "api.loginradius.com",
"id": "6374034da49sdf49f79080b11797a058",
"ip": "43.198.4.171",
"message": "{\"ErrorCode\":1228,\"Message\":\"Consent logs not available.\",\"Description\":\"Consent logs not available.\"}",
"method": "GET",
"module": "account",
"oidc_appname": "",
"operation": "get_consent_logs_by_uid",
"request_path": "/identity/v2/manage/account/b6cf5e3ff8354d68aef41b407c908b97/consent/logs",
"sub_module": "consent",
"timestamp": 1739944885,
"type": "warning",
"uid": "b6cf5e3ff84d68aeghgf41b407c908b97",
"useragent": "axios/1.7.4",
"workflow_name": ""
}

Supported integrations

Consumer Audit Logs ship to leading log-management and security-analytics platforms — enhancing monitoring, compliance, and incident response across your stack.

Logstash
Open-source log processor that collects, filters, and forwards audit logs to destinations like Elasticsearch. Ideal for real-time log transformation and enrichment.
Sumo Logic
Cloud-native log analytics platform offering AI-driven threat detection, real-time monitoring, and compliance insights.
Splunk
Powerful SIEM solution providing real-time search, anomaly detection, and forensic investigations for security and compliance.
Devo
High-speed, cloud-based logging platform with real-time indexing, security analytics, and scalable log retention.
Grafana
Open-source observability platform that ingests and visualizes audit logs via Grafana Loki or Grafana Cloud — real-time dashboards, alerting, and log correlation across your infrastructure.

Need a different integration? For custom requirements, contact LoginRadius Support. By leveraging Consumer Audit Logs, businesses can streamline incident resolution, improve user experience, and enhance system reliability.