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

Problem with Web Ticketing

Hi,

I succeeded to connect with web tickets in a local configuration (on my own computer), and I tryed to reproduce the same on a distant server.

On my web application, I reach the access point, my username appears but I can't see any applications...

When I'm connecting on the server I can see all the apps => Server is set to DMS and all the apps have authentication set to "all users"

I think there is a problem because in the access point the "Sign out" link don't work (on the server it's working well)

Here is my authentication configuration:

<Authentication>

    <AuthenticationLevel>Login</AuthenticationLevel>

    <LoginAddress>/qlikview/login.htm</LoginAddress>

    <LogoutAddress>logout.htm</LogoutAddress>

    <GetTicket url="/QvAjaxZfc/GetTicket.aspx" />

    <GetWebTicket url="/QvAjaxZfc/GetWebTicket.aspx">

      <TrustedIP>127.0.0.1</TrustedIP>

      <TrustedIP>172.16.31.201</TrustedIP>

    </GetWebTicket>

    <HttpAuthentication url="https://_/scripts/GetTicket.asp" scheme="Basic" />

    <HttpAuthentication url="/QvAJAXZfc/Authenticate.aspx" scheme="Ntlm" />

  </Authentication>

The second TrustedIP is the ip of the server where the web application is hosted.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I found my error by myself, I wrote "CLIENT" instead of "USER" in section access...

View solution in original post

1 Reply
Anonymous
Not applicable
Author

I found my error by myself, I wrote "CLIENT" instead of "USER" in section access...