'B2C Custom Policy for Acceptance of Terms of Use

I'm using the following policy for Terms of use acceptance on signup-signin.

I have it running OK, but the actual terms are not being displayed to the user. How is this supposed to work? Does anyone know how I can insert the terms so the user cna read them first before providing consent?

Thanks



Solution 1:[1]

Use custom html to add your own text onto the page.

https://docs.microsoft.com/en-us/azure/active-directory-b2c/customize-ui-with-html?pivots=b2c-user-flow

Or create a paragraph claim and display it on the page using an output claim in your technical profile.

https://docs.microsoft.com/en-us/azure/active-directory-b2c/configure-user-input?pivots=b2c-custom-policy#add-a-claim-to-the-user-interface

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jas Suri - MSFT