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: 
richnwide
Contributor III
Contributor III

Can Rootadmin Be Assigned to an AD Group

Hello,

Our IT security people have asked that all root admin privileges be onboarded to an AD group so that super-user access can be governed though AD. 

Is that something which we can do? I thought all admin privileges are granted on a user basis

Thanks

R

Labels (1)
2 Replies
Eduardo_Monteiro
Partner - Creator III
Partner - Creator III

Hi @richnwide 

There is no native mechanism to assign admin default roles directly to an AD group through the QMC; these are assigned per-user only.

What you can do alternatively is to create a custom security rule granting access to users of a specific group. 

Let's say the users you are looking to have RootAdmin are part of QlikSenseRootAdmins group:

  • Create a custom security rule targeting user.group="QlikSenseRootAdmins" with resource filter * and all actions, context Only in QMC.
  • Create a QMC section access rule granting the group access to all QMC sections (resource filter QmcSection_*, condition user.group="QlikSenseRootAdmins").

I hope that helps!

Eduardo Monteiro - Senior Support Engineer @ IPC Global
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

richnwide
Contributor III
Contributor III
Author

Thank Eduardo. We'll give that a go and mark it as a solution if it works