Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SSO from external server javascript app

We have a small angular app on an external/ remote server which displays a series of QlikSense objects using a setup similar to GitHub - erikwett/helpdesk-angular: Qlik Sense mashup example using AngularJS‌, but the app requires that the user has already logged into the QlikSense Server before opening the app and we would prefer an SSO solution.

We have a different app which automatically obtains a URL token (authorized by certificate) with PHP/cURL and displays the QlikSense objects in iframes. How would we proceed to use SSO authentication in the angular app? Is it possible to somehow add a token parameter to the initialization of the angular app?

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

This is an excellent walk through / setup document on hosting a mashup on an external server using ticketing to provide the SSO auth:

https://community.qlik.com/docs/DOC-8303

The "trick" is that your initial entry point has to be a redirect stub html file on the Sense server, rather than the mashup server. Credit to Jeffrey Goldberg for the technique.

-Rob

http://masterssummit.com

http://qlikviewcookbook.com

Not applicable
Author

Thanks, Rob, this looks promising. Definitely will check this out.