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

learn more… | top users | synonyms

0
votes
2answers
27 views

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 ...
7
votes
8answers
2k views

Does anyone actually use Attribute Based Access Control?

I've seen Attribute Based Access Control mentioned several times on Stack Overflow (example). However, a Google search and stack overflow search later I cannot find much, only abac (which doesn't seem ...
0
votes
3answers
356 views

How to write XACML Policy using Custom Attributes

I'm trying to write an XACML policy that will utilize a custom attribute. I'm thinking of something like: <?xml version="1.0" encoding="UTF-8"?> <Policy ...
0
votes
1answer
24 views

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 ...
0
votes
1answer
36 views

XACML interceptor for WCF Data Services

Can anyone point me to information on how a XACML interceptor could be defined for WCF Data Services?
0
votes
3answers
240 views

xacml implementation

I am novice to XACML policies. Can you specify me how to implement XACML policies. I have tried different API's. But for my project I need to implement XACML evaluation engine. So, can you help me ...
0
votes
0answers
89 views

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 ...
1
vote
2answers
137 views

XACML Policy - is it correct?

I have a question about XACML policies which I am using with WSO2 Balana library. Having a policy: <Policy xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" PolicyId="Policy1" ...
0
votes
1answer
34 views

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 ...
2
votes
3answers
98 views

XACML - Does a policy actually require a rule?

If I define a policy, and provide some attributes for the policy target, do I actually need to provide an additional rule?
2
votes
1answer
58 views

Implentation details of Xacml evalution engine

I have to evaluate xacml policies as a part of my research. I am looking for an IDE for xacml evaluation? Can you suggest me some? I have installed wso2 identity server but when I am uploading a ...
-2
votes
1answer
67 views

Does anyone know a prototype system for attribute-based access control? [closed]

I am working on a project where I am evaluating various access controls. Right now, I am looking for a prototype system which controls access to resources using attribute based access control.
2
votes
2answers
201 views

XACML restriction policies

