Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an app the I embed sheets to iframe, i want to share the embedded sheets with a customer who doesn't have an account, when I share it I keep getting this error message: " you can't access Qlik Sense because you have no access pass".
what are the steps to make it accessible?
*I created a new stream and made security rule to be accessed in anonymously .
* I accessed virtual proxy and made it accessible with token.
within your public url there will be a part which asks for login remove that part and you will be able to use anonymous user.
which part of the URL is the one for login in the iframe?
within iframe you pass a url, now for authentication one more security level is added in that url,
like is my publicip address for a hub through logging in with a user is :-
https://akash.dhandhi(Base_Ip)/analytic/hub
if i remove analytic from it and use
https://akash.dhandhi( Base_Ip)/hub
it will go directly to anonymous user.