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/customize-ui-overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ If customers try to edit their profile before signing in, they're redirected to
47
47
48
48
User flows provide several built-in templates you can choose from to give your user experience pages a professional look. These layout templates can also and serve as starting point for your own customization.
49
49
50
-
In the left menu, under **Customize**, select **Page layouts**. Then select **Template**.
50
+
Under **Customize** in the left menu, select **Page layouts** and then select **Template**.
51
51
52
52

53
53
54
-
Select a template from the list. Examples of each of the available templates' sign-in pages appear below.
54
+
Next, select a template from the list. Here are examples of the sign-in pages for each template:
55
55
56
56
| Ocean Blue | Slate Gray | Classic |
57
57
|:-:|:-:|:-:|
@@ -63,18 +63,18 @@ When you choose a template, the selected layout is applied to all pages in your
63
63
64
64
Azure AD B2C runs code in your customer's browser and uses a modern approach called [Cross-Origin Resource Sharing (CORS)](https://www.w3.org/TR/cors/).
65
65
66
-
At runtime, content is loaded from a URL that you specify in a your user flow or custom policy. Each page in the user experience loads its content from the URL you specify for that page. After content is loaded from your URL, it's merged with an HTML fragment inserted by Azure AD B2C, and then the page is displayed to your customer.
66
+
At runtime, content is loaded from a URL that you specify in your user flow or custom policy. Each page in the user experience loads its content from the URL you specify for that page. After content is loaded from your URL, it's merged with an HTML fragment inserted by Azure AD B2C, and then the page is displayed to your customer.
67
67
68
68
Review the following guidance before using your own HTML and CSS files to customize the UI:
69
69
70
-
- Azure AD B2C merges HTML content into your pages. Don't copy and try to change the default content that Azure AD B2C provides. It's best to build your HTML content from scratch and use the default content as reference.
71
-
- JavaScript can now be included in your custom content.
72
-
- Supported browser versions are:
70
+
- Azure AD B2C **merges** HTML content into your pages. Don't copy and try to change the default content that Azure AD B2C provides. It's best to build your HTML content from scratch and use the default content as reference.
71
+
-**JavaScript** can be included in your custom content for both [user flows](user-flow-javascript-overview.md) and [custom policies](javascript-samples.md).
72
+
- Supported **browser versions** are:
73
73
- Internet Explorer 11, 10, and Microsoft Edge
74
74
- Limited support for Internet Explorer 9 and 8
75
75
- Google Chrome 42.0 and above
76
76
- Mozilla Firefox 38.0 and above
77
-
- Don't include form tags in your HTML. Form tags interfere with the POST operations generated by the HTML injected by Azure AD B2C.
77
+
- Don't include **form tags** in your HTML. Form tags interfere with the POST operations generated by the HTML injected by Azure AD B2C.
0 commit comments