Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I've been trying to integrate Keycloak with Qliksense. I have a query regarding this:
Can we remove webservers after Keycloak Integration?
So, how can we make sure the request from keycloak is going back to webserver?
If anyone knows the answer could you let me know?
Hello @Charvick .
I have the same Issue. We can work together in order to resolve it?
Hi @Jorge_FR ,
I could not find an actual solution. The issue here was, keycloak was sending a different type of response everytime with no fixed format, hence the request was getting stopped at webserver every time as the webserver did not know where to redirect the response to. So instead of webserver, we used Kong to redirect any request that comes in from <keycloak-Qlik clientid> to <Qlik server/keycloak virtual proxy> and then we completely removed the webserver.