Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
Tool_Tip
Creator II
Creator II

QAP

Dear all,

We have embedded one of the application sheet into our website using QAP.

Issue is whenever we are accessing our website it is always popping up login for that specific iframe part.

Is there way to bypass the login credentials ?

Labels (1)
  • API

3 Replies
alex_colombo
Employee
Employee

Hey @Tool_Tip , do you need to authenticate your users? Is this a public web application with no authentication?

Instead, if you need authentication, you could use ticket authentication for performing a silent login without asking for credentials. But for this you need a backend where it will request a ticket on behalf of users. 

Another option is SAML and levering SSO. In this case your webapp should have authenticate users with same SAML configuration applied in Qlik Sense Virtual Proxy.

Tool_Tip
Creator II
Creator II
Author

Hi Alex,

Thank you for your response.

Is this a public web application with no authentication? Yes it is public page without any authentication required and as I mentioned we have embedded one of our dashboard sheet inside it. so that whenever public users are accessing this website this embedded sheet is asking for authentication.

How can we bypass this authentication? Can we provide credentials to the iframe url which we have embedded into the wesite code? or suggest best practice.

alex_colombo
Employee
Employee

ok you don't need an authentication here, so you could implement anonymous authentication. Here you can find how to do it. For enabling it, you need a specific license for your QAP server. Do you know which license you have?

For our docs: "User-based licenses, with professional access and analyzer access, do not support anonymous authentication. Capacity-based licenses will allow anonymous authentication using an Analyzer Capacity license (signed key) or a Token license."