I have implemented sign in/signup policies using Azure AD B2C custom policy. I came across two problems while doing this:
Is there a method so I can add a button to sign in page which redirects on click? Or can I add a hyperlink in HTML document and call the policy to it?
Is it possible to display what we type on a textbox in another label like in AJAX? As custom policies are created using XML, can I use data binding for this?