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

SSO link with QV

Hi,

We are using QV 10  server with Windows NT user authentication method. Now we wants to link our QV with existing SSO.

I provide qv accesspoint link and list of users with password in excel sheet to our development team. But they ask one simple question as

"how to pass username and password with QV link?". As I don't know any other programming language, I can't answer them?

Is here any one to help me? How to pass qv user and password with QV access point link..?

Kindly suggest..

Thanks in advance,

Karthik

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Take a look at this post, should give you a good start:

http://community.qlik.com/docs/DOC-3614

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi Karthik,

What SSO solution are you guys using? Own development or an existing solution?

There are a number of ways to set up SSO with QlikView depending on what you want to integrate with.

As ong as there is a web front end to integrate with you should either use Header authentication (if you have a SSO solution that supports this, SiteMinder for example). The user will authenticate in the SSO system which then injects the authenticated user in a header for the QV accesspoint request.

Otherwise WebTickets would be the way to go where you need to write a code snippet to get a session ticket for the user coming from the authentication system you use. If you search the forums for WebTicket examples you should find some information on how to set this up.

Not applicable
Author

Thanks Johannes,

We are using our own developed SSO.

I will check with webtickets examples. Do you have any sample coding?

Karthik

Anonymous
Not applicable
Author

Take a look at this post, should give you a good start:

http://community.qlik.com/docs/DOC-3614

agigliotti
Partner - Champion
Partner - Champion

Hi,

I have to call .aspx page (on server 2)  from .aspx page (on server 1) passing QVUSER with http header.

I tried to use Response.Redirect but all the http header are cleared before executing the statement.

How can I achieve it in a asp.net portal ?

I need to pass the user identity to QVWS.

Please let me know.

Many Thanks

Best regards