I tried the same with Protractor which uses Selenium and that worked just fine. Let me know what I can do to fix this error.
I have followed instructions given here but wasn’t able to get it to work.
Any help would be great help because I want to use Cypress instead of Protractor and I’m not sure who can help me with this.
Hi, any update on this issue? am facing the same issue. Tried configuring “Disable clickjacking protection for Classic Universal Login” from Tenant admin settings. But it didn’t work.
If I acceess using public IP it works fine. But if I use domain name, am getting below error.
"Refused to frame ‘https://*******.us.auth0.com/’ because an ancestor violates the following Content Security Policy directive: “frame-ancestors ‘none’”
This is preventing me from developing add-ins as it is required to log in using Microsoft’s displayDialogAsync, which will inevitably open the Auth0 login page within an iFrame.