Skip to content

Commit 29a711d

Browse files
authored
Merge pull request #107793 from yoelhor/patch-4
Update custom-policy-ui-customization.md
2 parents e9acdeb + e2e8b39 commit 29a711d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

articles/active-directory-b2c/custom-policy-ui-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: conceptual
12-
ms.date: 02/13/2020
12+
ms.date: 03/16/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---

includes/active-directory-b2c-html-how-to.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: msmimart
33
ms.service: active-directory-b2c
44
ms.subservice: B2C
55
ms.topic: include
6-
ms.date: 02/26/2020
6+
ms.date: 03/16/2020
77
ms.author: mimart
88
---
99
## Use custom page content
@@ -43,7 +43,7 @@ The following table lists the default page content provided by Azure AD B2C. Dow
4343
| Default page | Description | Content definition ID<br/>(custom policy only) |
4444
|:-----------------------|:--------|-------------|
4545
| [exception.html](https://login.microsoftonline.com/static/tenant/default/exception.cshtml) | **Error page**. This page is displayed when an exception or an error is encountered. | *api.error* |
46-
| [selfasserted.html](https://login.microsoftonline.com/static/tenant/default/selfAsserted.cshtml) | **Self-Asserted page**. Use this file as a custom page content for a social account sign-up page, a local account sign-up page, a local account sign-in page, password reset, and more. The form can contain various input controls, such as: a text input box, a password entry box, a radio button, single-select drop-down boxes, and multi-select check boxes. | *api.localaccountsignin*, *api.localaccountsignup* , *api.localaccountpasswordreset*, *api.selfasserted* |
46+
| [selfasserted.html](https://login.microsoftonline.com/static/tenant/default/selfAsserted.cshtml) | **Self-Asserted page**. Use this file as a custom page content for a social account sign-up page, a local account sign-up page, a local account sign-in page, password reset, and more. The form can contain various input controls, such as: a text input box, a password entry box, a radio button, single-select drop-down boxes, and multi-select check boxes. | *api.localaccountsignin*, *api.localaccountsignup*, *api.localaccountpasswordreset*, *api.selfasserted* |
4747
| [multifactor-1.0.0.html](https://login.microsoftonline.com/static/tenant/default/multifactor-1.0.0.cshtml) | **Multi-factor authentication page**. On this page, users can verify their phone numbers (by using text or voice) during sign-up or sign-in. | *api.phonefactor* |
4848
| [updateprofile.html](https://login.microsoftonline.com/static/tenant/default/updateProfile.cshtml) | **Profile update page**. This page contains a form that users can access to update their profile. This page is similar to the social account sign-up page, except for the password entry fields. | *api.selfasserted.profileupdate* |
4949
| [unified.html](https://login.microsoftonline.com/static/tenant/default/unified.cshtml) | **Unified sign-up or sign-in page**. This page handles the user sign-up and sign-in process. Users can use enterprise identity providers, social identity providers such as Facebook or Google+, or local accounts. | *api.signuporsignin* |
@@ -127,7 +127,7 @@ To create a public container in Blob storage, perform the following steps:
127127

128128
1. Under **Blob service** in the left-hand menu, select **Blobs**.
129129
1. Select **+Container**.
130-
1. For **Name**, enter *root*. This can be a name of your choosing, for example *wingtiptoys*, but we use *root* in this example for simplicity.
130+
1. For **Name**, enter *root*. The name can be a name of your choosing, for example *contoso*, but we use *root* in this example for simplicity.
131131
1. For **Public access level**, select **Blob**, then **OK**.
132132
1. Select **root** to open the new container.
133133

@@ -158,6 +158,9 @@ Configure Blob storage for Cross-Origin Resource Sharing by performing the follo
158158

159159
Validate that you're ready by performing the following steps:
160160

161-
1. Navigate to [www.test-cors.org](https://www.test-cors.org/) and paste the URL in the **Remote URL** box.
161+
1. Repeat the configure CORS step. For **Allowed origins**, enter `https://www.test-cors.org`
162+
1. Navigate to [www.test-cors.org](https://www.test-cors.org/)
163+
1. For the **Remote URL** box, paste the URL of your HTML file. For example, `https://your-account.blob.core.windows.net/azure-ad-b2c/unified.html`
162164
1. Select **Send Request**.
165+
The result should be `XHR status: 200`.
163166
If you receive an error, make sure that your CORS settings are correct. You might also need to clear your browser cache or open an in-private browsing session by pressing Ctrl+Shift+P.

0 commit comments

Comments
 (0)