I’m having some issue triggering an external login to an OIDC while in preview mode.
The provider has the frame-ancestors 'self' policy which blocks the request coming from inside the iframe. Is it possible to add allow-top-navigation-by-user-activation to the preview iframe?
In the console I see this Content-Security-Policy: The page’s settings blocked the loading of a resource (frame-ancestors) at because it violates the following directive: “frame-ancestors 'self'”
I’ve done a lot of debugging and from what I’ve discovered the provider block its own login page from being framed by anything other that its own origin.