Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
gainkarthi
Partner - Specialist
Partner - Specialist

SSO Header Text and Username

We are using SSO with header method. When we use url like this  http://10.252.5.48/qlikview/index.htm?header=QVUSER&Username=user12 we are getting default user CUSTOM/ and not the user12 in this above URL (it should be logged in with user12).

Help us to resolve this.

Regards,

Karthi

Labels (1)
3 Replies
danielrozental
Master II
Master II

That's not really the way HTTP header should be used, you should try seeking help from a more experienced consultant.

agigliotti
MVP
MVP

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 !

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
gainkarthi
Partner - Specialist
Partner - Specialist
Author

User Web ticketing method for SSO, which really easy to implement.