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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
dgolan70
Contributor
Contributor

IIS Reverse proxy - Can't get targetID

Hello,

I have Qlik Sense and IIS web server with app where I have content from Qlik. I would like to use Qlik Auth on IIS serwer. Below is my configuration:

'management' is my prefix, 'config' and 'alert' is my part of bookmark in app.
Rewrite rules:

patern: (.*)management/(.*)
rewrite: https://{HTTP_HOST}:1443/{R:0}

patern: (.*)config/(.*)
rewrite: https://{HTTP_HOST}:4443/{R:0}

patern: (.*)alert(.*)
rewrite: https://{HTTP_HOST}:4443/{R:0}

And here all works fine, but Im need to auth, then:

On IIS I using Forms Authentication
with path to:
https://172.16.41.99:1443/management/internal_forms_authentication
and properly header

When user go to 172.16.41.99, IIS redirect him to https://172.16.41.99:1443/management/internal_forms_authentication  and authentication is works but after that, user just get error 400 without targetID and stuck.

If I dont use IIS web, only Qlik web server, user get https://172.16.41.99:1443/management/internal_forms_authentication/?targetId=35dc2824-6b6f-4629-98b5...

and all works fine.


The main question is, how can I pass ticket(targetID) through IIS and use on it?

Regards

Labels (1)
1 Reply
Anonymous
Not applicable

Details for setting up an IIS reverse proxy can be found in this article. 

 https://support.qlik.com/articles/000043332

The article is quite detailed as compared to this posting so I'm hoping this helps you. 

EDL