Zoho login dialog opens a new window when used from within an iframe

Zoho login dialog opens a new window when used from within an iframe

I' m trying to embed my Zoho wiki into our intranet using an iframe but when I try to sign in to my Zoho account from that iframe, it would open a new window


  1. <iframe name="Zoho3" runat="server" style="width:100%; height:700px; border:none; overflow-y:hidden;" src='https://blablah.wiki.zoho.com/Welcome.html' type="text/html"/>

Our users usually sign in using their Google account associated with their Zoho account

Is there any way to prevent opening a new window from the iframe or skipping the login window somehow?

I tried to limit the iframe by sandbox attribute, but it didn't solve my problem.