Questions tagged [xacml2]

XACML 2.0 refers to the 2.0 specification of the eXtensible Access Control Markup Language (XACML), ratified by the OASIS standards group in February 2005.

XACML 2.0 is the second version of the eXtensible Access Control Markup Language (XACML). As of April 2014, XACML has 3 versions: XACML 1.0, XACML 2.0, and XACML 3.0. The latest version is XACML 3.0.

Overall XACML 2.0 and XACML 3.0 achieve the same functionality which is to define fine-grained, attribute-based access control policies. Please refer to the XACML tag wiki for additional details.

XACML 2.0 defines a fixed number of attribute categories whereas XACML 3.0 lets users define custom attribute categories although, usually, the same categories are eventually used in XACML 2.0 and XACML 3.0.

XACML 2.0 provides support for static obligations. XACML 3.0 provides support for dynamic obligations and advice.

XACML 2.0 is defined in 2 schema files: one for the policy language and one for the request. XACML 3.0 is defined in a single schema file.

Both XACML 2.0 and XACML 3.0 use the same conceptual architecture.

Other versions of XACML include:

  • XACML 1.0
  • XACML 1.1
  • XACML 2.0
  • XACML 3.0

XACML 1.0, 1.1, and 2.0 are extremely similar. XACML 3.0 brings new differences which make the standard more generic.

40 questions
0
votes
1 answer

Best way to load XACML policy in Distributed PDP Environment

Hi I am working with WSO2 Balana XACML and I found that that sample provided by wso2 they are loading policy file from resource folder. I don't want to load policy from the file system as i want to load it from the DB, or I will give the service URL…
user3409289
0
votes
1 answer

XACML Policy Evaluation Error

I followed the link to run pdp using SAML envelope on XACML. Then I created webservice ( pdp and pdpclient - in other words XACML Request Generator ). Here every thing run fine i.e. generate request and get result perfect with the given (test…
Junaid
  • 2,572
  • 6
  • 41
  • 77
0
votes
1 answer

XACML Policy with Multiple Resources with Multiple Rules and Multiple Actions

In a multiple decision profile scenario I want to create a policy for a particular Tenant and for the root resources like Customer. Here my scenario is like I have a Tenant T1 and Tenant T1 is allowed to access Root resource Customer. Customer is…
Utsav
  • 1,593
  • 4
  • 22
  • 46
0
votes
1 answer

XACML Policy with Single Rule and Multiple Resources and Actions

Hi I am working with a XACML 3.0 policy and my scenario is : Policy is based on multiple resource and single rule will contain multiple resources and actions corresponding to that particular resource as mention in the scenario below:…
Utsav
  • 1,593
  • 4
  • 22
  • 46
0
votes
1 answer

XACML answer to what can I access?

I want to answer questions like what am I allowed to access ?, by using XACML, is their a workaround other than Axiomatics ARQ?
Phalguni Mukherjee
  • 623
  • 3
  • 11
  • 29
0
votes
1 answer

XACML Class cast exception

I am new to XACML and getting the following error java.lang.String cannot be cast to com.sun.xacml.ctx.Attribute at com.sun.xacml.BasicEvaluationCtx.setupSubjects(BasicEvaluationCtx.java:252) I have defined my attribute something like this: …
Phalguni Mukherjee
  • 623
  • 3
  • 11
  • 29
0
votes
1 answer

How to Retrieve an resource:root-resource-id in SampleResourceFinderModule from request

i have a scenario in which i am sending resource:root-resource-id from request as below
Naveen Rayappa
  • 119
  • 3
  • 17
0
votes
1 answer

XACML Policy based on Resource and Child Resources

Hi I need a policy where I can have multiple child resources. Policy is based on Resource where the Top level Resource is Customer and the child resources corresponding to that is 1. firstname , 2. lastname Customer -- -- 1.…
Utsav
  • 1,593
  • 4
  • 22
  • 46
0
votes
1 answer

XACML 3.0 multiple PEP and PDP instances

I am using XACML 3.0 I just want to know which is the best practices for separating the PEP and PDP instances. I have three scenarios here which one is best as per the cloud way of implementation. I have one instance of PEP which will communicate…
Utsav
  • 1,593
  • 4
  • 22
  • 46
0
votes
2 answers

XACML Resources

I am trying to write a code that will enable user access of content from a website based on security roles. Thus some users can see all the content, and some can only see urls with certain extensions. Most of my code works, but I have trouble with…
Nicholas
  • 90
  • 9
1 2
3