All Products
Search
Document Center

Function Compute:Integrate Auth0

Last Updated:Aug 20, 2025

This topic describes how to use an HTTP event source to integrate Auth0 with EventBridge.

Background information

Auth0 is an adaptive and easy-to-use identity management platform that provides identity authentication and authorization services. EventBridge supports fast integration with Auth0 for you to send notifications to registered users and handle exceptions.

Prerequisites

Step 1: Create an event source for Auth0 in EventBridge

Log on to the EventBridge console and create an HTTP or HTTPS event source. Set the following parameters when you create the event source. For more information, see Create a custom event source of the HTTP/HTTPS Events type.
  • Request Type: Select HTTPS.
  • Request Method: Select POST.
  • Security Settings: Select Optional.
After the event source is created, you can find the event source on the Event Sources page, and click Details in the Operations column to view the details of the event source. The Internet request URL can be used as the webhook URL of the event source. pic-1

Step 2: Create an event stream

  1. Log on to the Auth0 console. In the left-side navigation pane, choose Monitoring > Streams.
  2. On the Streams page, click Create Log Stream.
  3. On the New Event Stream page, click Custom Webhook.
  4. In the Create Event Stream dialog box, specify the name of the event stream and click Create.
  5. On the configuration page of the created event stream, set the parameters and click Save.
    Note Set the Payload URL parameter to the Internet request URL that is generated in Step 1: Create an event source for Auth0 in EventBridge.

Step 3: Trigger an event

  1. On the homepage in the Auth0 console, choose User Management > User in the left-side navigation pane.
  2. On the Users page, click Create User.
  3. In the Create user dialog box, specify the user information and click Create.

Step 4: Verify the result

  1. Log on to the EventBridge console.

  2. In the top navigation bar, select a region.

  3. In the left-side navigation pane, click Event Buses.

  4. Log on to the EventBridge console. On the Event Buses page, find the custom event bus with which the created custom event source is associated and click Event Tracking in the Actions column to view the event.