Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
I’m attempting to integrate the ASP.NET Web SDK Duo code into an application that has a ReactJS front-end. The back-end is successfully signing the request and providing the host value from the project configuration. I can see that the iframe is ...
It seems like if I hardcode the data-host and data-sig-request values, the iframe works as expected. But if I try to wait for the back-end to populate some variables and then use the variables as the parameter values, the iframe renders as a blank. A...