Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
Some details first:
Ideally we would send users to only the Engine node after authentication through the virtual proxy (not load balancing with the central), currently they are only using the Central node and nobody has ever hit the Engine.
When I link the virtual proxy to the Central node, and load balance with only the Engine, I get the auth0 login which is great. I then log in and get 'The service did not respond or could not process the request'. This error does NOT occur when I load balance with the Central node only.
Reading Configuring load balancing to isolate development nodes ‒ Qlik Sense makes me believe we can have the Virtual Proxy linked to the Central node but how in the world do I send users to only the Engine?
I can't figure it out! Do I do this with load balancing rules?
Any help?
Looks like I'm getting a 500 error (internal server error) at /api/hub/about
I've removed IPV6 from the engine node
I've fully uninstalled the Engine node, removing the certificates and relinking.
I've restarted the services
I've made sure the ports are open between the Central & Engine.
What else is left?!
Found other users in similar situations
I've tested this with Ticket > Windows Authentication and get the same result
I've tested this with Google Chrome and Internet Explorer and get the same result
I've test this with all of the services running on the Engine node and get the same result.
This has to be bug
Logged a ticket with support.
Hi Alex,
I am pretty interested on how you set up Qlik with Auth0. I have been trying to do something similar, but I am getting a "SAML attribute not present, userID" error constantly. I guess that I am not mapping the userID value from Auth0 correctly. In the SAML configuration I have tried to do something like the following:
"recipient" : https://..............
"destination" : https://...............
"mappings" : {
"userID" : "http://schemas.auth0.com/nickname"
}
How did you get this Qlik-Auth0 connection to work? I will really appreciate if you can share some hints about the process you followed
Thanks
Hey Carlos,
We're using auth0 with an email . So in the virtual proxy > SAML attribute for user id we have 'uid'
Here's a snip from our settings
"mappings": {
"email": "uid"
}
Qlik
In Auth0
Does this help?
Hey Alex
Definitely it helped, the mappings I was using were wrong, it was much more simpler!
Thanks