Forum Discussion

gmercierblouin's avatar
gmercierblouin
Copper Contributor
Oct 21, 2024

Add hyperlink in attribute label (Azure B2C user flow)

I am trying to reproduce https://learn.microsoft.com/en-us/entra/external-id/customers/how-to-define-custom-attributes#configure-a-single-select-checkbox-checkboxsingleselect configuration where links are added to the label of the “terms of use” attribute in the signup.

 

It seems I can’t add a link the way it’s done here, I am overriding the localized resources json and using the [terms of use](url) format but no hyperlink is created. Is this still possible?

 

thank you,

 

https://learn.microsoft.com/en-us/entra/external-id/customers/how-to-define-custom-attributes#configure-a-single-select-checkbox-checkboxsingleselect

1 Reply

  • gmercierblouin's avatar
    gmercierblouin
    Copper Contributor
    I think I've found the correct procedure, it involves the use of a customized template with added javascript. According to this procedure : https://learn.microsoft.com/en-us/azure/active-directory-b2c/javascript-and-page-layout?pivots=b2c-user-flow#add-terms-of-use

Resources