Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Greetings,
We're trying to integrate SSO on Qlik Sense On Prem, with Red Hat Single Sign On, using OIDC. Is there any documentation related to this process? We've check this article, but no info related to RHSSO.
Any input would be appreciated.
Kind regards.
Hi @willtech93 ,
If you check the documentation for the different OIDC integrations with Qlik Sense, you will notice several steps that are global. Using those as base, you can get the OIDC integration working. I'm highlighting them here for you:
On Redhat SSO, create a New OIDC Client
Set Client Protocol to OpenID Connect.
Configure the Access Type to confidential (to support a client secret).
Provide Qlik Sense's callback/redirect URI: https://<QSEhostname>/<VirtualProxyPrefix>/oidcauthn
Copy the Client ID and Client Secret from RedHat SSO.
_________________________________________
In Qlik Sense Management Console, go to Virtual Proxies.
Create a virtual proxy for OIDC authentication.
Choose the OIDC authentication method
Enter the Discovery URL
Enter the Client ID and Client Secret obtained
Open the Discovery URL on your browser. From there, you will be able to get the scope and attributes for Sub, Name, email etc.
All the regular Virtual Proxy configuration applies: set load balancing nodes, add hosts to the allowlist, link to Proxy.
Thank you for the reply.
We managed to find some documentation about Keycloak, which is a dev version of Red Hat, and followed the steps mentioned there and we were able to set the initial config.
Said article is this one for anyone who wants to dive in: https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-for-Windows-How-to-configure-OIDC...
Regards.