Tag: RBAC

Role Based Access Control

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 […]

XACML Sample for Health Care Application – Part 1

In this blog post I am going to create XACML sample (sample XACML policies , PIP and PEP) with some real world use case. Lets assume following use case in a Health care organization There is a health care organization called “Medi” “Medi”  keeps medical records of all the patients in a database repository. This repository  has […]