Skip to content

Commit 4fa4316

Browse files
committed
common include file
1 parent f13d082 commit 4fa4316

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

articles/event-grid/auth0-how-to.md

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -23,44 +23,7 @@ To send Auth0 events to Azure:
2323

2424
[!INCLUDE [register-event-grid-provider](includes/register-event-grid-provider.md)]
2525

26-
## Authorize partner to create a partner topic
27-
28-
You must grant your consent to Auth0 to create a partner topic in a resource group that you designate. This authorization has an expiration time. It's effective for the time period you specify between 1 to 365 days.
29-
30-
> [!IMPORTANT]
31-
> For a greater security stance, specify the minimum expiration time that offers the partner enough time to configure your events to flow to Event Grid and to provision your partner topic. Your partner won't be able to create resources (partner topics) in your Azure subscription after the authorization expiration time.
32-
33-
1. Sign in to the [Azure portal](https://portal.azure.com).
34-
1. In the search bar at the top, enter **Partner Configurations**, and select **Event Grid Partner Configurations** under **Services** in the results.
35-
1. On the **Event Grid Partner Configurations** page, select **Create Event Grid partner configuration** button on the page (or) select **+ Create** on the command bar.
36-
37-
:::image type="content" source="./media/subscribe-to-partner-events/partner-configurations.png" alt-text="Event Grid Partner Configurations page showing the list of partner configurations and the link to create a partner registration.":::
38-
1. On the **Create Partner Configuration** page, do the following steps:
39-
1. In the **Project Details** section, select the **Azure subscription** and the **resource group** where you want to allow the partner to create a partner topic.
40-
1. In the **Partner Authorizations** section, specify a default expiration time for partner authorizations defined in this configuration.
41-
1. To provide your authorization for a partner to create partner topics in the specified resource group, select **+ Partner Authorization** link.
42-
43-
:::image type="content" source="./media/subscribe-to-partner-events/partner-authorization-configuration.png" alt-text="Create Partner Configuration page with the Partner Authorization link selected.":::
44-
45-
1. On the **Add partner authorization to create resources** page, you see a list of **verified partners**. A verified partner is a partner whose identity has been validated by Microsoft. Follow these steps to authorize **Auth0** to create a partner topic.
46-
1. Select **Auth0** from the list of verified partners.
47-
1. Specify **authorization expiration time**.
48-
1. select **Add**.
49-
50-
:::image type="content" source="./media/auth0-how-to/add-verified-partner.png" alt-text="Screenshot for granting a verified partner the authorization to create resources in your resource group.":::
51-
52-
> [!IMPORTANT]
53-
> Your partner won't be able to create resources (partner topics) in your Azure subscription after the authorization expiration time.
54-
1. Back on the **Create Partner Configuration** page, verify that the partner is added to the partner authorization list at the bottom, and then select **Review + create** at the bottom of the page.
55-
56-
:::image type="content" source="./media/auth0-how-to/create-partner-registration.png" alt-text="Create Partner Configuration page showing the partner authorization you just added.":::
57-
1. On the **Review** page, review all settings, and then select **Create** to create the partner registration.
58-
59-
:::image type="content" source="./media/auth0-how-to/review-partner-authorization.png" alt-text="Screenshot showing the Create Partner Configuration page with Auth0.":::
60-
1. After the deployment is complete, select **Go to resource** to navigate to the **Event Grid Partner Configuration** page that shows **Auth0** partner authorization.
61-
62-
:::image type="content" source="./media/auth0-how-to/partner-configuration.png" alt-text="Screenshot showing the Partner Configuration page with Auth0.":::
63-
26+
[!INCLUDE [authorize-verified-partner-to-create-topic](includes/authorize-verified-partner-to-create-topic.md)]
6427

6528
## Set up an Auth0 partner topic
6629
Part of the integration process is to set up Auth0 for use as an event source by using the [Auth0 Dashboard](https://manage.auth0.com/).

0 commit comments

Comments
 (0)