Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am experiencing an issue with embedding a Power BI dashboard in my Django web app using an iframe. The login popup for Microsoft authentication appears blank, and multiple login popups are being triggered. This problem started recently, though the setup was previously working without issues. Any guidance or troubleshooting steps would be appreciated.
The code -
I do have a valid SSL Certificate for the site.
Thankyou
Solved! Go to Solution.
Hi @saintmantis ,
According to the error message, Edge will block loading from insecure sources. This error may occur when a website's security certificate is invalid or when the website does not use HTTPS to encrypt data. You can refer to the link below for more information on similar issues:
"The Connection for This Site is Not Secure" - Microsoft Community
How to Fix "Your Connection Is Not Private" Errors (howtogeek.com)
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @saintmantis ,
According to the error message, Edge will block loading from insecure sources. This error may occur when a website's security certificate is invalid or when the website does not use HTTPS to encrypt data. You can refer to the link below for more information on similar issues:
"The Connection for This Site is Not Secure" - Microsoft Community
How to Fix "Your Connection Is Not Private" Errors (howtogeek.com)
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.