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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sweens78
Creator
Creator

Section Access

Hi Guys I want a section access similar to below to access particular item when a user logs in to an NT account.

I wont know there NT password obviously can you just drop the password section, will it still work?

Example 2:

Section Access;

LOAD * INLINE [

ACCESS, NTNAME, PASSWORD

ADMIN, DOMAIN\ADMIN, ADMIN

USER, DOMAIN\USER1, U1

USER, DOMAIN\USER2, U2

USER, DOMAIN\USER3, U3

];

This is more secure and requires the user to be logged in with the NT-account and

have knowledge about the password. The advantage of this is that no USERID is required.

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Section Access using the NTNAME field will use your AD authentication to let you in. Indeed, it doesn't need a PASSWORD field (part of Document Security which is something entirelmy different from AD security)

The PASSWORD field should be used together with the USERID field to embed a form of authentication right inside your document and nowhere else. NTNAME security lives outside of your document.

View solution in original post

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Section Access using the NTNAME field will use your AD authentication to let you in. Indeed, it doesn't need a PASSWORD field (part of Document Security which is something entirelmy different from AD security)

The PASSWORD field should be used together with the USERID field to embed a form of authentication right inside your document and nowhere else. NTNAME security lives outside of your document.