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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Review the following guidance before using your own HTML and CSS files to custom
77
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.
78
78
79
79
> [!TIP]
80
-
> If you want to modify only the banner logo, background image, and background color of your user flow pages, you can try the [Company branding (preview)](#company-branding-preview) feature described later in this article..
80
+
> If you want to modify only the banner logo, background image, and background color of your user flow pages, you can try the [Company branding (preview)](#company-branding-preview) feature described later in this article.
81
81
82
82
### Where do I store UI content?
83
83
@@ -150,7 +150,7 @@ The following table lists the HTML fragments that Azure AD B2C merges into the `
150
150
151
151
You can customize your user flow pages with a banner logo, background image, and background color by using Azure Active Directory [Company branding](../active-directory/fundamentals/customize-branding.md).
152
152
153
-
To customize your user flow pages, you first configure company branding in Azure Active Directory, then you enable it the page layouts of your user flows in Azure AD B2C.
153
+
To customize your user flow pages, you first configure company branding in Azure Active Directory, then you enable it in the page layouts of your user flows in Azure AD B2C.
@@ -163,16 +163,16 @@ Start by configuring company branding in Azure Active Directory within your Azur
163
163
1. In the left menu, select **Azure Active Directory**. Or, select **All services** and search for and select **Azure Active Directory**.
164
164
1. Follow the steps in [Add branding to your organization's Azure Active Directory sign-in page](../active-directory/fundamentals/customize-branding.md).
165
165
166
-
In your user flow pages, the background color is shown before the background image is loaded. We recommended that you choose a background color that closely matches the colors in your background image for a smoother loading experience.
166
+
Company branding in Azure AD B2C currently supports adding a background image and banner logo, and specifying a background color. The other properties in the company branding pane, for example those in **Advanced settings**, are **not supported**.
167
167
168
-
Company branding in Azure AD B2C currently supports adding a only background image and banner logo, and specifying a background color. The other properties in the company branding pane, for example those in **Advanced settings**, are **not supported**.
168
+
In your user flow pages, the background color is shown before the background image is loaded. We recommended that you choose a background color that closely matches the colors in your background image for a smoother loading experience.
169
169
170
170
### Enable branding in user flow pages
171
171
172
172
Once you've configured company branding in Azure Active Directory, enable it for your user flows in Azure AD B2C.
173
173
174
174
1. In the left menu of the Azure portal, select **Azure AD B2C**.
175
-
1. Under **Policies**, select **User flows (policies)**
175
+
1. Under **Policies**, select **User flows (policies)**.
176
176
1. Select the user flow for which you'd like to enable company branding. Company branding is **not supported** for the *Sign in v1* and *Profile editing v1* user flow types.
177
177
1. Under **Customize**, select **Page layouts**, and then select the layout you'd like to brand. For example, select **Unified sign up or sign in page**.
178
178
1. For the **Page Layout Version (Preview)**, choose version **1.2.0** or above.
@@ -195,7 +195,7 @@ To use your company branding assets in custom HTML, add the following tags outsi
The image source is replaced with that of the background image and banner logo. As described in [Get started with custom HTML and CSS](#get-started-with-custom-html-and-css), use CSS classes to style and position the assets on the page .
198
+
The image source is replaced with that of the background image and banner logo. As described in the [Get started with custom HTML and CSS](#get-started-with-custom-html-and-css) section, use CSS classes to style and position the assets on the page .
0 commit comments