Attribute-based access control

This is an old revision of this page, as edited by 81.224.106.204 (talk) at 10:47, 23 January 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Definition

Attribute-based access control defines a new access control paradigm whereby access rights are granted to users through the use of policies which combine attributes together. The policies can use any type of attributes (user attributes, resource attribute, etc...). Attributes can be compared to static values or to one another thus enabling relation-based access control. The standard that implements attribute-based and policy-based access control is XACML, the eXtensible Access Control Markup Language.

References