Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

http header for single sign on implementation

Hi All,

I have configured QV11 for single sign on (with IIS). I can successfully send the username in http header from fidler and it is working perfectly. However, I cannot make it work from my external website.

Does anyone have a sample login page/loginsite code that can send the user info in http header to Qlikview accesspoint. I have tried the sample SSO code given with SSO for QV 10, but that does not work here.I am using QV11 Server and am using NTFS mode

Your help will be very much appreciated

Regards

Arif

13 Replies
agigliotti
Partner - Champion
Partner - Champion

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.

  • Do you have any clue (or any documentation available) regarding how to do this?
  • Is there any other / alternative way of doing it?
  • How are the people that are doing SSO integration with qlikview doing it?

Thanks for your help !

Not applicable
Author

Hi Andrea,

I am also facing issue like yours with respect to HttpHeader Authentication. Could you tell me, how did you resolved your issue ?

Not applicable
Author

Hi Karthik,

I am also facing issue like yours with respect to HttpHeader Authentication. Could you tell me, how did you resolved your issue ?

Not applicable
Author

Hi Andrea,

We are also facing the same issue and the approach is same.

can you please help us what you tried ?

MANY MANY thanks in advance !!!!!

Best regards,

Arun

+91 - 9920 813 801