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 toSettingsicon →API Keyspage in your Oodle UI to find this value. (Oodle UI links: ap1, us1)OODLE_API_KEY: Your Oodle API key for authentication. Navigate toSettingsicon →API Keysin your Oodle UI to choose an appropriate key. (Oodle UI links: ap1, us1)
Steps
- In Auth0, go to Dashboard → Monitoring → Log Streams and click Create Stream.
- Select Custom Webhook.
- Configure the webhook with the following settings in Log stream details
section:
Setting Value Name Enter a unique name for your new stream (e.g., "Oodle Logs"). Payload URL https://<OODLE_INSTANCE>-logs.collector.oodle.ai/ingest/v1/logsAuthorization Token Bearer <OODLE_API_KEY>Content Type application/json - [Optional] Configure the log event filters in the Filter by Log Event Category section to filter which log events are sent to Oodle.
- [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
- phone
- username
- In Payload preview section, set Content Format to
JSON Array. - Click Save.
- 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