Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
adamjiawen
Contributor II
Contributor II

QlikView Web Server Authentication

Hi Guys,

I want to know if there's a built-in function in qlikview web server to change authenticate users by self-defined UserName and Password(Not the windows authenticated user names and Password).

For example:

I can create a user TestUser1 and set its password this is not an NT account.

A user can open qlikview access point website and input username: TestUser1 and its password and then he can enjoy his data analysis.

Or in qlikview web server we have to authenticated by windows active directory?

Best Regards.

Jia-wen.

1 Solution

Accepted Solutions
devarasu07
Master II
Master II

Hi,

Yes you can configure multiple authentication in qlik.

there are 3 type of authentication supported in qlik these are

1) NTLM // this method based on Windows file security and Windows (domain or local) user accounts

2) header // i.e customized login system is used, the http header has to be specified

3) custom user ( using IIS web server can we can configure check the attachment for more details)

check this article,

below article check part 1 & 2

https://www.resultdata.com/configuring-qlikview-server-for-multiple-authentication-types-part-1/

https://www.resultdata.com/configuring-qlikview-server-for-multiple-authentication-types-part-2/

more details you can check qlik documentation.

Authentication ‒ QlikView

Authentication ‒ QlikView

Using Section Access With LDAP

P.S: my case i've configured Microsoft active directory (LDAP) configuration

Thanks,Deva

View solution in original post

2 Replies
devarasu07
Master II
Master II

Hi,

Yes you can configure multiple authentication in qlik.

there are 3 type of authentication supported in qlik these are

1) NTLM // this method based on Windows file security and Windows (domain or local) user accounts

2) header // i.e customized login system is used, the http header has to be specified

3) custom user ( using IIS web server can we can configure check the attachment for more details)

check this article,

below article check part 1 & 2

https://www.resultdata.com/configuring-qlikview-server-for-multiple-authentication-types-part-1/

https://www.resultdata.com/configuring-qlikview-server-for-multiple-authentication-types-part-2/

more details you can check qlik documentation.

Authentication ‒ QlikView

Authentication ‒ QlikView

Using Section Access With LDAP

P.S: my case i've configured Microsoft active directory (LDAP) configuration

Thanks,Deva

adamjiawen
Contributor II
Contributor II
Author

Many thanks for your information.I was using the DMS and create Custom Users and finally logon the Access Point and see the dashboard.