Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
oboute
Contributor III
Contributor III

Issues with iframe and webTicket

Hello,

I want to show a qvw in a portal.

First step, I tried to show accesspoint to see if ticketing works.

So I  implemented webticket, and if i put the adress directly in brower, it works and logg me, and i can see projects.

If i put the same adress in iframe like that :

<iframe height="1000" width="1000" id="frame" src="http://{serverName}/QvAJAXZfc/Authenticate.aspx?type=html&try=/QvAJAXZfc/opendoc.htm?document=MCS.qvw&webticket=+t1JKoS5DofNR0cnrcqkYtXLNGF6wjK+dzy0UDkj"></iframe>

i can see that it says "welcome anonymous" and i'm not logged ..

It's not timeout ticket because if i try again in browser with same ticket, it works.

If I try to see one object, tells me "you don't have permission to access" (it's normal if i'm not logged)

Ideally, i would like to show entire qvw.

1 Solution

Accepted Solutions
oboute
Contributor III
Contributor III
Author

Ok, i figured it out : i thought webtickets can works with windows authentication AND anonymous, but not.

I was logged with a user who has no account on QV, that's why qv couldn't recognize me.


So, I turned off windows authentication on QvAjaxZfc folder on iis :

2016-03-04_16h07_09.png

And it works !

View solution in original post

1 Reply
oboute
Contributor III
Contributor III
Author

Ok, i figured it out : i thought webtickets can works with windows authentication AND anonymous, but not.

I was logged with a user who has no account on QV, that's why qv couldn't recognize me.


So, I turned off windows authentication on QvAjaxZfc folder on iis :

2016-03-04_16h07_09.png

And it works !