Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
willtech93
Partner - Contributor II
Partner - Contributor II

Qlik Sense On Prem Integration with Red Hat SSO using OIDC

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.

https://help.qlik.com/en-US/sense-admin/May2025/Subsystems/DeployAdministerQSE/Content/Sense_DeployA...

Any input would be appreciated.

 

Kind regards.

 

Labels (4)
3 Replies
hugo_andrade
Partner - Creator III
Partner - Creator III

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.

  • Copy the Discovery URL 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.

 

 

 

willtech93
Partner - Contributor II
Partner - Contributor II
Author

Hi @hugo_andrade

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.

 

hugo_andrade
Partner - Creator III
Partner - Creator III

Great @willtech93 !

Please give a like and mark the comment as helpful if you agree.

Thanks!