Adding extra text to a self-asserted page in Azure AD B2C

Image of “text”

There are several ways to do this.

You could use the “Paragraph” method, JS / CSS or add extra text to the claims “DisplayName”.

But you can also add the text as input fields:

<InputClaims>
<InputClaim ClaimTypeReferenceId="label_text" DefaultValue="Some wording" AlwaysUseDefaultValue="true"/>
</InputClaims>
<OutputClaims>
<OutputClaim ClaimTypeReferenceId="label_text" />
</OutputClaims>

All good!

--

--

Rory Braybrook
The new control plane

NZ Microsoft Identity dude and MVP. Azure AD/B2C/ADFS/Auth0/identityserver. StackOverflow: https://bit.ly/2XU4yvJ Presentations: http://bit.ly/334ZPt5