embed html link in static text on custom sign up screen (custom policy)

AV 81 Reputation points
2022-03-29T20:29:02.373+00:00

Hi,

I want to add a static text right with a hyperlink embedded in the custom Sign up page. I can add the static text through Paragraph User input type but unable to embed an anchor tag in between words. Is this possible? I tried to add the tags with XML encoding but they show up in the paragraph as text instead of being interpreted as HTML.

Thanks.

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,775 questions
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,506 Reputation points
    2022-03-30T13:52:26.1+00:00

    Hi @AV • Thanks for providing the details.

    In order to embed the HTML links in static text on the custom sign-up screen, you need to use a custom HTML page at the signup. Where you can add the below-highlighted element.

    188442-image.png

    Here is the link to my custom HTML file for your reference.

    Once this is done, you need to update the load uri parameter under the api.localaccountsignup content definition, as shown below:

    188451-image.png

    Once it is updated, you will see the text with hyperlink(s) as highlighted below:

    188427-image.png

    You can access My B2C app and click on the Sign up now link to see this in action.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


1 additional answer

Sort by: Most helpful
  1. AV 81 Reputation points
    2022-03-31T13:20:53.3+00:00
    0 comments No comments