Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
Nowadays, inside my company, people can connect to Qlikview through a private IP address only available on the company network (it means that if you are outside/at home, you can't connect to it).
However, I do also have another public IP address where we can connect to Qlikview from everywhere.
I would like to know if it is possible to allow some of my users to connect through this public IP address, and, more importantly, forbid the others to be able to connect to it.
My configuration :
Thanks a lot !
Damien
For users connecting to the public IP, you will need a login page for sure (no SSO for visitors on the internet). You can rewrite the code for that login page to allow only those users that are present in a custom configuration file or a database table.
Hi,
You can do that with IIS. I did a quick search and found this https://technet.microsoft.com/en-us/library/cc730889.aspx
I am sure there are other sites that will show you how to do this.
Bill