← All talks

Access Control in 2016 - Deep Dive

BSidesSF · 201656:1222 viewsPublished 2016-04Watch on YouTube ↗
Speakers
Tags
CategoryTechnical
StyleTalk
About this talk
Access control is undoubtedly a critical security mechanism, which is often managed as part of Identity & Access Management (IAM). Unfortunately current access control implementations are often quite crude (e.g. limited to role-based access and account provisioning). This is in contrast to the increasing complexity of the access policies that should actually be implemented - for example, required to meet regulations.As a poor man’s way out, organizations today resort to implementing basic access control mechanisms to meet compliance requirements (e.g. “least privilege”) – but these mechanisms are often too coarse and static to be effective (e.g. “least privilege” is much more than privileged account management).In fact access control comprises many different, often not so well-understood approaches, which should be used by InfoSec professionals and developers to make access control more effective, and manageable while at the same time being technically implementable. Advanced access control approaches are often criticized for being unmanageable, unimplementable, or too costly. In this quite technical session you will learn: why access control policy implementation in 2016 is more complex than you may think, why traditional access control mechanisms are often insufficient, which new approaches are available, and are suitable for what IT/business environment.