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!
Fredrik_Lautrup
Employee
Employee

Qlik Sense uses Attribute Based Access Control (ABAC) as a basis for its security. In this post I will explain why we decided to implement this, and give you an understanding of the future of access control.

Is it only Qlik that thinks that ABAC is the future of access control? No

When Gartner predicts the future of access control, they say

“By 2020, the majority of enterprises will use attribute-based access control (ABAC) as the dominant mechanism to protect critical assets, up from less than five percent today.” (http://www.issa.org/resource/resmgr/JournalPDFs/feature0614.pdf)


And the National Institute of Standard and Technology (NIST) has released a special publication to raise awareness and help with making effective implementations of ABAC (NIST SP 800-162 http://nvlpubs.nist.gov/nistpubs/specialpublications/NIST.sp.800-162.pdf)

If this is the future, what is then ABAC? I have taken the liberty of changing the NIST definition of ABAC to be consistent with the syntax (marked in bold green) that is used in Qlik Sense.

An access control method where user requests to perform actions on resources are granted or denied based on assigned attributes of the user, assigned attributes of the resource, environment conditions, and a set of security rules that are specified in terms of those attributes and conditions.


ABAC2.png

This sounds pretty generic. So why is ABAC seen as an important step into the future of access control?

The first major benefit is that with ABAC you can implement other well-known access control methods such as mandatory access control (MAC), identity based access control (IBAC) and role-based access control (RBAC). This makes it very flexible and therefore suitable to solve most company’s security needs.

But are there other benefits? Yes.

You can develop an access control policy independent of users

We have a language that can be used to describe security policies that Qlik Sense understands and be used to enforce the security controls needed.

Accommodating the unanticipated/external user

We can describe the security controls using attributes of resources and users. With this approach new users accessing the system will be in compliance with defined policies, and access will be granted based on the assigned attributes.  No additional configuration is needed in Qlik Sense.

Avoid role/group explosion

Using logic conditions in our rules, we no longer need to create new roles/groups to grant new subsets of user access.

Easier management

The administrators of the system don't need to understand or change the security policy; they only have to ensure that resources and users are correctly described by their attributes for them to be in compliance with the security policy.

Cater for taking more things into consideration for security decisions such as dynamic attributes (environment)

With ABAC we can start using the environment (the context in which the security decision is made, e.g. if the connection to the system is encrypted or not) to describe our security policy.

Hopefully this has provided you insights to why ABAC is the future of access control and the benefits this will bring to your Qlik Sense deployments. If you have questions on this blog post or have ideas of what you want to read in the future please don’t hesitate to comment this post.


4 Comments
Anonymous
Not applicable

Very interesting Fredrik, thank you.  Sometimes security is the most complex part of a QV application.  Looks like ABAC can make it easier.

Questions:

1. Is there any more or less detailed information about implementing it in Qlik Sense?

2. Can we expect ABAC for QlikView?

Thank you,

Michael

3,203 Views
Fredrik_Lautrup
Employee
Employee

So if you look in the documentation available at help.qlik.com you will find more information about how it can be implemented in Qlik Sense.

QlikView has a mature security model that is tightly integrated with the product so I would not expect any big changes to it in the future.

//Fredrik

3,203 Views
Anonymous
Not applicable

Hi Fredrik

is it the way how Data Segregation can be implemented with Qlik Sense?

Same set of reports for all the users, but different data loaded into them, depending of who logged in (i.e. any merchant can see data related to its business, only).

Regards,

Lorenzo

0 Likes
3,203 Views
AlexOmetis
Partner Ambassador
Partner Ambassador

lorenzo.lucioni‌ - no, security rules control access to resources down to the app object level (Streams, Apps, App Objects etc) but not restricting the data within an app. For that you want to look at Section Access - here are a few starting points for that:

Qlik Sense Help on Section Access

Section Access

0 Likes
3,203 Views