Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
joe92319
Partner - Contributor
Partner - Contributor

Redirect user in Authentication API

Hello!

We want to provide SSO to QlikView apps in our application, where when user select (click) a QlikView app, we will:

  1. Forward user to Qlik Authentication API for signing in to QlikView (using Form POST)
  2. Redirect user back to the selected QlikView app

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!!

Labels (2)
0 Replies