Skip to content

Commit ca0b6ed

Browse files
authored
Update active-directory-b2c-html-how-to.md
Fixing the Scorecard
1 parent a186f0d commit ca0b6ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -160,7 +160,7 @@ Validate that you're ready by performing the following steps:
160160

161161
1. Repeat the configure CORS. For **Allowed origins**, enter `https://www.test-cors.org`
162162
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`
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`
164164
1. Select **Send Request**.
165165
The result should be `XHR status: 200`
166166
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)