Thank you for posting this in Microsoft Q&A.
I understand that you are concerning whether it is possible to render dynamic HTML content independently through AD B2C Custom Policy.
Yes, it is possible to render dynamic HTML content in Azure AD B2C custom policies.
You can use the ContentDefinition element in your custom policy to define the HTML content that you want to render. You can achieve this by using the LoadUri
element in your policy to load the HTML content from an external endpoint. The LoadUri
element allows you to load HTML content from a URL, and you can pass parameters to the URL to make it dynamic.
Please go through this document for more information about ContentDefinition
Hope this helps. Do let us know if you any further queries.
Thanks,
Navya.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.