Hello,
Can anyone please help me on how to embed the apex application in iframe. I am trying this in simple html as below. But it gives Too many redirects Error. By standalone it works fine. My apex application uses custom authentication.
<html>
<body>
<p>other page contents here</p>
<iframe width="560" height="315" src="http://server/ords/r/ws/pathways" ></iframe>
</body>
</html>
Below are my settings in Security Attributes. And I am not sure what should be given Referrer Policy.

Thanks!
Kanchana