Skip to content

Commit 71b32ad

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into tls
2 parents e8c5e20 + bb4d218 commit 71b32ad

File tree

950 files changed

+9706
-12542
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

950 files changed

+9706
-12542
lines changed

.openpublishing.redirection.json

Lines changed: 270 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 58 additions & 1 deletion
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: 09/25/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).
@@ -146,6 +149,60 @@ The following table lists the HTML fragments that Azure AD B2C merges into the `
146149
| Multi-factor authentication | Customers can verify their phone numbers (using text or voice) during sign-up or sign-in. |
147150
| Error | Provides error information to the customer. |
148151

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.
157+
158+
[!INCLUDE [preview note](../../includes/active-directory-b2c-public-preview.md)]
159+
160+
### Configure company branding
161+
162+
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+
![Page layout selection in Azure AD B2C in the Azure portal](media/customize-ui-overview/portal-02-page-layout-select.png)
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+
![Branded sign-up/sign-in page served by Azure AD B2C](media/customize-ui-overview/template-ocean-blue-branded.png)
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 `<div id="api">` tag:
198+
199+
```HTML
200+
<img data-tenant-branding-background="true" />
201+
<img data-tenant-branding-logo="true" alt="Company Logo" />
202+
```
203+
204+
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+
149206
## Localize content
150207

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

articles/active-directory-b2c/index.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.collection: collection
1414
author: mmacy
1515
ms.author: marsma
16-
ms.date: 08/29/2019
16+
ms.date: 01/28/2020
1717

1818
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1919

@@ -27,7 +27,7 @@ landingContent:
2727
- linkListType: overview
2828
links:
2929
- text: What is Azure AD B2C?
30-
url: active-directory-b2c-overview.md
30+
url: overview.md
3131
- text: Technical & feature overview
3232
url: technical-overview.md
3333
- linkListType: get-started
@@ -49,13 +49,13 @@ landingContent:
4949
- linkListType: quickstart
5050
links:
5151
- text: Set up sign-in
52-
url: active-directory-b2c-quickstarts-web-app.md
52+
url: quickstart-web-app-dotnet.md
5353
- linkListType: tutorial
5454
links:
5555
- text: Authenticate users a .NET web application
56-
url: active-directory-b2c-tutorials-web-app.md
56+
url: tutorial-web-app-dotnet.md
5757
- text: Grant API access to a .NET web application
58-
url: active-directory-b2c-tutorials-web-api.md
58+
url: tutorial-web-api-dotnet.md
5959
- text: Enable enterprise and social login
6060
url: tutorial-add-identity-providers.md
6161
- linkListType: download
@@ -69,13 +69,13 @@ landingContent:
6969
- linkListType: quickstart
7070
links:
7171
- text: Set up sign-in
72-
url: active-directory-b2c-quickstarts-desktop-app.md
72+
url: quickstart-single-page-app.md
7373
- linkListType: tutorial
7474
links:
7575
- text: Authenticate users in a single-page app
76-
url: active-directory-b2c-tutorials-spa.md
76+
url: tutorial-single-page-app.md
7777
- text: Grant API access to a single-page app
78-
url: active-directory-b2c-tutorials-spa-webapi.md
78+
url: tutorial-single-page-app-webapi.md
7979
- text: Enable enterprise and social login
8080
url: tutorial-add-identity-providers.md
8181
- linkListType: download
@@ -89,13 +89,13 @@ landingContent:
8989
- linkListType: quickstart
9090
links:
9191
- text: Set up sign-in
92-
url: active-directory-b2c-quickstarts-desktop-app.md
92+
url: quickstart-native-app-desktop.md
9393
- linkListType: tutorial
9494
links:
9595
- text: Authenticate users in native clients
96-
url: active-directory-b2c-tutorials-desktop-app.md
96+
url: tutorial-desktop-app.md
9797
- text: Grant API access to native clients
98-
url: active-directory-b2c-tutorials-desktop-app-webapi.md
98+
url: tutorial-desktop-app-webapi.md
9999
- text: Enable enterprise and social login
100100
url: tutorial-add-identity-providers.md
101101
- linkListType: download
@@ -109,15 +109,15 @@ landingContent:
109109
- linkListType: concept
110110
links:
111111
- text: Introduction to user flows
112-
url: active-directory-b2c-reference-policies.md
112+
url: user-flow-overview.md
113113
- linkListType: how-to-guide
114114
links:
115115
- text: Sign up and sign in users
116116
url: tutorial-create-user-flows.md
117117
- text: Customize the user interface
118118
url: customize-ui-overview.md
119119
- text: Enable sign-in with Facebook
120-
url: active-directory-b2c-setup-fb-app.md
120+
url: identity-provider-facebook.md
121121
- linkListType: video
122122
links:
123123
- text: How to configure basic policies (9:41)
@@ -129,17 +129,17 @@ landingContent:
129129
- linkListType: concept
130130
links:
131131
- text: Introduction to custom policies
132-
url: active-directory-b2c-overview-custom.md
132+
url: custom-policy-overview.md
133133
- linkListType: how-to-guide
134134
links:
135135
- text: Sign up and sign in users
136-
url: active-directory-b2c-get-started-custom.md
136+
url: custom-policy-get-started.md
137137
- text: Customize the user interface
138-
url: active-directory-b2c-ui-customization-custom.md
138+
url: custom-policy-ui-customization.md
139139
- text: Enable sign-in with Azure AD multi-tenant
140-
url: active-directory-b2c-setup-commonaad-custom.md
140+
url: identity-provider-azure-ad-multi-tenant-custom.md
141141
- text: Add your own business logic with REST APIs
142-
url: active-directory-b2c-rest-api-validation-custom.md
142+
url: custom-policy-rest-api-claims-validation.md
143143
- linkListType: video
144144
links:
145145
- text: Advanced use cases with Azure AD B2C (4:54)
156 KB
Loading
58.6 KB
Loading
183 KB
Loading

articles/active-directory-b2c/quickstart-native-app-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Azure Active Directory B2C (Azure AD B2C) provides cloud identity management to
2525

2626
- [Visual Studio 2019](https://www.visualstudio.com/downloads/) with the **ASP.NET and web development** workload.
2727
- A social account from either Facebook, Google, or Microsoft.
28-
- [Download a zip file](https://github.com/Azure-Samples/active-directory-b2c-dotnet-desktop/archive/master.zip) or clone the sample web app from GitHub.
28+
- [Download a zip file](https://github.com/Azure-Samples/active-directory-b2c-dotnet-desktop/archive/msalv3.zip) or clone the [Azure-Samples/active-directory-b2c-dotnet-desktop](https://github.com/Azure-Samples/active-directory-b2c-dotnet-desktop) repository from GitHub.
2929

3030
```
3131
git clone https://github.com/Azure-Samples/active-directory-b2c-dotnet-desktop.git

0 commit comments

Comments
 (0)