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-with-html.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: kengaderdus
6
6
manager: CelesteDG
7
7
ms.service: azure-active-directory
8
8
ms.topic: how-to
9
-
ms.date: 02/17/2025
9
+
ms.date: 03/04/2026
10
10
ms.author: kengaderdus
11
11
ms.subservice: b2c
12
12
zone_pivot_groups: b2c-policy-type
@@ -440,6 +440,34 @@ To use the sample:
440
440
1. Now modify the policy, pointing to your HTML file, as mentioned previously.
441
441
1. If you see missing fonts, images, or CSS, check your references in the extensions policy and the `\*.html` files.
442
442
443
+
444
+
### Bootstrap dependency in sample templates
445
+
446
+
The [sample templates](https://github.com/azure-ad-b2c/html-templates) use**Bootstrap 3.3.5**, sourced from the official Bootstrap CDN. This version has been validated and tested with Azure AD B2C.
447
+
448
+
The templates reference the following CDN URL for Bootstrap CSS:
For the official Bootstrap 3.3.5 download and CDN details, see [Bootstrap 3.3 Getting Started](https://getbootstrap.com/docs/3.3/getting-started/#download-cdn).
461
+
462
+
#### Replace the CDN reference
463
+
464
+
You can replace the CDN reference with your organization's internal CDN or a locally hosted copy to meet reliability, security, or compliance requirements.
465
+
466
+
> [!IMPORTANT]
467
+
> The templates are validated specifically against Bootstrap 3.3.5. Upgrading, downgrading, or otherwise modifying the Bootstrap version might introduce styling, layout, or component compatibility issues.
468
+
469
+
If you change the Bootstrap version, you're responsible for completing regression testing to validate that your customized templates work correctly with Azure AD B2C. Retain the validated version unless you've completed appropriate testing.
470
+
443
471
## Use company branding assets in custom HTML
444
472
445
473
To use [company branding](customize-ui.md#configure-company-branding) assets in a custom HTML, add the following tags outside the `<div id="api">` tag. The image source is replaced with that of the background image and banner logo.
0 commit comments