You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auth0, the identity platform for application builders, provides developers and enterprises with the building blocks they need to secure their applications.
16
17
17
18
The Auth0 Partner Topic allows you to use events that are emitted by Auth0’s system to accomplish a number of tasks. Engage with users in meaningful ways after the authentication or automate security and infrastructure tasks.
1. Create one or more `partnerNamespaces` in each region you want to publish events. As part of this, Event Grid service will provision a publishing endpoint (for example, https://contoso.westus-1.eventgrid.azure.net/api/events) and access keys.
@@ -60,21 +67,14 @@ Below is the resource model for Partner Topics.
60
67
Only Microsoft approved partnerRegistrations are discoverable by customers.
61
68
* Scope: Created in partner's Azure Subscription. Metadata visible to customers once public.
62
69
63
-
### Event Types
64
-
* Resource: `partnerRegistrations/eventTypes`
65
-
* Used by: Partners
66
-
* Description: Captures metadata about event types supported by a partner registration.
67
-
* Scope: Discoverable by customers once made public. Lives in a partner’s subscription as a child resource of Partner Registration.
68
-
69
-
70
70
### Partner Namespaces
71
71
* Resource: partnerNamespaces
72
72
* Used by: Partners
73
73
* Description: Provides a regional resource for publishing customer events to. Each Partner Namespace has a publishing endpoint and auth keys. The namespace is also how the partner requests a Partner Topic for a given customer and lists active customers.
74
74
* Scope: Lives in partner’s subscription.
75
75
76
-
### Event Tunnels
77
-
* Resource: `partnerNamespaces/eventTunnels`
76
+
### Event Channel
77
+
* Resource: `partnerNamespaces/eventChannels`
78
78
* Used by: Partners
79
79
* Description: The Event Tunnels are a mirror of the customer's Partner Topic. By creating an Event Tunnel and specifying the customer's Azure Subscription and resource Group in the metadata, you're signaling to Event Grid to create a Partner Topic for the customer. Event Grid will issue an ARM call to create a corresponding partnerTopic in the customer’s subscription. The partner topic will be created in a "pending" state. There’s a 1-1 link between each eventTunnel and a partnerTopic.
0 commit comments