WSO2 Identity Server is one of the powerful open source identity management solution. It can act as an SAML2 SSO IDP. You can use Identity Server to integrate with different applications to achieve seamless user login in your enterprise. You can easily register your service provider applications using WSO2 Identity Server management console. Lets tryout […]
Tag: Open source
Open source project that is freely available for users to develop and use
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 […]
Resource filtering is one of useful and powerful feature that comes with XACML. Basically this would become more popular with XACML 3.0 due to multiple decision profile. With multiple decision profile, PEP can ask authorization for multiple resources for the PDP, Where your PEP can only filter out the permit results. Let try filtering sample […]
These day, i am working on opensource XACML 3.0 implementation, called “Balana”. You can find the project from here. Balana is an improvement of sun-xacml. However i am not going to talk about Balana today… But just want to share some knowledge with XACML 3.0 When I go through the XACML 3.0 Core specification, following are […]
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 […]