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: includes/active-directory-b2c-html-how-to.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ author: msmimart
3
3
ms.service: active-directory-b2c
4
4
ms.subservice: B2C
5
5
ms.topic: include
6
-
ms.date: 02/26/2020
6
+
ms.date: 03/16/2020
7
7
ms.author: mimart
8
8
---
9
9
## Use custom page content
@@ -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. 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