Managing external identities to enable secure access for partners, customers, and other non-employees
Sign-in page text is shown on MFA screen and it's container does not have ext-boilerplate-text CSS class assigned. So it is impossible to format the text as it is formatted for Sign In Page.
Olena Liebiedieva
0
Reputation points
Hello! Please help me understand how to handle my needs for Company Branding customization.
On Sign In Page - Sign In page text is wrapped with the container that has "ext-boilerplate-text" CSS class so that I can format my text:
<div id="idBoilerPlateText" class="wrap-content boilerplate-text ext-boilerplate-text" data-bind="
htmlWithMods: svr.fEnableLivePreview ? boilerPlateText : tenantBranding.BoilerPlateText,
htmlMods: { filterLinks: svr.fIsHosted },
css: { 'transparent-lightbox': tenantBranding.UseTransparentLightBox },
externalCss: { 'boilerplate-text': true }"><p>MY TEXT</p> </div>
However, on the "Approve sign in request" page, I see the exact text, but the container does not have this CSS class:
<div id="idBoilerPlateText" class="wrap-content boilerplate-text" data-bind=" htmlWithMods: tenantBranding.BoilerPlateText, htmlMods: { filterLinks: svr.fIsHosted }, css: { 'transparent-lightbox': tenantBranding.UseTransparentLightBox }"><p>MY TEXT</p></div>
Another question is whether this text should be on all stages of the signing-in process or not.
Many thanks to everyone who can clarify these questions.
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Sign in to answer