I am new to XACML. I'm using Balana and I think I got the basic so I am experimenting with Target, Rule and Condition. My policy is made by two rules. First rule applies to everyone have med.example.com (yes the basic example OASIS provides) in ther…
I'm using balana downloaded from git.
I'm working on a policy rule which should only Permit if the policy's string-bag is a subset of the matching attributes in the request.
Eg. Request contains attributes "letter=a, letter=b", and policy uses a…
I got a jar for balana 1.0.5 from here:
http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/balana/org.wso2.balana/1.0.5/
I have an instance of pdp with no configuration and I'm trying to pass it a sample xacml request string just to see…
After a lot of work trying to install a custom function inside balana (for using in apply condition in policies), i'm trying to ask here.
Basically what documentation tell you about install new function inside balana engine it's:
1) insert in config…
I am currently doing some research on new features of XACML 3.0 called Administrative Delegation Profile and Obligation with Attribute-Based Access Control (ABAC). Can anyone help me with some good read and resources to do further research on this…
I'm trying to run this simple PDP : I enter an XML as argument and print the response.
The response is correct but i see no interpretation/execution of the obligation part.
What am i doin wrong ?
Main :
package run;
import…
I'm using OpenAZ project to process an XACML policy.
I need to know which component of OpenAZ is used to execute Obligations, How can I find it knowing that I have the source code. The documentation is not clear about this point (or I may have…
I have two Policies stores. One is Simple Policy Store (SPS) and other is Administrative Policy Store (APS). Simple access request against access policies is working properly.. However, when I evaluate administrative request against following policy…
errorBalana error I'm working on eclipse Luna and I have added Maven to eclipse, and now I want to work with Balana to test some policies that I had written it.
I have edited pom file and added this dependency:
…