Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Clever_Anjos
Employee
Employee

Single SignOn between an ASP app and Qlikview Server

I need to implement single signon between an ASP app and Qlikview Server, but its not working

I've read the QVS manual about generating tickets and here what I've done

1) I've put the IIS Account under Qlikview Administrators Group

2) Put the QVS to DMS mode

3) I used the code below to get a ticket

var client = Server.CreateObject("QvsRemote.Client");

client.AdminConnect("localhost");

var request = "<Global method='GetTicket'><UserId>" + user + "</UserId></Global>";

var ticket = client.Execute(request);

4) That returns me a ticket (example: D52B01C9337791F9E00929320CEB5C6153EF9795)

5) I tried to open a document like this:

http://10.253.0.19/QvPlugin/opendoc.htm?document=Sip/SipServer.qvw&ticket=D52B01C9337791F9E00929320C...

I received the error:

qvp://10.253.0.19/Sip/SipServer.qvw?iis_authenticate=D52B01C9337791F9E00929320CEB5C6153EF9795 could not open

any ideas?

2 Replies
Not applicable

Hi ,

This is new & interesting for me . so just following this thread .

Cheers.

Bhushan N

Not applicable

Hi,

I'm not familiar with the Access Point or Publisher since we use the Workbench, but we add the ticket to the querystring using the parameter "userid" instead of "ticket" and it works fine.

It's just a guess though since our implementations are so different.

/Rebecca