Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
We recently configured Qlik Sense to work with Auth0 (the free version works) and use the internal Auth0 user database for authentication/SSO and thought we'd share the process.
The steps to get started with an initial connection are as follows, for an example single-node installation (be sure to replace the <your_server_url> with your Qlik Sense server URL - example https://server.example.com/hub/ use server.example.com as <your_server_url>:
At this point you have the following information in Auth0 terms:
Application Callback URL: https://<your_server_url>:443/sso/samlauthn/
SLO (Logout Callback) URL: https://<your_server_url>:443/sso/samlauthn/slo/
Audience: auth0saml
{
"audience": "auth0saml",
"logout": {
"callback": "https://<your_server_url>:443/sso/samlauthn/slo/",
"slo_enabled": true
}
}
You can then test by visiting https://<your_server_url>/sso
It should redirect you to Auth0 login page, then after login, back to the hub. You can then log out of Qlik, and it will sign you out of both Qlik and Auth0 and return you to the login screen.
Hi Lachlanwwells,
This is really a good example. It would be more useful if you can create few min video to show how this can be done.
Sounds like a good idea!
Thank you. 🙂
I get the 400 error for some reason..
If my qlik sense host name is in the form of -> ipXXX.ip-XX-XX-XX.net
Could this be the issue?
Very nice guide, thanks for sharing!
Thank you! This method worked for us.
The original https://<your_server_url>/ URL still works with Windows authentication. How do you disable Windows authentication?