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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sahal
Creator II
Creator II

Implementing Entra ID for Authentication and Authorization in QlikView

Hi,

Currently, we have an on-premises QlikView solution that utilizes standard Active Directory (LDAP) authentication and authorization for user and group access.

While we are planning to migrate to our company’s Azure tenant, we will be transitioning to Entra ID as the sole identity provider, meaning all users and groups will be stored there.

Despite researching this topic, I have not been able to find relevant documentation or solutions. Since migrating to Qlik Cloud or Qlik Sense Enterprise—both of which offer native integration with Entra ID—is not an option for us, I am seeking guidance on how to establish authentication and authorization with Entra ID in our current setup.

Is there any official documentation available, or has anyone successfully implemented this integration?

Labels (4)
1 Solution

Accepted Solutions
SimonMinifie
Partner - Contributor III
Partner - Contributor III

Hi Sahal,

no, it's not supported by Qlik, but looks to be based on their documentation which will take the SAML assertation and turns it into a ticket request using node.js which QlikView will understand.
See:
https://community.qlik.com/t5/Member-Articles/QlikView-Authentication-and-Customized-Authentication/... 

View solution in original post

3 Replies
SimonMinifie
Partner - Contributor III
Partner - Contributor III

Hi Sahal,

Have you seen this?
https://github.com/flautrup/AzureQlikViewAuthentication

 

Thanks,

Simon

 

Sahal
Creator II
Creator II
Author

Hi,

Thank you, is this supported by Qliktech? looks like 10 year old examples?

SimonMinifie
Partner - Contributor III
Partner - Contributor III

Hi Sahal,

no, it's not supported by Qlik, but looks to be based on their documentation which will take the SAML assertation and turns it into a ticket request using node.js which QlikView will understand.
See:
https://community.qlik.com/t5/Member-Articles/QlikView-Authentication-and-Customized-Authentication/...