Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Webticket not passing user credentials to QVW

I'm using the Webticket method of authenticating and section access for authorization (on QlikView Server).

I'm able to successfully generate a ticket and control the access to the QlikView document from the QVMC (for example, using named users), however, when section access is enabled in the QVW, the user is then prompted for login credentials.

Screen Shot 2013-11-28 at 9.08.40 AM.png

I'm using DMS method of authentication and my users are stored in a table using ODBC to connect.

How can I pass these credentials to the QVW from my PHP webticket script to avoid this? I've tried hard coding user credentials in both the PHP script that generates the ticket and the QVW load script.

1 Solution

Accepted Solutions
jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi,

You can try to generate section access linked to NTNAME but without field PASSWORD explicitly in Section Access. This way just users logged with a domain user will be able to open the application but without typing section access credentials,

Regards

View solution in original post

2 Replies
jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi,

You can try to generate section access linked to NTNAME but without field PASSWORD explicitly in Section Access. This way just users logged with a domain user will be able to open the application but without typing section access credentials,

Regards

Not applicable
Author

Thats the ticket! thank you!