Skip to content

Commit 1dad216

Browse files
bernawykengaderdus
andauthored
Update articles/active-directory-b2c/customize-ui-with-html.md
Co-authored-by: Kenga Derdus <[email protected]>
1 parent 603bf3b commit 1dad216

1 file changed

Lines changed: 7 additions & 24 deletions

File tree

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

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -440,30 +440,13 @@ 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-
>
448-
> **Template repositor**y: [https://github.com/azure-ad-b2c/html-templates](https://github.com/azure-ad-b2c/html-templates)
449-
>
450-
> **Official Bootstrap download and CDN reference**: [https://getbootstrap.com/docs/3.3/getting-started/#download-cdn](https://getbootstrap.com/docs/3.3/getting-started/#download-cdn)
451-
>
452-
> **CDN reference used by the template**: [https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css](https://cdn.jsdelivr.net/npm/bootstrap@3.3.5/dist/css/bootstrap.min.css)
453-
>
454-
> Example snippet (default configuration):
455-
> ```xml
456-
> <link href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.5/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
457-
> ```
458-
> You may replace the CDN reference with your organization’s internal CDN or a locally hosted copy to meet reliability, security, or compliance requirements.
459-
>
460-
> Please note:
461-
> - The template is validated specifically against **Bootstrap 3.3.5.**
462-
> - Upgrading, downgrading, or modifying the Bootstrap version may introduce styling, layout, or component compatibility issues.
463-
> - Customers are responsible for validating and supporting any such changes.
464-
>
465-
> We recommend retaining the validated version unless appropriate regression testing has been completed.
466-
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:
449+
467450
## Use company branding assets in custom HTML
468451

469452
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)