I'm very new to XAMCL, i'm studying what TSPM (it's a commercial product that makes use of XACML) can do for some business needs. So i was looking for an answer to this question: Let's assume i have ...
0
votes
1answer
37 views

Do restlet contains XACML?

Is XACML supported by Restlet? If so, how is it used?
9
votes
12answers
5k views

Who does actually use XACML?

Who knows actively developed XACML Implemtations other than the Sun XACML Implementation and XEngine? Who uses them in their products? Which vendors provide a PDP? I read something about a WebLogic ...
1
vote
1answer
724 views

Implementing a XACML editor based on an existing XML editor as a plugin

Here's what I was thinking of this morning: I need to define a lot of XACML Policies (which is an XML application) at the moment. So far I've used the XML-Editor supplied with Eclipse and defined ...
0
votes
0answers
163 views

looking for XACML java example [closed]

Please suggest a good XACML java example
0
votes
0answers
37 views

XACML Target Evaluvation

How does Target evaluates when we have multiple Subject tags under Subjects tag?
-1
votes
1answer
122 views

Xacml in tinyOS

I have to implement an rbac in mica motes. I've read that Xacml helps in implementation of rbac. But I searched tutorials and google and I'm not able to find anything relevant.Can some one please ...
0
votes
2answers
415 views

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 ...
0
votes
2answers
222 views

How does a XACML PEP interact with a context?

My question has to do with the role and purpose of a XACML context handler. If I understand the OASIS XACML3.0 spec properly, the PEP intercepts a request for some resource or access from a client app ...
6
votes
3answers
1k views

How does Xacml 3.0 differ from Xacml 2.0?

I'm considering migrating my client application from using a Xacml 2.0 authorization service to using a newer Xacml 3.0 service. What changes or issues will I run into in migrating my client app from ...
0
votes
2answers
155 views

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: ...
1
vote
2answers
397 views

Storage of Role-based Permissions using ADFS and WIF

I'm working on a project which uses Active Directory for user information, ADFS for Authentication and SSO, and several custom applications all built with ASP.NET MVC. The authorization model is ...
0
votes
3answers
347 views

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 ...
1
vote
1answer
52 views

what does XACML Identifier mean?

for example,"urn:oasis:names:tc:xacml:1.0:subject:session-start-time",what does it mean? How can i know the format of the session-start-time? Is it yyyy-MM-dd or yyyy/MM/dd? I can't find any ...
2
votes
2answers
115 views

How to get subject details in XACML?

I have tried following method to get subject section abstractPolicy.getTarget().getSubjectsSection() but from that it dosen't provide any methods to get subject's information. So can I convert it ...
1
vote
0answers
86 views

XACML on Android

I have to read some XACML file on an Android device. I have searched on Google and I have found only the Sun's XACML which is not supposed to work in Android Is there some library that I can use?
6
votes
3answers
469 views

XACML as an evolution step in an existing application

I've begun doing some research on XACML and external authorization. Right now I have an existing application which utilizies an RBAC model. However the implementation has a lot of shortcomings (roles ...
1
vote
2answers
192 views

what's a xacml profile? [newbie_question]

I'm new to xacml, and I'm a bit confused. I don't get what a profile is, for example the rbac or samle profiles. What's the difference among them? Isn't the structure and elements always the same? ...
2
votes
1answer
289 views

How to disable caching for a custom PIP in TSPM?

I'm using IBM's Tivoli Security Policy Manager with a custom PIP (implementing com.ibm.tscc.rtss.authz.api.IExternalFinder). I can see my PIP from TIP console, and I'm able to configure it to provide ...
1
vote
1answer
233 views

XACML Policy definition Resource attribute with a Wildcard option

How to define XACML Policy that checks something like table name like 'EMPL%' Do I have to use RegEx for that?
0
votes
1answer
758 views

XACML and WCF Examples [closed]

I'm looking for any resources/references/insight/example code you've found/use/can-share that tackle securing WCF services using XACML. Yes I've googled around, and no, not much helpful comes up. ...
1
vote
1answer
238 views

JodaTime for XML Schema/XACML Duration types

I'm trying to use Joda to support all XACML data times but am having trouble getting it to parse duration from strings like "P50DT4H4M3S". I suspect the problem is ISO and W3C parted ways at some ...
2
votes
2answers
620 views

Fine-grained authorization for web applications

I have a C# .net application which servers both company's internal users and external customers. I need to do fine-grained authorization like who accesses what resource. So I need something like ...
1
vote
2answers
475 views

XACML2 Schema Generation Error for .NET - Cannot use wildcards at the top level of a schema

Has anyone been able to successfully generate C# entity classes from XACML2 schema files? I am getting "Cannot use wildcards at the top level of a schema." I think this has something to do with ...
2
votes
1answer
210 views

How to reference external set of permissions in an XACML policy?

Originally, I asked "How do you write a policy that requires a subject be granted access to a requested permission, where the set of allowed permissions is in an external attribute store. Can you ...
1
vote
2answers
284 views

authorisation REST service in Python

I am quite new to the Python world. Since I am in the design as well as at the deciding phase whether to choose python as a primary language to implement the software. The task is to: - implement a ...
3
votes
5answers
771 views

Designing an XACML API

Currently, the XACML specification defines a protocol for request / response but leaves it up to interpretation as to how it can be integrated into an enterprise application. I believe that the value ...
3
votes
2answers
313 views

Processing XACML policies in java

I am actually working on a project that needs to parse the XACML policy file and detect the policies defined inside , to do so i've seen some of api but either they speak about how to build a request ...
2
votes
1answer
178 views

How do I apply XACML rules to every child URI?

I'm working with XACML policies and I have a rule that includes a resource target similar to the following: <Resources> <Resource> <ResourceMatch ...
5
votes
3answers
877 views

Centralized Authorization Service?

Are there any open source centralized authorization services available? There are lots of solutions for centralizing the authentication information (eg: CAS and JOSSO), but what about the ...
0
votes
0answers
183 views

Unmarshalling XACML Policie file with opensaml

Could any one please give me a link of a good tutorial that could give me an idea how i could build a XACMLObject using openSAML2 api from the policie file ? Thanks
3
votes
2answers
230 views

How to refer a custom function in xml

How can I refer a custom function in xml? Suppose that I have a function written in Java and want it to refer by the xml tag, how is this possible? Current senario: I am using XACML2.0 which ...
3
votes
2answers
131 views

Trends in Externalizing Identity from Applications

Stackoverlow decided to use OpenID probably due to its simplicity while others believe that Information Cards (e.g. cardspace) is a better strategy in that it is backed by major industry vendors and ...