I am trying to set up the Qlikview 10 Access point to accept logon via Http header - passed from a custom apache based web reporting system.
I have searched these forums all over and there does not seem to be much information for how the header should look or if this is even possible.
I want to use the QV webserver with DMS security and Custom users. I want to pass the logon details via Http header or any other way so the access point will automatically log in and show the documents linked to the user listed in the header. Note that I have the QV server working fine at the moment with these settings but now simply want to bypass the manual login.
Is this even possible ? Are there any other ways to do this without using some kind of commercial SSO system ?
hi,
Ticketing might be the solution for it. Search For ticketing concept in forum.
have you solved this problem??if you do can you tell me how you solved it(step by step process)
Hi.
I want to have single sign on between sharepoint (or any given .NET app) and Qlikview.
What I did:
I created a "validate.aspx" file and added the following code on the codebehind:
Response.Headers.Add("QVUSER","obracho");
Response.Redirect("http://qviewserver/QlikVIew/index.htm");
As it didn't work, I also tried this:
NameValueCollection headers = HttpContext.Current.Request.Headers;
headers.Add("QVUSER","myusername");
Response.Redirect("http://qviewserver/QlikView/index.htm");
And that didn't work neither.
I always get a "Login Failed" message.
Thanks for your help !
Hi Andrea,
I am facing a similar issue.
Were you able to find any solution to this?
thanks,
Rajesh Vaswani
Hi Rajesh,
No unfortunalely i did not find a solution for that issue, but I suggest you to use web ticket authentication method.
Regards
Andrea
Hi Garyth,
Please see the doc attached.
Hopefully it'll help you setting this up.
Thanks,
Simon
Hi Simon,
I do not see the attachment.
thanks,
Rajesh Vaswani
Hi Rajesh,
It's definitely there!
Thanks,
Simon
Sorry Simon,
Did not view the full post.
thanks,
Rajesh Vaswani