Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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