Attribute-based access control: Difference between revisions

Content deleted Content added
Added new names for ABAC: PBAC and CBAC.
No edit summary
Line 13:
==Implementations==
One standard that implements attribute- and policy-based access control is [[XACML]], the eXtensible Access Control Markup Language. XACML defines an architecture, a policy language, and a request / response scheme. It does not handle attribute management (user attribute assignment, object attribute assignment, environment attribute assignment) which is left to traditional [[Identity_management|IAM]] tools, datatabases, and directories.
 
==Applications==
=== API & Micro Services Security ===
=== Application Security ===
=== Database Security ===
=== Big Data Security ===
 
==See also==