Category: XACML Samples

Use XACML Advice elements to generate detail decisions.

XACML engine usually returns a Boolean decision (whether permit or deny). Let see how we can use Advice elements in the XACML to return a policy decision more than a Boolean value. Let takes some example in MDM (Mobile Device Management) systems. MDM contains the policy enforcement point (PEP) for mobile devices. PEP decides what […]

Implementing RBAC and ABAC with XACML

Let see how we can implement RBAC and ABAC with XACML. Here i am using the well known XACML 3.0 open source engine; Identity Server which is based on Balana. Lets think about an API access control scenario as following Think, an API called /patient (http://medi.com/patient) in medi.com Health care system. There are three roles […]

Access Control for Data Access Layer with XACML

Lets try to understand how XACML can be used to filter out authorized data from data access layer. Also let learn how we can implement data filtering sample with using open source XACML engine. First it is better to understand sample use case for this. Use Case KDiamond is company that sells Diamond all other […]

Banking Sample with XACML

Lets try to understand how XACML can be used in banking applications and how to implement a sample banking authorization system with open source XACML engine. Use case There is bank call KBank, that supports ATM facilities and online money transfer faculties for its own customers. KBank has LDAP user store that contains customer details […]

XACML Sample for On-line Trading Application -1

XACML is the powerful way to build access control systems in your application. Here we are going to talk about how we can build a XACML driven authorization for on-line trading application called “K-Martket” This sample is shipped with Balana XACML implementation which can be found at here. Scenario would be as follows…. 1. K-Market […]