Questions tagged [xacml]

XACML is the eXtensible Access Control Markup Language, an open standard for specifying and evaluating authorization and access control policies.

XACML is the eXtensible Access Control Markup Language, an open standard for specifying and evaluating of authorization and access control policies. The standard is managed by the OASIS XACML Technical Committee. The XACML 3.0 standard was ratified and released in January 2013.

XACML implements an access control model called attribute-based access control or .

The OASIS committee has identified and defined several ancillary profiles that extend the core XACML 3.0 specification for specific domains, such as the Administration and Delegation Profile, the SAML Profile, the Core and Hierarchical Role Base Access Control (RBAC) Profile, the Intellectual Property Control (IPC) profile, and the Export Compliance-US (EC-US) Profile. All of these profiles are defined on the OASIS site.

The XACML 2.0 standard was ratified in February 2005. A significant difference between the 2.0 and 3.0 standards is that 2.0 uses distinct XML element tags to separate attributes into subject, resource, action, or environment categories whereas 3.0 uses XML attributes to associate items with categories. In XACML 3.0 it's easier to define application-specific categories and the attribute processing model is more unified than in XACML 2.0.

XACML 3.0 also introduces Advice and makes Obligations more dynamic through the introduction of variables in the Obligation element.

412 questions
0
votes
1 answer

Balana and WSO2 Identity Server giving different results

I have a policy and when i run a request in WSO2 Identity Server i get permit decision as expected. But when i create another sample policy…
TastyCode
  • 5,679
  • 4
  • 37
  • 42
0
votes
1 answer

Exception when starting WSO2 identity server

I am able to hit the server at: https://localhost:9443/carbon, but seeing this exception thrown: Could not initialize RMI server java.io.IOException: Cannot bind to URL [rmi://localhost:9999/jmxrmi]: javax.nam ing.CommunicationException [Root…
TastyCode
  • 5,679
  • 4
  • 37
  • 42
0
votes
1 answer

Bitwise AND function in XACML

Using XACML evaluation engine is there a bitwise AND function that would evaluate 2 values? If not is there a where to provide a custom function to the evaluation engine? If so can you provide some pointers on how to to that?
0
votes
1 answer

WSO2 ESB EntitlementMediator Error occurred while evaluating the policy

I followed this guide to integrate ESB with Identity Server. I tried by wso2esb-4.6.0 and wso2is-4.1.0 Following are my steps: Configure the WSO2 Identity Server as the XACML engine and start Identity Server. Configure the Entitlement mediator in…
iceguo
  • 103
  • 1
  • 12
0
votes
2 answers

change the resource type from anyURI to string

I'm working with XACML policies and I have the following resource:
TheForbidden
  • 1,533
  • 4
  • 22
  • 30
0
votes
2 answers

wso2 Identity Server: Policies can not be retrieved from registry policy finder module

I am using Identity Server 4.1.0. While editing policies, I have noticed that evaluation of correct XACML policies always lead to result 'Not Applicable'. This indicated that the server was not able to find a matching Target within policies. After…
JimRoy
  • 121
  • 1
  • 10
0
votes
1 answer

Access Control to a web service

I would like to implement access control to a Web service (operations, messages, etc.). My findings indicate that this can be done via WS-Policy or XACML. It looked to me like Axis2 has a good implementation of WS-Policy and one can define…
Thabet
  • 47
  • 5
0
votes
1 answer

MultipleRequest in WSO2 Identity Server

I would like to know whether WSO2 Identity Server supports multipleRequests? When I try to formulate the following request :
Cijoy
  • 123
  • 1
  • 9
0
votes
1 answer

XACML interceptor for WCF Data Services

Can anyone point me to information on how a XACML interceptor could be defined for WCF Data Services?
Peter Kelley
  • 2,350
  • 8
  • 26
  • 46
0
votes
0 answers

Customized Authorization on Play framework using an external XACML-based authorization engine

I am developing my app using Play 1.2.5 framework (Java) and for authorization I am using one of my company products which is a service oriented authorization engine for accessing any resource. It is based on SOAP services and is using XACML…
ehsun7b
  • 4,796
  • 14
  • 59
  • 98
0
votes
1 answer

XACML Rule Subject

I am writing a policy with ordered-permit-overrides for the rules. Rule 1 permits access to all content for anyone with an appropriate security level. Rule 2 permits access to some content (3 resources) to anyone with alternative credentials. Rule 3…
Nicholas
  • 90
  • 9
0
votes
2 answers

Do restlet contains XACML?

Is XACML supported by Restlet? If so, how is it used?
0
votes
2 answers

Can't build WSO2 XACML sample project using Maven

I'm trying to develop the XACML Sample for Health Care Application – 1 tutorial located here. It states you must build the project using Maven So I tried: mvn package But get the following error: [ERROR] Failed to execute goal on project…
azathoth
  • 573
  • 2
  • 6
  • 18
0
votes
3 answers

How to authenticate and authorize webapp request in Tomcat Servlet Container

What is the best way to do authenticate and authorize webapp request in Tomcat Servlet Container ? I have two ideas, 1 - Use the Tomcat Realm. 2 - There is a web service where it provides capability to evaluate user request against XACML polices.…
andunslg
  • 781
  • 14
  • 38
0
votes
2 answers

introduction to xacml implementation

I wanted to know if anyone could point me in the right direction for novoice who wants to implement xacml. I have looked at the suns implementation of xacml in java and it is very handy but it does not tell me what i will need e.g what kind of…
user727308
  • 189
  • 1
  • 1
  • 14
1 2 3
27
28