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
+58-1Lines changed: 58 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: celestedg
9
9
ms.service: active-directory
10
10
ms.workload: identity
11
11
ms.topic: conceptual
12
-
ms.date: 09/25/2019
12
+
ms.date: 01/30/2020
13
13
ms.author: marsma
14
14
ms.subservice: B2C
15
15
---
@@ -28,6 +28,9 @@ If you use [user flows](user-flow-overview.md), you can change the look of your
28
28
29
29
You use the [Azure portal](tutorial-customize-ui.md) to configure the UI customization for user flows.
30
30
31
+
> [!TIP]
32
+
> 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.
33
+
31
34
### Custom policies
32
35
33
36
If you're using [custom policies](custom-policy-overview.md) to provide sign-up or sign-in, password reset, or profile-editing in your application, use [policy files to customize the UI](custom-policy-ui-customization.md).
@@ -146,6 +149,60 @@ The following table lists the HTML fragments that Azure AD B2C merges into the `
146
149
| Multi-factor authentication | Customers can verify their phone numbers (using text or voice) during sign-up or sign-in. |
147
150
| Error | Provides error information to the customer. |
148
151
152
+
## Company branding (preview)
153
+
154
+
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).
155
+
156
+
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.
Start by setting the banner logo, background image, and background color within **Company branding**.
163
+
164
+
1. Sign in to the [Azure portal](https://portal.azure.com).
165
+
1. Select the **Directory + subscription** filter in the top menu, and then select the directory that contains your Azure AD B2C tenant.
166
+
1. In the Azure portal, search for and select **Azure AD B2C**.
167
+
1. Under **Manage**, select **Company branding**.
168
+
1. Follow the steps in [Add branding to your organization's Azure Active Directory sign-in page](../active-directory/fundamentals/customize-branding.md).
169
+
170
+
Keep these things in mind when you configure company branding in Azure AD B2C:
171
+
172
+
* Company branding in Azure AD B2C is currently limited to **background image**, **banner logo**, and **background color** customization. The other properties in the company branding pane, for example those in **Advanced settings**, are *not supported*.
173
+
* In your user flow pages, the background color is shown before the background image is loaded. We recommended you choose a background color that closely matches the colors in your background image for a smoother loading experience.
174
+
* The banner logo appears in the verification emails sent to your users when they initiate a sign-up user flow.
175
+
176
+
### Enable branding in user flow pages
177
+
178
+
Once you've configured company branding, enable it in your user flows.
179
+
180
+
1. In the left menu of the Azure portal, select **Azure AD B2C**.
181
+
1. Under **Policies**, select **User flows (policies)**.
182
+
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.
183
+
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**.
184
+
1. For the **Page Layout Version (Preview)**, choose version **1.2.0** or above.
185
+
1. Select **Save**.
186
+
187
+
If you'd like to brand all pages in the user flow, set the page layout version for each page layout in the user flow.
188
+
189
+

190
+
191
+
This annotated example shows a custom banner logo and background image on a *Sign up and sign in* user flow page that uses the Ocean Blue template:
192
+
193
+

194
+
195
+
### Use company branding assets in custom HTML
196
+
197
+
To use your company branding assets in custom HTML, add the following tags outside the `<divid="api">` tag:
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 .
205
+
149
206
## Localize content
150
207
151
208
You localize your HTML content by enabling [language customization](user-flow-language-customization.md) in your Azure AD B2C tenant. Enabling this feature allows Azure AD B2C to forward the OpenID Connect parameter `ui-locales` to your endpoint. Your content server can use this parameter to provide language-specific HTML pages.
0 commit comments