Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dusasuman
Creator
Creator

Qliksense section access

Hi,

Is qliksense section access will prompt for userid?

4 Replies
MK9885
Master II
Master II

I believe it depends.

If you asking about SSO (Single Sign On)  which can be used for login purpose.

Check the below links and also search for Qlik Sense SSO in search.

https://help.qlik.com/en-US/sense/3.1/Subsystems/PlanningQlikSenseDeployments/Content/Server/Server-...

https://help.qlik.com/en-US/sense/3.1/Subsystems/ManagementConsole/Content/SAML-authentication.htm

rittermd
Master
Master

Section access does not prompt for a userid.

It automatically limits the data made available to the user that is logged in based on your code in the app.

So if User A logs into the hub and opens the app they see X.  When User B logs into the hub and opens the app they see Y.

This is all based on whatever access you have setup in your Section access code.

dusasuman
Creator
Creator
Author

How it works when we need to restrict the data for external users of 1000 in number for the same application.

where each user will access unique information from the application. (Like we do in qliksense.)

MK9885
Master II
Master II

You limit the user depending on the field which you like to restrict.

Ex:

Country based

or

Role Based or Product Based.

The best way to achieve is the authorization is by using their NTNAME for login purpose while doing Section Access.

If you have an example script in place and you'd like to share?

We can look into the script and provide you the Section Access script depending on your desired field of restriction.

Thanks.