Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We are trying to embed QlikSense objects in salesforce. we use SAML AUTH for that and I'm taking the URL from the embed button. while the link is working perfectly, when we are putting the URL in the IFRAME inside salesforce we are getting an error that "onelogin refuse to connect".
Do I need to put some credentials in the URL? or something to configure in SF or Qlik or OneLogin ?
Any suggestions why its happening ?
Thanks!
Hi @Jord23Henk
Did you solve this? My guess would be that if you check the browser console, you might have errors relating to X-Frame-Options. Most providers have the ability to whitelist URLs (which would be the page your iframe is part of), to protect against mis-use.
If it's this, then you should be able to add the origin as indicated under the Framing Protection section of this article: https://onelogin.service-now.com/kb_view_customer.do?sysparm_article=KB0010304
Hello ,
The below resources should help with authentication of users in Iframes:
Article links:
1. Qlik Sense for Windows: iFrame sample using JWT authentication
2. Embed content using iframes and anonymous access
https://qlik.dev/tutorials/embed-content-using-iframes-and-anonymous-access
Thanks for the reply,
Without the onelogin access and the SAML auth, the iFrame is working good. once we did the SAML and connect to onelogin, the iFrame inside SF is not worrking. so i belive its something in the configurations in onelogin or salesforce (or even maybe qlik)..
we put tracer and we see that the SF cant go through the onelogin inside the iframe..
maybe you have another solution ?
Hi @Jord23Henk
Did you solve this? My guess would be that if you check the browser console, you might have errors relating to X-Frame-Options. Most providers have the ability to whitelist URLs (which would be the page your iframe is part of), to protect against mis-use.
If it's this, then you should be able to add the origin as indicated under the Framing Protection section of this article: https://onelogin.service-now.com/kb_view_customer.do?sysparm_article=KB0010304