Skip to main content

Auth0

Stream Auth0 authentication and security logs directly to Oodle using Auth0's Custom Log Streams.

Auth0 generates logs for authentication events, user management actions, and security-related activities. By streaming these logs to Oodle, you can:

  • Monitor authentication patterns and anomalies
  • Track user sign-ups, logins, and password changes
  • Detect security threats and suspicious activities
  • Correlate auth events with your application logs

Prerequisites

Before configuring Auth0 to send logs to Oodle, you'll need:

  • An Auth0 account with access to Log Streams
  • Your Oodle instance ID and API key (see Configuration)

Configuration

To configure Auth0 log streaming, you'll need the following values:

  • OODLE_INSTANCE: Your Oodle instance ID. Navigate to Settings icon → API Keys page in your Oodle UI to find this value. (Oodle UI links: ap1, us1)
  • OODLE_API_KEY: Your Oodle API key for authentication. Navigate to Settings icon → API Keys in your Oodle UI to choose an appropriate key. (Oodle UI links: ap1, us1)

Steps

  1. In Auth0, go to Dashboard → Monitoring → Log Streams and click Create Stream.
  2. Select Custom Webhook.
  3. Configure the webhook with the following settings in Log stream details section:
    SettingValue
    NameEnter a unique name for your new stream (e.g., "Oodle Logs").
    Payload URLhttps://<OODLE_INSTANCE>-logs.collector.oodle.ai/ingest/v1/logs
    Authorization TokenBearer <OODLE_API_KEY>
    Content Typeapplication/json
  4. [Optional] Configure the log event filters in the Filter by Log Event Category section to filter which log events are sent to Oodle.
  5. [Optional] Configure log obfuscation in the Obscure log stream data section if you want to redact any of the following before it reaches Oodle:
    • first name
    • last name
    • address
    • email
    • phone
    • username
  6. In Payload preview section, set Content Format to JSON Array.
  7. Click Save.
  8. Back on the Log Streams page, confirm the log stream status is Active.

Support

If you need assistance or have any questions, please reach out to us through:

  • The help chat widget available on the Support link in the sidebar
  • Email at support@oodle.ai