Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!!
In a current customer did us a test of the security of the platform.
They found us two vulnerabilities:
- When the user access to the "access point" it's possible see critical information, like the name of the server, that can be used to possible attacks. How hide the server information access ??
- Once the user authenticates, the browser save the session, so if other user get acces to the computer he can access to the "acces point". They want that each time that the user open the browser the system ask the user name and password. Is there a way to erase the session variable ?.
Thanks for the help!!
Have a good day!!
Hmm, I'm not sure if I can answer these questions to satisfaction but I'll try my best to shed some light on the issues at hand.
I guess you could intercept this kind of blanket authentication by assigning/programming a custom login page to the QlikView AccessPoint and force it to timeout after a certain period of inactivity.
Peter
Hi Bill,
How it will work. Could you please elaborate? Thank you.
HI QlikView Wizard,
I deleted my post. When I am working on the Community at times I have several windows open at the same time. I put that here by mistake.
Bill
Okay (y)
Hi Peter!!!
I enabled the alternative login page, but when i open the explorer the first time it tries to authenticate.
Once the user is authenticated and sign out the session, it shows the custom login page. Is there a way that when the user opens the browser is not automatically authenticate ?.
What I want is that the user to authenticate twice in the computer and the access point.
Another question. I tried to authenticate with a user that exists in the domain , but doesn't have an assigned license. I need to restrict access to the access point , if the user doesn't have a license assigned.
Thanks in advanced!!!
Best,
Peter
Hi julruiz123
Just curious. Did you able to resolve this? Please share the solution. Thanks in advance.
Hi!!!
Respect with the two situations:
"Once the user is authenticated and sign out the session, it shows the custom login page. Is there a way that when the user opens the browser is not automatically authenticate ?."
R/ If i include the complete address "qlikview/FormLogin.htm" it works fine. But with this address "/qlikview/index.htm" it tries to authenticate.
"I tried to authenticate with a user that exists in the domain , but doesn't have an assigned license. I need to restrict access to the access point , if the user doesn't have a license assigned.
R/ I haven't resolved yet. Do you have any example how customize the login page ?