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
|[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*|
47
47
|[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*|
48
48
|[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*|
49
49
|[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:
127
127
128
128
1. Under **Blob service** in the left-hand menu, select **Blobs**.
129
129
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.
131
131
1. For **Public access level**, select **Blob**, then **OK**.
132
132
1. Select **root** to open the new container.
133
133
@@ -158,6 +158,9 @@ Configure Blob storage for Cross-Origin Resource Sharing by performing the follo
158
158
159
159
Validate that you're ready by performing the following steps:
160
160
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`
162
164
1. Select **Send Request**.
165
+
The result should be `XHR status: 200`.
163
166
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