Tagged Questions
XACML is the eXtensible Access Control Markup Language, an open standard for specifying and evaluating authorization and access control policies.
6
votes
10answers
2k 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 ...
6
votes
3answers
340 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 ...
4
votes
3answers
573 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 ...
3
votes
2answers
82 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 ...
3
votes
2answers
122 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 ...
3
votes
5answers
514 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
190 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 ...
2
votes
2answers
159 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 ...
2
votes
1answer
52 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 ...
2
votes
1answer
73 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 ...
2
votes
4answers
598 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 ...
1
vote
1answer
50 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 ...
1
vote
5answers
150 views
XACML Java API recommendation
what Java XACML API would you recommend to use ? Any experiences will be appreciated.
Thanks
1
vote
1answer
62 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
2answers
104 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
1answer
70 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
42 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?
1
vote
2answers
234 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 ...
1
vote
2answers
147 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 ...
1
vote
2answers
324 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 ...
0
votes
1answer
98 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. ...
0
votes
0answers
44 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