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/fundamentals/how-to-customize-branding.md
+24-20Lines changed: 24 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Add company branding to your organization's sign-in page
3
-
description: Instructions about how to add your organization's branding to the sign-in experience.
3
+
description: Instructions about how to add your organization's custom branding to the Azure AD sign-in experience.
4
4
services: active-directory
5
5
author: shlipsey3
6
6
manager: amycolannino
@@ -9,7 +9,7 @@ ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.subservice: fundamentals
11
11
ms.topic: how-to
12
-
ms.date: 08/09/2023
12
+
ms.date: 08/30/2023
13
13
ms.author: sarahlipsey
14
14
ms.reviewer: almars
15
15
---
@@ -23,8 +23,7 @@ The default sign-in experience is the global look and feel that applies across a
23
23
> [!NOTE]
24
24
> Instructions for how to manage the **'Stay signed in prompt?'** can be found in the **[Manage the 'Stay signed in?' prompt](how-to-manage-stay-signed-in-prompt.md)** article.
25
25
26
-
27
-
## License requirements
26
+
## Prerequisites
28
27
29
28
Adding custom branding requires one of the following licenses:
30
29
@@ -48,18 +47,23 @@ The **Global Administrator** role is required to customize company branding.
48
47
49
48
The branding elements are called out in the following example. Text descriptions are provided following the image.
50
49
51
-
:::image type="content" source="media/how-to-customize-branding/company-branding-map.png" alt-text="Screenshot of the sign-in page, with each of the company branding elements highlighted." lightbox="media/how-to-customize-branding/company-branding-map-large.png":::
50
+
:::image type="content" source="media/how-to-customize-branding/sign-in-page-map.png" alt-text="Screenshot of the sign-in page, with each of the company branding elements highlighted." lightbox="media/how-to-customize-branding/sign-in-page-map-expanded.png":::
52
51
53
52
1.**Favicon**: Small icon that appears on the left side of the browser tab.
54
-
1.**Header logo**: Space across the top of the web page, below the web browser navigation area.
53
+
1.**Header**: Space across the top of the sign-in page, behind the header log.
54
+
1.**Header logo**: Logo that appears in the upper-left corner of the sign-in page.
55
55
1.**Background image**: The entire space behind the sign-in box.
56
56
1.**Page background color**: The entire space behind the sign-in box.
57
-
1.**Banner logo**: The logo that appears in the upper-left corner of the sign-in box.
57
+
1.**Banner logo**: Logo that appears at the top of the sign-in box
58
+
1.**Sign-in page title**: Larger text that appears below the banner logo.
59
+
1.**Sign-in page description**: Text to describe the sign-in page.
58
60
1.**Username hint and text**: The text that appears before a user enters their information.
59
-
1.**Sign-in page text**: Text you can add below the username field.
60
61
1.**Self-service password reset**: A link you can add below the sign-in page text for password resets.
62
+
1.**Sign-in page text**: Text you can add below the username field.
63
+
1.**Footer link: Privacy & Cookies**: Link you can add to the lower-right corner for privacy information.
64
+
1.**Footer: Terms of Use**: Text in the lower-right corner of the page where you can add Terms of use information.
65
+
1.**Footer**: Space across the bottom of the page for privacy and Terms of Use information.
61
66
1.**Template**: The layout of the page and sign-in boxes.
62
-
1.**Footer**: Text in the lower-right corner of the page where you can add Terms of use or privacy information.
63
67
64
68
### User experience
65
69
@@ -78,16 +82,19 @@ In the following examples, replace the contoso.com with your own tenant name, or
78
82
- For my app portal `https://myapps.microsoft.com/?whr=contoso.com`
> To manage the settings of the 'Stay signed in?' prompt, go to **Azure AD** > **Users** > **User settings**.
85
+
For B2B collaboration end-users who perform cross-tenant sign-ins, their home tenant branding appears, even if there isn't custom branding specified.
86
+
87
+
In the following example, the company branding for Woodgrove Groceries appears on the left. The example on the right displays the default branding for the user's home tenant.
88
+
89
+

1. Sign in to the [Azure portal](https://portal.azure.com)using a Global Administrator account for the directory.
95
+
1. Sign in to the [Azure portal](https://portal.azure.com)as a Global Administrator for the directory.
89
96
90
-
2.Go to **Azure Active Directory** > **Company branding** > **Customize**.
97
+
2.Browse to **Azure Active Directory** > **Company branding** > **Customize**.
91
98
- If you currently have a customized sign-in experience, the **Edit** button is available.
92
99
93
100

@@ -156,13 +163,10 @@ If you haven't enabled the footer, go to the **Layout** section and select **Sho
156
163
157
164
To begin a new paragraph, use the enter key twice. You can also change text formatting to include bold, italics, an underline, or clickable link. Use the following syntax to add formatting to text:
158
165
159
-
> Hyperlink: `[text](link)`
160
-
161
-
> Bold: `**text**` or `__text__`
162
-
163
-
> Italics: `*text*` or `_text_`
164
-
165
-
> Underline: `++text++`
166
+
- Hyperlink: `[text](link)`
167
+
- Bold: `**text**` or `__text__`
168
+
- Italics: `*text*` or `_text_`
169
+
- Underline: `++text++`
166
170
167
171
> [!IMPORTANT]
168
172
> Hyperlinks that are added to the sign-in page text render as text in native environments, such as desktop and mobile applications.
0 commit comments