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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Kwame
Contributor III
Contributor III

Section Access without dual sign in

Hi Guys!

So I have section access in place using UserID, Password & Reduction. With this, any user has to log in to the access point and then again the document i.e. dual sign in.

Is it possible just to have single access log in to the document? 

2 Solutions

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Shouldn't matter.

https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Security.htm:

NTNAMEA field that should contain a string corresponding to a Windows NT Domain user name or group name. If a different authentication system is used, it should contain the name of an authenticated user.
QlikView will fetch the logon information from the OS and compare it to the value in this field.

talk is cheap, supply exceeds demand

View solution in original post

marcus_sommer

Like Gysbert mentioned you need to replace USERID + PASSWORD with NTNAME. If it remained it will be queried because all applied authentications must be fulfilled - they are AND connected and not OR connected.

Further useful is often to use a textbox with osuser() within the UI to see how the NTNAME values are recognized. Beside this it's always recommended to have enough BACKUP's without any section access because there is a real risk to loose the application.

- Marcus 

View solution in original post

6 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yes, that's possible. Use the NTName instead of UserID and Password


talk is cheap, supply exceeds demand
Kwame
Contributor III
Contributor III
Author

@Gysbert_Wassenaar Sorry I forgot to mention user authentication is not domain-based rather windows user environment.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Shouldn't matter.

https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Security.htm:

NTNAMEA field that should contain a string corresponding to a Windows NT Domain user name or group name. If a different authentication system is used, it should contain the name of an authenticated user.
QlikView will fetch the logon information from the OS and compare it to the value in this field.

talk is cheap, supply exceeds demand
Kwame
Contributor III
Contributor III
Author

Could you kindly help me set that up, still can't break through after the above post. 

Here's how it's currently set up;

ACCESSUSERIDPASSWORDNTNAMEAFFILIATE
ADMINDeveloper ********Servername\developer*
USERUser1******** New York
USERUser2******** London
marcus_sommer

Like Gysbert mentioned you need to replace USERID + PASSWORD with NTNAME. If it remained it will be queried because all applied authentications must be fulfilled - they are AND connected and not OR connected.

Further useful is often to use a textbox with osuser() within the UI to see how the NTNAME values are recognized. Beside this it's always recommended to have enough BACKUP's without any section access because there is a real risk to loose the application.

- Marcus 

Kwame
Contributor III
Contributor III
Author

Thanks a lot, @Gysbert_Wassenaar and @marcus_sommer.