Skip to content

Commit 7f9f8c6

Browse files
committed
Company branding now in B2C pane
1 parent 11b1169 commit 7f9f8c6

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: conceptual
12-
ms.date: 11/13/2019
12+
ms.date: 01/30/2020
1313
ms.author: marsma
1414
ms.subservice: B2C
1515
---
@@ -28,6 +28,9 @@ If you use [user flows](user-flow-overview.md), you can change the look of your
2828

2929
You use the [Azure portal](tutorial-customize-ui.md) to configure the UI customization for user flows.
3030

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+
3134
### Custom policies
3235

3336
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).
@@ -79,9 +82,6 @@ Review the following guidance before using your own HTML and CSS files to custom
7982
- Mozilla Firefox 38.0 and above
8083
- Don't include **form tags** in your HTML. Form tags interfere with the POST operations generated by the HTML injected by Azure AD B2C.
8184

82-
> [!TIP]
83-
> 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.
84-
8585
### Where do I store UI content?
8686

8787
When using your own HTML and CSS files to customize the UI, you can host your UI content on any publicly available HTTPS endpoint that supports CORS. For example, [Azure Blob storage](../storage/blobs/storage-blobs-introduction.md), web servers, CDNs, AWS S3, or file sharing systems.
@@ -163,12 +163,13 @@ Start by configuring company branding in Azure Active Directory within your Azur
163163

164164
1. Sign in to the [Azure portal](https://portal.azure.com).
165165
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 left menu, select **Azure Active Directory**. Or, select **All services** and search for and select **Azure Active Directory**.
166+
1. In the Azure portal, search for and select **Azure AD B2C**.
167+
1. Under **Manage**, select **Company branding**.
167168
1. Follow the steps in [Add branding to your organization's Azure Active Directory sign-in page](../active-directory/fundamentals/customize-branding.md).
168169

169-
When you configure company branding, keep these things in mind:
170+
Keep these things in mind when you configure company branding in Azure AD B2C:
170171

171-
* 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**.
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*.
172173
* 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.
173174
* The banner logo appears in the verification emails sent to your users when they initiate a sign-up user flow.
174175

0 commit comments

Comments
 (0)