Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
We want to provide SSO to QlikView apps in our application, where when user select (click) a QlikView app, we will:
We try to achieve (2) by appending the app URL with "try" parameter to the API URL (as suggested by the document "Customized authentication v1.0.pdf" at https://community.qlik.com/t5/QlikView-Management/SSO-in-Qlikview/td-p/425365?attachment-id=29347) like this:
http://192.168.1.28:80//QvAJAXZfc/Authenticate.aspx?type=html&try=http://192.168.1.28:80/QvAJAXZfc/opendoc.htm?document=Data%20Visualization.qvw
However, we found that the "try" parameter may be removed automatically on user click and the user will be redirected to QlikView home page instead.
Any idea why? Or any alternatives to redirect user back to the selected app?
Million thanks!!