Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SSO Web Ticket Ticketing user

Hello

I am trying to implement with the WebTicket method to SSO to Qlikview. I am just wondering in the WebTicket.aspx Sample, is that ticketinguser account a local machine account or Domain account?


      static string QlikViewServerURL = @"https://qlikviewserver/QVAJAXZFC/getwebticket.aspx";  //address of the QlikView server

        static string ticketinguser = "qvadmin";  //Service account used to ask for a ticket (QV Administrator), this is not the end user

        static string ticketingpassword = "abcd1234";

        static string document = "Qlikview11TestDoc.qvw";  // specify a single QVW or leave blank for access point

If my Domain name is MyCompany and my qlikview is already join to thiis Domain.

How can I use a Domain account to call in this sample? Should the following code work? Thanks.

        static string ticketinguser = "MyCompany\\qvadmin";

0 Replies