Skip to content

Commit 1965409

Browse files
authored
Update date and add Bootstrap dependency notice
Updated the date to reflect the latest version and added Bootstrap dependency notice with CDN references.
1 parent 1a1b9ed commit 1965409

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

articles/active-directory-b2c/customize-ui-with-html.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: kengaderdus
66
manager: CelesteDG
77
ms.service: azure-active-directory
88
ms.topic: how-to
9-
ms.date: 02/17/2025
9+
ms.date: 03/04/2026
1010
ms.author: kengaderdus
1111
ms.subservice: b2c
1212
zone_pivot_groups: b2c-policy-type
@@ -440,6 +440,29 @@ To use the sample:
440440
1. Now modify the policy, pointing to your HTML file, as mentioned previously.
441441
1. If you see missing fonts, images, or CSS, check your references in the extensions policy and the `\*.html` files.
442442

443+
> [!NOTE]
444+
> **Bootstrap Dependency Notice**
445+
>
446+
> This template uses **Bootstrap 3.3.5** sourced from the official Bootstrap CDN. This version has been validated and tested with the product.
447+
> [Template repository](https://github.com/azure-ad-b2c/html-templates)
448+
>
449+
> [Official Bootstrap download and CDN reference](https://getbootstrap.com/docs/3.3/getting-started/#download-cdn)
450+
>
451+
> [CDN reference used by the template](https://cdn.jsdelivr.net/npm/bootstrap@3.3.5/dist/css/bootstrap.min.css)
452+
>
453+
> Example snippet (default configuration):
454+
> ```xml
455+
> <link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.5/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
456+
> ```
457+
> You may replace the CDN reference with your organization’s internal CDN or a locally hosted copy to meet reliability, security, or compliance requirements.
458+
>
459+
> Please note:
460+
> - The template is validated specifically against **Bootstrap 3.3.5.**
461+
> - Upgrading, downgrading, or modifying the Bootstrap version may introduce styling, layout, or component compatibility issues.
462+
> - Customers are responsible for validating and supporting any such changes.
463+
>
464+
> We recommend retaining the validated version unless appropriate regression testing has been completed.
465+
443466
## Use company branding assets in custom HTML
444467

445468
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

Comments
 (0)