After customizing my own html
and CSS
for Azure AD B2C sign-up and sign-in policy using the steps outlined in this resource, I have successfully created custom Sign-Up and Sign-In pages. However, my next goal is to make the sign-up page dynamic by passing values in the query string or another method, which will determine the elements to add or remove from the html.
In the future, I aim to store these values in a database and query them before rendering the html. Is this feasible? Any advice on how to achieve this would be greatly appreciated.