Helpful resources
Need more help?
Check out the Webflow community.
Free Webflow templates
The best free Webflow templates.
Hire a Webflow expert
Partner with a certified expert.
How can I embed a Qliksense dashboard onto a Webflow website without encountering a "login.qlik.com refused to connect" error message?
Published on
September 22, 2023
To embed a Qlik Sense dashboard onto a Webflow website without encountering a "login.qlik.com refused to connect" error message, you can follow these steps:
- Retrieve the Qlik Sense Single Sign-On (SSO) URL and certificate:
- Contact your Qlik Sense server administrator to obtain the SSO URL and certificate.
-
The SSO URL typically looks like this: https://
/login/?targetId= &login_type=sso
- Create an HTML embed element in Webflow:
- Go to your Webflow project and open the page where you want to embed the dashboard.
- Drag an "Embed" element from the left-hand panel and place it in the desired location on the page.
- Customize the embed code:
- Double-click the embedded element to open the code editor.
- Replace the existing code within the tags with the following:
<iframe src="<sso-url>" width="100%" height="800px" frameborder="0"></iframe>
-
Replace
<sso-url>
with the SSO URL obtained in step 1.
- Adjust the iframe's width and height:
- Modify the width and height attributes of the iframe to fit your desired dimensions.
- Ensure that the dimensions are large enough to display the entire dashboard without scrolling.
- Save and publish your changes:
- Save and preview your changes within the Webflow editor.
- Publish your Webflow site to make the changes live on the web.
By following these steps, you should be able to embed a Qlik Sense dashboard onto your Webflow website without encountering the "login.qlik.com refused to connect" error message. This method utilizes the Qlik Sense Single Sign-On capability to seamlessly authenticate users within the embedded dashboard.
Additional SEO-optimized questions:
- How can I successfully embed a Qlik Sense dashboard on my Webflow site?
- What steps should I follow to avoid encountering the "login.qlik.com refused to connect" error when embedding a Qlik Sense dashboard on Webflow?
- Is it possible to embed a Qlik Sense dashboard onto a Webflow website without encountering authentication issues?