Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
vegard_bakke
Partner - Creator III
Partner - Creator III

How do I actually use 'Allow anonymous users'?

The access modes 'No anonymous users' and 'Always anonymous user' in the virtual proxy settings, I'm familiar with.

 

But is it possible to use 'Allow anonymous users' on a QAP?  Since you can't open an app, the hub gives little value.  And we are currently using iframes.

So how do I give the anonymous user the option to log in? Example from the hub:

vegard_bakke_0-1607445281142.png

 

 

Section access

Is it at all possible to combine section access, and anonymous users for the same app?

The plan was to have public data for anonymous users, and if they log in, you get access to you own data as well as the public data. In the same app.

 

Or do we need two duplicate apps, running reload twice? Once turning on the section access, and the other loading public data only.

 

 

Regards,
Vegard

Labels (1)
1 Solution

Accepted Solutions
vegard_bakke
Partner - Creator III
Partner - Creator III
Author

Note to self: 
When connecting to virtual proxies with Allow anonymous users, it will let you in as an anonymous user.

If you want to log in, you need to add: '?forceauthentication=yes' to the URL as a query string parameter.
Ref: https://help.qlik.com/en-US/sense-developer/November2020/Subsystems/ProxyServiceAPI/Content/Sense_Pr...

View solution in original post

1 Reply
vegard_bakke
Partner - Creator III
Partner - Creator III
Author

Note to self: 
When connecting to virtual proxies with Allow anonymous users, it will let you in as an anonymous user.

If you want to log in, you need to add: '?forceauthentication=yes' to the URL as a query string parameter.
Ref: https://help.qlik.com/en-US/sense-developer/November2020/Subsystems/ProxyServiceAPI/Content/Sense_Pr...