I am following the principles in this article in a solution using Azure AD as authentication:
https://kehindeadeyemi.hashnode.dev/preview-a-dynamic-content-region-as-a-pdf-in-your-oracle-apex-application
The part that I attempt to reuse is showing a PDF in an iframe where the iframe points to a AJAX callback process that writes the PDF file.
I never get so far because I get the error:
Refused to display 'https://login.microsoftonline.com/' in a frame because it set 'X-Frame-Options' to 'deny'.
But this page is a public page and requires no authentication. Is there a way to fix it?
Thank you in advance.
Kind regards
Soeren D.