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
+8-7Lines changed: 8 additions & 7 deletions
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: 11/13/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).
@@ -79,9 +82,6 @@ Review the following guidance before using your own HTML and CSS files to custom
79
82
- Mozilla Firefox 38.0 and above
80
83
- Don't include **form tags** in your HTML. Form tags interfere with the POST operations generated by the HTML injected by Azure AD B2C.
81
84
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
-
85
85
### Where do I store UI content?
86
86
87
87
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
163
163
164
164
1. Sign in to the [Azure portal](https://portal.azure.com).
165
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 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**.
167
168
1. Follow the steps in [Add branding to your organization's Azure Active Directory sign-in page](../active-directory/fundamentals/customize-branding.md).
168
169
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:
170
171
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*.
172
173
* 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.
173
174
* The banner logo appears in the verification emails sent to your users when they initiate a sign-up user flow.
0 commit comments