Skip to content

Commit bdd35e3

Browse files
committed
formatting
1 parent 87a4eb9 commit bdd35e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/active-directory-b2c/customize-ui-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Review the following guidance before using your own HTML and CSS files to custom
7777
- Don't include **form tags** in your HTML. Form tags interfere with the POST operations generated by the HTML injected by Azure AD B2C.
7878

7979
> [!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.
8181
8282
### Where do I store UI content?
8383

@@ -150,7 +150,7 @@ The following table lists the HTML fragments that Azure AD B2C merges into the `
150150

151151
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).
152152

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.
154154

155155
[!INCLUDE [preview note](../../includes/active-directory-b2c-public-preview.md)]
156156

@@ -163,16 +163,16 @@ Start by configuring company branding in Azure Active Directory within your Azur
163163
1. In the left menu, select **Azure Active Directory**. Or, select **All services** and search for and select **Azure Active Directory**.
164164
1. Follow the steps in [Add branding to your organization's Azure Active Directory sign-in page](../active-directory/fundamentals/customize-branding.md).
165165

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**.
167167

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.
169169

170170
### Enable branding in user flow pages
171171

172172
Once you've configured company branding in Azure Active Directory, enable it for your user flows in Azure AD B2C.
173173

174174
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)**.
176176
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.
177177
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**.
178178
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
195195
<img data-tenant-branding-logo="true" alt="Company Logo" />
196196
```
197197

198-
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 .
199199

200200
## Localize content
201201

0 commit comments

Comments
 (0)