Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

.NET and SSO: adding headers to a page to login

Hi.

I've been working on the QvAjaxZfc solution of the IIS Qlikview installation.

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 !

PnP

Labels (1)
5 Replies
agigliotti
Partner - Champion
Partner - Champion

Hello,

I have the same problem, did you solve it ?

Thanks

Regards

Andrea

raajeshn
Partner - Creator
Partner - Creator

Hi Pablo,

Were you able to solve this - I am stuck up with the same issue, any help is highly appreciated. Thanks in advance.

Thanks & Regards,

Raajesh N

raajeshn
Partner - Creator
Partner - Creator

Hi Andrea,

Just wanted to check if you are able to solve this, we are also stuck up with the same issue. Any help is highly appreciated.

Thanks & Regards,


Raajesh N

krishna20
Specialist II
Specialist II

Hi,

I think it may helps you. If not excuse.

IIS Configuration for SSO in Qlikview 11

Regards

Krishna

raajeshn
Partner - Creator
Partner - Creator

Hi Krishna,

Thanks for the document, we tried - doesnt seem to work.

Thanks & Regards,


Raajesh N