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
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/custom-domain.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
9
9
ms.service: active-directory
10
10
ms.workload: identity
11
11
ms.topic: how-to
12
-
ms.date: 05/13/2022
12
+
ms.date: 07/26/2022
13
13
ms.author: kengaderdus
14
14
ms.subservice: B2C
15
15
ms.custom: "b2c-support"
@@ -116,13 +116,21 @@ Follow these steps to create an Azure Front Door:
116
116
|Tier| Select either Standard or Premium tier. Standard tier is content delivery optimized. Premium tier builds on Standard tier and is focused on security. See [Tier Comparison](../frontdoor/standard-premium/tier-comparison.md).|
117
117
|Endpoint name| Enter a globally unique name for your endpoint, such as `b2cazurefrontdoor`. The **Endpoint hostname** is generated automatically. |
118
118
|Origin type| Select `Custom`.|
119
-
|Origin host name| Enter `<tenant-name>.b2clogin.com`. Replace `<tenant-name>` with the [name of your Azure AD B2C tenant](tenant-management.md#get-your-tenant-name).|
119
+
|Origin host name| Enter `<tenant-name>.b2clogin.com`. Replace `<tenant-name>` with the [name of your Azure AD B2C tenant](tenant-management.md#get-your-tenant-name) such as `contoso.b2clogin.com`.|
120
120
121
121
Leave the **Caching** and **WAF policy** empty.
122
122
123
123
124
124
1. Once the Azure Front Door resource is created, select **Overview**, and copy the **Endpoint hostname**. It looks something like `b2cazurefrontdoor-ab123e.z01.azurefd.net`.
125
125
126
+
1. Make sure the **Host name** and **Origin host header** of your origin have the same value:
127
+
1. Under **Settings**, select **Origin groups**.
128
+
1. Select your origin group from the list, such as **default-origin-group**.
129
+
1. On the right pane, select your **Origin host name** such as `contoso.b2clogin.com`.
130
+
1. On the **Update origin** pane, update the **Host name** and **Origin host header** to have the same value.
131
+
132
+
:::image type="content" source="./media/custom-domain/azure-front-door-custom-domain-origins.png" alt-text="Screenshot of how to update custom domain origins.":::
133
+
126
134
127
135
## Step 3. Set up your custom domain on Azure Front Door
0 commit comments