Is it possible to render dynamic HTML content independently through AD B2C Custom Policy?
After Sign in, I want to render HTML content. This HTML content is dynamic and is returned from an endpoint. I want to render this HTML content in AD B2C custom Policy. So every time a user signs-in, in the sign-in flow it should render the dynamic HTML content while executing the same policy after clicking on sign in button on b2c login page. Is it possible to render dynamic HTML content through AD B2C Custom Policy?