Skip to content

Commit 26ead38

Browse files
authored
Merge pull request #108555 from msaburnley/azuread-fundamentals-textformatting
[Azure AD] [Fundamentals] added text formatting
2 parents f77b5df + 31dab2d commit 26ead38

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

articles/active-directory/fundamentals/customize-branding.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.workload: identity
1010
ms.subservice: fundamentals
1111
ms.topic: conceptual
12-
ms.date: 09/18/2018
12+
ms.date: 05/07/2020
1313
ms.author: ajburnle
1414
ms.reviewer: kexia
1515
ms.custom: "it-pro, seodec18, fasttrack-edit"
@@ -48,17 +48,27 @@ Your custom branding won't immediately appear when your users go to sites such a
4848

4949
- **Language.** The language is automatically set as your default and can't be changed.
5050

51-
- **Sign-in page background image.** Select a .png or .jpg image file to appear as the background for your sign-in pages.
51+
- **Sign-in page background image.** Select a .png or .jpg image file to appear as the background for your sign-in pages. The image will be anchored to the center of the browser, and will scale to the size of the viewable space. You can't select an image larger than 1920x1080 pixels in size or that has a file size more than 300 KB.
5252

53-
The image can't be larger than 1920x1080 pixels in size and must have a file size of less than 300 KB.
53+
It's recommended to use images without a strong subject focus, e.g., an opaque white box appears in the center of the screen, and could cover any part of the image depending on the dimensions of the viewable space.
5454

5555
- **Banner logo.** Select a .png or .jpg version of your logo to appear on the sign-in page after the user enters a username and on the **My Apps** portal page.
5656

5757
The image can't be taller than 60 pixels or wider than 280 pixels. We recommend using a transparent image since the background might not match your logo background. We also recommend not adding padding around the image or it might make your logo look small.
5858

5959
- **Username hint.** Type the hint text that appears to users if they forget their username. This text must be Unicode, without links or code, and can't exceed 64 characters. If guests sign in to your app, we suggest not adding this hint.
6060

61-
- **Sign-in page text.** Type the text that appears on the bottom of the sign-in page. You can use this text to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 256 characters. We also suggest not including links or HTML tags.
61+
- **Sign-in page text.** Type the text that appears on the bottom of the sign-in page. You can use this text to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters.
62+
63+
You can customize the sign-in page text you entered. 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:
64+
65+
> Hyperlink: ```[text](link)```
66+
67+
> Bold: ``` **text** ``` or ``` __text__ ```
68+
69+
> Italics: ``` *text* ``` or ``` _text_ ```
70+
71+
> Underline: ``` ++text++ ```
6272
6373
- **Advanced settings**
6474

0 commit comments

Comments
 (0)